..
ASTConsumer.cpp
Remove unused ASTConsumer::HandleTopLevelDeclaration
2008-07-25 22:39:30 +00:00
ASTContext.cpp
Fix Release-Asserts warning.
2008-11-11 01:16:00 +00:00
Builtins.cpp
Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
2008-10-26 16:43:14 +00:00
CFG.cpp
Fix bug where the body block of an ObjCForCollectionStmt would not properly get expanded as a series of basic blocks.
2008-11-13 00:06:59 +00:00
CMakeLists.txt
CMake: Builds and installs clang binary and libs (no docs yet). It
2008-10-26 00:56:18 +00:00
Decl.cpp
Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names.
2008-11-09 23:41:00 +00:00
DeclBase.cpp
Parsing, ASTs, and semantic analysis for the declaration of conversion
2008-11-07 20:08:42 +00:00
DeclCXX.cpp
Don't build identifiers for C++ constructors, destructors, or
2008-11-12 23:21:09 +00:00
DeclGroup.cpp
Fix incorrect release of Decl* array referenced by DeclGroup.
2008-10-18 19:20:54 +00:00
DeclObjC.cpp
Fix "possibly uninitialized" warning.
2008-08-27 05:13:46 +00:00
DeclSerialization.cpp
Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names.
2008-11-09 23:41:00 +00:00
Expr.cpp
Fix for crash issues with comma operators with a void first operand, and
2008-11-13 06:09:17 +00:00
ExprCXX.cpp
Implement C++ 'typeid' parsing and sema.
2008-11-11 11:37:55 +00:00
ExprConstant.cpp
Fix for crash issues with comma operators with a void first operand, and
2008-11-13 06:09:17 +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
Make a major restructuring of the clang tree: introduce a top-level
2008-03-15 23:59:48 +00:00
ParentMap.cpp
More #include cleaning
2008-08-11 06:23:49 +00:00
Stmt.cpp
- Move ExprIterator to Stmt.h so that it can be used by classes defined in Stmt.h
2008-10-27 18:40:21 +00:00
StmtDumper.cpp
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types.
2008-11-11 17:56:53 +00:00
StmtIterator.cpp
A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug.
2008-10-07 23:35:42 +00:00
StmtPrinter.cpp
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types.
2008-11-11 17:56:53 +00:00
StmtSerialization.cpp
Implement support for operator overloading using candidate operator
2008-11-12 17:17:38 +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
TranslationUnit.cpp
When destroying a translation unit, deallocate its owned declarations in reverse order, because there may be dependencies among the declarations.
2008-10-27 12:50:38 +00:00
Type.cpp
Fix arithmetic type check
2008-10-30 13:47:07 +00:00
TypeSerialization.cpp
Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
2008-10-26 16:43:14 +00:00