.. |
ASTConsumer.cpp
|
Remove unused ASTConsumer::HandleTopLevelDeclaration
|
2008-07-25 22:39:30 +00:00 |
ASTContext.cpp
|
convert more code to use ASTContext to get canonical types instead
|
2008-07-26 21:30:36 +00:00 |
Builtins.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
CFG.cpp
|
Fix one strict-aliasing warning.
|
2008-05-29 21:52:26 +00:00 |
Decl.cpp
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
|
2008-06-17 18:05:57 +00:00 |
DeclBase.cpp
|
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
|
2008-06-17 18:05:57 +00:00 |
DeclCXX.cpp
|
Silence uninitialized value warning in Release build.
|
2008-06-16 23:46:27 +00:00 |
DeclObjC.cpp
|
When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards.
|
2008-07-23 18:04:17 +00:00 |
DeclSerialization.cpp
|
-Add DeclChain member to DeclContext.
|
2008-06-10 01:32:09 +00:00 |
Expr.cpp
|
convert more code to use ASTContext to get canonical types instead
|
2008-07-26 21:30:36 +00:00 |
ExprCXX.cpp
|
Fix more strict-aliasing warnings.
|
2008-06-17 03:11:08 +00:00 |
ExprConstant.cpp
|
Minor tweak plus a couple of FIXMEs.
|
2008-07-27 05:46:18 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ParentMap.cpp
|
Added ParentMap, a class to represent a lazily constructed mapping from child to parents.
|
2008-06-20 21:40:36 +00:00 |
Stmt.cpp
|
Fix more strict-aliasing warnings.
|
2008-06-17 03:11:08 +00:00 |
StmtDumper.cpp
|
fix an extraneous blank line in -ast-dump output.
|
2008-07-26 19:24:43 +00:00 |
StmtIterator.cpp
|
Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl.
|
2008-05-30 16:14:41 +00:00 |
StmtPrinter.cpp
|
change more instances of QualType::getCanonicalType to call
|
2008-07-26 22:17:49 +00:00 |
StmtSerialization.cpp
|
Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information.
|
2008-06-24 17:00:08 +00:00 |
StmtViz.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
TranslationUnit.cpp
|
Patch by Csaba Hruska and Peter Neumark:
|
2008-07-10 22:10:48 +00:00 |
Type.cpp
|
make "call foo.dump()" and "call foo->dump()" work in GDB,
|
2008-07-27 00:48:22 +00:00 |
TypeSerialization.cpp
|
Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type.
|
2008-07-27 03:47:53 +00:00 |