Daniel Dunbar
|
221fa94e40
|
More #include cleaning
- Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and
SourceLocation.h)
- Move ASTContext constructor into implementation
llvm-svn: 54627
|
2008-08-11 04:54:23 +00:00 |
|
Argyrios Kyrtzidis
|
8a23f55186
|
Add some C++ Decl statistics.
llvm-svn: 54604
|
2008-08-10 01:47:31 +00:00 |
|
Chris Lattner
|
5696e7badf
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Patch by David Chisnall!
llvm-svn: 52422
|
2008-06-17 18:05:57 +00:00 |
|
Argyrios Kyrtzidis
|
2951e14520
|
Added new C++ AST Decl subclasses.
llvm-svn: 52155
|
2008-06-09 21:05:31 +00:00 |
|
Eli Friedman
|
7dbab8a6a1
|
Fix the line endings in the newly added DeclBase.cpp.
llvm-svn: 52075
|
2008-06-07 16:52:53 +00:00 |
|
Argyrios Kyrtzidis
|
6301884dc0
|
Move Decl and DeclContext implementations into a new DeclBase.cpp file.
llvm-svn: 51936
|
2008-06-04 13:04:04 +00:00 |
|