Matt Pharr
|
6b5ee6ccc0
|
Add missing "$$=NULL;" in error production in parser.
This fixes a crash from a malformed program bug.
|
2011-07-07 11:10:27 +01:00 |
|
Matt Pharr
|
af70718eca
|
Always include the passed arg types when printing errors about function overload resolution failing.
|
2011-07-06 15:33:50 +01:00 |
|
Matt Pharr
|
c6bc8fd64f
|
Type conversion and function call overload resolution bug fixes.
|
2011-07-04 15:11:28 +01:00 |
|
Matt Pharr
|
28a68e3c1f
|
More code simplifications from using CollectionType. Finishes Issue #37
|
2011-06-29 09:32:31 +01:00 |
|
Matt Pharr
|
6b153566f3
|
Simplify a bunch of code by using CollectionType to collect struct
codepaths in with array/vector codepaths. (Issue #37).
|
2011-06-29 07:59:43 +01:00 |
|
Matt Pharr
|
214fb3197a
|
Initial plumbing to add CollectionType base-class as common ancestor
to StructTypes, ArrayTypes, and VectorTypes. Issue #37.
|
2011-06-29 07:42:09 +01:00 |
|
Andreas Wendleder
|
f39d31174e
|
Follow LLVM API change.
|
2011-06-23 16:10:03 -07:00 |
|
Matt Pharr
|
2ced56736e
|
small comment changes, remove dead code
|
2011-06-22 14:38:49 -07:00 |
|
Matt Pharr
|
18af5226ba
|
Initial commit.
|
2011-06-21 12:48:50 -07:00 |
|