| Commit message (Expand) | Author | Age | Files | Lines |
| * | ExpectAndConsume: Diagnose errors automatically | Alp Toker | 2014-01-01 | 1 | -45/+44 |
| * | Support and use token kinds as diagnostic arguments | Alp Toker | 2013-12-24 | 1 | -17/+12 |
| * | Fix OpenMP recovery with trailing tokens following the pragma | Alp Toker | 2013-12-18 | 1 | -0/+2 |
| * | Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket... | Alp Toker | 2013-12-18 | 1 | -38/+22 |
| * | [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa... | Alexey Bataev | 2013-12-18 | 1 | -22/+38 |
| * | Fix indentation from r197490 plus some typos | Alp Toker | 2013-12-17 | 1 | -2/+2 |
| * | Simplify RevertibleTypeTraits as a form of contextual keyword | Alp Toker | 2013-12-17 | 1 | -3/+21 |
| * | Parse: Avoid crashing on unterminated top-level asm strings | Justin Bogner | 2013-12-10 | 1 | -6/+5 |
| * | Remove redundant check. | Richard Smith | 2013-12-04 | 1 | -4/+1 |
| * | Fix several crash-on-invalids when using template-ids that aren't | Richard Smith | 2013-12-04 | 1 | -1/+4 |
| * | Emit an extension warning when changing system header tokens | Alp Toker | 2013-12-03 | 1 | -0/+11 |
| * | [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test... | Argyrios Kyrtzidis | 2013-11-24 | 1 | -3/+1 |
| * | Generate a marker token when entering or leaving a submodule when building a | Richard Smith | 2013-11-23 | 1 | -8/+25 |
| * | PR9547: If we're parsing a simple-declaration that contains a tag definition, | Richard Smith | 2013-11-19 | 1 | -0/+6 |
| * | Make helper function static. | Benjamin Kramer | 2013-11-18 | 1 | -1/+1 |
| * | Replaced bool parameters in SkipUntil function with single bit-based parameter. | Alexey Bataev | 2013-11-18 | 1 | -18/+32 |
| * | When we hit a #include directive that maps to a module import, emit a token | Richard Smith | 2013-11-15 | 1 | -4/+15 |
| * | Support return type deduction for templates in -fdelayed-template-parsing (mi... | Faisal Vali | 2013-11-01 | 1 | -1/+22 |
| * | Parse: Disable delayed template parsing for constexpr functions | David Majnemer | 2013-10-23 | 1 | -3/+3 |
| * | Revert r193073 and the attempt to fix it in r193170. | Chandler Carruth | 2013-10-22 | 1 | -9/+0 |
| * | Fix to PR8880 (clang dies processing a for loop). | Serge Pavlov | 2013-10-21 | 1 | -0/+9 |
| * | [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f... | David Majnemer | 2013-10-18 | 1 | -0/+1 |
| * | Tidy up and improve error recovery for C++11 attributes in bad places. Based on | Richard Smith | 2013-10-15 | 1 | -3/+9 |
| * | Parser: support Microsoft syntax for 'typename typedef' | David Majnemer | 2013-09-03 | 1 | -1/+18 |
| * | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -0/+1 |
| * | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -1/+0 |
| * | PR9992: Serialize and deserialize the token sequence for a function template in | Richard Smith | 2013-08-07 | 1 | -14/+5 |
| * | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -2/+4 |
| * | Avoid recursions when the parser finds out that it has too many brackets. | Rafael Espindola | 2013-07-25 | 1 | -1/+11 |
| * | "bool" should be a context-sensitive keyword in Altivec mode. | Bill Schmidt | 2013-07-03 | 1 | -0/+1 |
| * | Adding support for MSVC #pragma detect_mismatch functionality by emitting a F... | Aaron Ballman | 2013-06-04 | 1 | -0/+4 |
| * | [modules] If we hit a failure while loading a PCH/module, abort parsing inste... | Argyrios Kyrtzidis | 2013-05-24 | 1 | -1/+7 |
| * | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -2/+3 |
| * | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 2013-05-08 | 1 | -1/+1 |
| * | Move PragmaCommentHandler to lib/Parse in preparation for calling Sema | Reid Kleckner | 2013-05-06 | 1 | -0/+10 |
| * | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith | 2013-04-12 | 1 | -2/+2 |
| * | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+10 |
| * | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -8/+4 |
| * | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith | 2013-02-22 | 1 | -1/+3 |
| * | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith | 2013-02-20 | 1 | -2/+10 |
| * | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith | 2013-01-28 | 1 | -1/+2 |
| * | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | 2013-01-17 | 1 | -1/+2 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| * | Remove the unused Parser::ParseTranslationUnit function | Hal Finkel | 2013-01-09 | 1 | -15/+0 |
| * | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -2/+2 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -4/+4 |
| * | Minor cleanup. | Rafael Espindola | 2012-12-29 | 1 | -5/+1 |
| * | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -1/+1 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
| * | Move PrettyStackTraceParserEntry to ParseAST.cpp | Nico Weber | 2012-11-27 | 1 | -23/+0 |