.. |
ASTConsumer.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
ASTContext.cpp
|
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
|
2008-04-18 23:10:10 +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
|
Added CFGBlock::hasBinaryBranchTerminator().
|
2008-05-16 16:06:00 +00:00 |
Decl.cpp
|
Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.
|
2008-05-04 02:29:49 +00:00 |
DeclObjC.cpp
|
fix free/delete mismatch problem in add/mergeProperties (found by valgrind)
|
2008-05-10 10:31:54 +00:00 |
DeclSerialization.cpp
|
Unbreak build.
|
2008-05-12 17:42:30 +00:00 |
Expr.cpp
|
Minor cleanup to isBuiltinConstantExpr.
|
2008-05-16 13:28:37 +00:00 |
ExprCXX.cpp
|
Several improvements from Doug Gregor related to default
|
2008-04-10 02:22:51 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
Stmt.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
StmtDumper.cpp
|
Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer.
|
2008-05-01 17:26:20 +00:00 |
StmtIterator.cpp
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
StmtPrinter.cpp
|
Implementation of __builtin_shufflevector, a portable builtin capable of
|
2008-05-14 19:38:39 +00:00 |
StmtSerialization.cpp
|
Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer.
|
2008-05-01 17:26:20 +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
|
TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects
|
2008-04-23 16:25:39 +00:00 |
Type.cpp
|
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
|
2008-04-18 23:10:10 +00:00 |
TypeSerialization.cpp
|
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
|
2008-04-07 21:55:54 +00:00 |