.. |
CMakeLists.txt
|
Consolidating several table-generated files containing parser-related string switches into a single file. This reduces build-related complexity by replacing four separate projects (and table-gen instantiations) with a single one.
|
2014-01-29 22:13:45 +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
|
Enable correcting a member declaration where the type is class template,
|
2014-02-13 20:14:07 +00:00 |
ParseDeclCXX.cpp
|
PR18870: Parse language linkage specifiers properly if the string-literal is
|
2014-02-17 23:25:27 +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
|
Fix uninitialized read in vtordisp pragma code.
|
2014-02-13 00:44:34 +00:00 |
ParsePragma.h
|
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
|
2014-02-12 23:50:26 +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
|
PR18870: Parse language linkage specifiers properly if the string-literal is
|
2014-02-17 23:25:27 +00:00 |
RAIIObjectsForParser.h
|
ExpectAndConsume: Diagnose errors automatically
|
2014-01-01 03:08:43 +00:00 |