.. |
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
|
Add an assertion so that we don't accidentally build constant arrays of
|
2009-05-29 20:17:55 +00:00 |
Builtins.cpp
|
Use v.data() instead of &v[0] when SmallVector v might be empty.
|
2009-05-21 09:52:38 +00:00 |
CFG.cpp
|
source-level CFG: have the body for the @synchronized start with its own basic
|
2009-05-05 23:11:51 +00:00 |
CMakeLists.txt
|
Fix CMake build for AST XML dumper
|
2009-05-21 21:21:53 +00:00 |
Decl.cpp
|
Introduced DeclContext::isDependentContext, which determines whether a
|
2009-05-28 16:34:51 +00:00 |
DeclBase.cpp
|
Introduced DeclContext::isDependentContext, which determines whether a
|
2009-05-28 16:34:51 +00:00 |
DeclCXX.cpp
|
Add setters/getters to CXXMethodDecl so it can keep track of which virtual member functions it overrides (if any)
|
2009-05-16 23:58:37 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
(Next runtime only) check to see if class implements forwardInvocation method
|
2009-05-22 17:12:32 +00:00 |
DeclTemplate.cpp
|
Encapsulate template arguments lists in a new class,
|
2009-05-11 23:53:27 +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
|
When evaluating a VarDecl as a constant or determining whether it is
|
2009-05-26 18:54:04 +00:00 |
ExprCXX.cpp
|
Representation of and template instantiation for member
|
2009-05-22 21:13:27 +00:00 |
ExprConstant.cpp
|
Fix up constant expression handling to deal with the address
|
2009-05-27 06:04:58 +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
|
Parsing, semantic analysis, and template instantiation for typename
|
2009-04-01 00:28:59 +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
|
Audit __private_extern__ handling.
|
2009-04-14 02:25:56 +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
|
Representation of and template instantiation for member
|
2009-05-22 21:13:27 +00:00 |
StmtViz.cpp
|
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*.
|
2008-10-07 23:09:49 +00:00 |
TemplateName.cpp
|
add TemplateName.cpp/h to the xcode project, minor tidying.
|
2009-04-02 06:07:12 +00:00 |
Type.cpp
|
Reintroduce the home for exception specs, and make Sema fill it. However, keep the spec out of the canonical type this time. Net effect is currently nothing, because the spec isn't checked anywhere.
|
2009-05-27 22:11:52 +00:00 |