.. |
CMakeLists.txt
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +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
|
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
|
2013-07-04 03:08:24 +00:00 |
ParseCXXInlineMethods.cpp
|
Rename getResultType() on function and method declarations to getReturnType()
|
2014-01-25 16:55:45 +00:00 |
ParseDecl.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
ParseDeclCXX.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
ParseExpr.cpp
|
Fix for PR9812: warn about bool instead of _Bool.
|
2014-01-15 09:15:43 +00:00 |
ParseExprCXX.cpp
|
Fix for PR9812: warn about bool instead of _Bool.
|
2014-01-15 09:15:43 +00:00 |
ParseInit.cpp
|
Support and use token kinds as diagnostic arguments
|
2013-12-24 09:48:30 +00:00 |
ParseObjc.cpp
|
ExpectAndConsume: Diagnose errors automatically
|
2014-01-01 03:08:43 +00:00 |
ParseOpenMP.cpp
|
[OPENMP] 'if' clause support (no CodeGen support)
|
2014-02-13 05:29:23 +00:00 |
ParsePragma.cpp
|
Revert the removal of PPCallbacks::PragmaComment() in r201821
|
2014-02-20 23:37:45 +00:00 |
ParseStmt.cpp
|
MS ABI: Add support for #pragma pointers_to_members
|
2014-02-10 19:50:15 +00:00 |
ParseTemplate.cpp
|
Introduce and use Decl::getAsFunction() to simplify templated function checks
|
2014-01-22 07:29:52 +00:00 |
ParseTentative.cpp
|
TryConsume parser cleanups
|
2014-01-10 11:19:30 +00:00 |
Parser.cpp
|
argument -> parameter terminology fixes for FunctionTypeInfo
|
2014-02-26 22:27:52 +00:00 |
RAIIObjectsForParser.h
|
ExpectAndConsume: Diagnose errors automatically
|
2014-01-01 03:08:43 +00:00 |