| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
* | PR12713 - crash on invalid due to unmatched parens in decltype | David Blaikie | 2012-11-07 | 1 | -2/+2 |
* | Have the parser initialize Sema before it consumes the first | Douglas Gregor | 2012-11-05 | 1 | -3/+5 |
* | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis | 2012-10-31 | 1 | -2/+3 |
* | Currently the initial value of Tok is dependent an the stack contents | Chris Lattner | 2012-10-27 | 1 | -0/+1 |
* | Reverted back the changes made in 166868 and in 166869 | Mahesha S | 2012-10-27 | 1 | -234/+0 |
* | Feature: | Mahesha S | 2012-10-27 | 1 | -0/+235 |
* | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -10/+31 |
* | If a comma operator is followed by a token which unambiguously indicates the | Richard Smith | 2012-09-18 | 1 | -1/+2 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -11/+4 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -4/+4 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -3/+3 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -1/+1 |