.. |
CMakeLists.txt
|
Thread Safety: Patch to implement delayed parsing of attributes within a
|
2011-09-08 17:42:22 +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
|
Basic: import OwningPtr<> into clang namespace
|
2012-02-05 02:12:40 +00:00 |
ParseCXXInlineMethods.cpp
|
Change the diagnostics which said 'accepted as an extension' to instead say
|
2011-12-29 21:57:33 +00:00 |
ParseDecl.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
ParseDeclCXX.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
ParseExpr.cpp
|
Added source location for the template keyword in AST template-id expressions.
|
2012-01-27 09:46:47 +00:00 |
ParseExprCXX.cpp
|
Added source location for the template keyword in AST template-id expressions.
|
2012-01-27 09:46:47 +00:00 |
ParseInit.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
ParseObjc.cpp
|
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
2012-01-17 06:56:22 +00:00 |
ParsePragma.cpp
|
Fix our handling of #pragma GCC visibility.
|
2012-01-26 02:02:57 +00:00 |
ParsePragma.h
|
Recognize gcc's ms_struct pragma (and ignore for now).
|
2011-04-25 18:49:15 +00:00 |
ParseStmt.cpp
|
Added source location for the template keyword in AST template-id expressions.
|
2012-01-27 09:46:47 +00:00 |
ParseTemplate.cpp
|
Added source location for the template keyword in AST template-id expressions.
|
2012-01-27 09:46:47 +00:00 |
ParseTentative.cpp
|
With a little more work in the tentative parse determining whether a statement
|
2012-01-25 01:19:14 +00:00 |
Parser.cpp
|
Implement code completion support for module import declarations, e.g.,
|
2012-01-29 18:15:03 +00:00 |
RAIIObjectsForParser.h
|
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
2011-09-25 23:23:43 +00:00 |