Commit Graph

2357 Commits

Author SHA1 Message Date
Chris Lattner
28f05f0348 add parser and sema support for user defined unary operators.
Swift SVN r572
2011-08-20 00:27:11 +00:00
Chris Lattner
88964126fe remove the old SemaDecl and Sema classes.
Swift SVN r563
2011-08-14 00:33:00 +00:00
Chris Lattner
a9534d0c34 merge handleEndOfTranslationUnit into ParseDecl.
Swift SVN r562
2011-08-14 00:30:09 +00:00
Chris Lattner
cb18028c45 rework all of the scope and name lookup logic, introducing a new ScopeInfo class
and moving a bunch more stuff out of SemaDecl.


Swift SVN r561
2011-08-14 00:27:24 +00:00
Chris Lattner
60d15735e5 merge VarDecl name processing into ParseDecl
Swift SVN r560
2011-08-13 23:20:54 +00:00
Chris Lattner
7e252a0ddf move a bunch of code from SemaDecl to ParseDecl
Swift SVN r559
2011-08-13 23:10:45 +00:00
Chris Lattner
75033678d0 split decl parsing logic out to ParseDecl.cpp
Swift SVN r558
2011-08-13 22:56:16 +00:00