.. |
APValue.cpp
|
Remove some now-unneeded calls to llvm::errs().flush().
|
2009-03-10 18:00:19 +00:00 |
ASTConsumer.cpp
|
Push DeclGroup much farther throughout the compiler. Now the various
|
2009-03-29 16:50:03 +00:00 |
ASTContext.cpp
|
Rename RecordLayout.h to ASTRecordLayout.h
|
2009-07-14 17:29:11 +00:00 |
CFG.cpp
|
Fix a horrible CFG bug reported in <rdar://problem/7027684>. The wrong successor
|
2009-07-03 00:10:50 +00:00 |
CMakeLists.txt
|
Update CMake files.
|
2009-07-06 21:38:29 +00:00 |
Decl.cpp
|
Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.
|
2009-07-14 14:58:18 +00:00 |
DeclBase.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
DeclCXX.cpp
|
Patch to build AST for ctor's initializer list according to
|
2009-07-14 18:24:21 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
This patch includes a conceptually simple, but very intrusive/pervasive change.
|
2009-07-10 23:34:53 +00:00 |
DeclPrinter.cpp
|
Fixes a minor bug in pretty printing of ctor defs.
|
2009-07-13 23:31:10 +00:00 |
DeclTemplate.cpp
|
Keep track of function template specializations, to eliminate
|
2009-06-29 20:59:39 +00:00 |
DeclarationName.cpp
|
Make sure that we use the canonical type for the names of instantiated
|
2009-05-15 21:18:27 +00:00 |
Expr.cpp
|
Rename RecordLayout.h to ASTRecordLayout.h
|
2009-07-14 17:29:11 +00:00 |
ExprCXX.cpp
|
Preliminary parsing and ASTs for template-ids that refer to function
|
2009-06-30 22:34:41 +00:00 |
ExprConstant.cpp
|
Rename RecordLayout.h to ASTRecordLayout.h
|
2009-07-14 17:29:11 +00:00 |
InheritViz.cpp
|
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
|
2008-11-13 05:09:21 +00:00 |
Makefile
|
Build system changes to use TableGen to generate the various
|
2009-03-16 23:06:59 +00:00 |
NestedNameSpecifier.cpp
|
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
|
2009-06-30 01:26:17 +00:00 |
ParentMap.cpp
|
Add ParentMap:getParentIgnoreParens().
|
2009-05-11 19:49:27 +00:00 |
Stmt.cpp
|
Simplify printing of the statistics for types.
|
2009-05-26 14:40:08 +00:00 |
StmtDumper.cpp
|
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
|
2009-06-30 01:26:17 +00:00 |
StmtIterator.cpp
|
When evaluating a VarDecl as a constant or determining whether it is
|
2009-05-26 18:54:04 +00:00 |
StmtPrinter.cpp
|
In Stmt::printPretty(), pass the SourceManager to dump().
|
2009-07-14 03:20:38 +00:00 |
StmtViz.cpp
|
Update for LLVM API changes.
|
2009-06-24 17:37:55 +00:00 |
TemplateName.cpp
|
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
|
2009-06-30 01:26:17 +00:00 |
Type.cpp
|
Basic support for C++0x unicode types. Support for literals will follow in an incremental patch
|
2009-07-14 06:30:34 +00:00 |