.. |
CMakeLists.txt
|
clang/lib: [CMake] Update tblgen'd dependencies.
|
2012-07-27 06:18:33 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
ParseAST.cpp
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
ParseCXXInlineMethods.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseDecl.cpp
|
Fix some dead stores which the static analyzer warned about. No functionality
|
2012-09-14 18:27:01 +00:00 |
ParseDeclCXX.cpp
|
Recover properly after a parse error in a static_assert declaration.
|
2012-09-13 19:12:50 +00:00 |
ParseExpr.cpp
|
Remove unused macro definition
|
2012-09-11 06:33:46 +00:00 |
ParseExprCXX.cpp
|
Fix a few -Wdocumentation warnings.
|
2012-08-24 00:01:24 +00:00 |
ParseInit.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseObjc.cpp
|
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
|
2012-09-12 17:01:48 +00:00 |
ParsePragma.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
ParsePragma.h
|
Remove unused private member variables found by clang's new -Wunused-private-field.
|
2012-06-06 17:32:50 +00:00 |
ParseStmt.cpp
|
Revert r163083 per chandlerc's request.
|
2012-09-04 17:49:35 +00:00 |
ParseTemplate.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
ParseTentative.cpp
|
When disambiguating an expression-statement from a declaraton-statement, if the
|
2012-08-23 20:19:14 +00:00 |
Parser.cpp
|
Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef.
|
2012-08-23 23:38:35 +00:00 |
RAIIObjectsForParser.h
|
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
|
2012-09-15 20:20:27 +00:00 |