.. |
ASTConsumer.cpp
|
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
|
2008-05-31 20:11:04 +00:00 |
ASTContext.cpp
|
Move isObjCObjectPointerType() from Sema to ASTContext.
|
2008-07-24 23:58:27 +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
|
Add support for __extension__ as an lvalue. rdar://6097308
|
2008-07-25 18:07:19 +00:00 |
ExprCXX.cpp
|
Fix more strict-aliasing warnings.
|
2008-06-17 03:11:08 +00:00 |
ExprConstant.cpp
|
expand casts to handle what isIntegerConstantExpr handles.
|
2008-07-12 01:15:53 +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
|
remove dead enums.
|
2008-06-21 18:06:44 +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
|
Switch 'super' from being a weird cast thing to being a predefined expr node.
|
2008-06-21 18:04:54 +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
|
use iterators instead of direct access to protocol list.
|
2008-07-21 05:19:23 +00:00 |
TypeSerialization.cpp
|
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
|
2008-04-07 21:55:54 +00:00 |