| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | C1X: implement static asserts | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
* | Improve recovery (error + fix-it) when parsing type dependent template name w... | Francois Pichet | 2011-03-27 | 1 | -1/+2 |
* | Extend the new 'availability' attribute with support for an | Douglas Gregor | 2011-03-26 | 1 | -0/+1 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -2/+2 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -0/+4 |
* | Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const... | Ted Kremenek | 2011-03-22 | 1 | -1/+1 |
* | Make sure that we always pop a function's scope *before* we call | Douglas Gregor | 2011-03-16 | 1 | -2/+3 |
* | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara | 2011-03-03 | 1 | -2/+4 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -2/+2 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -3/+1 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -3/+1 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -1/+3 |
* | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -0/+1 |
* | Eliminate a silly little Parse/Sema dance when parsing typename | Douglas Gregor | 2011-02-27 | 1 | -9/+11 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -2/+2 |
* | Better parser recovery when method is | Fariborz Jahanian | 2011-02-23 | 1 | -0/+4 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+15 |
* | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne | 2011-02-14 | 1 | -0/+5 |
* | Parse: add support for parsing CUDA kernel calls | Peter Collingbourne | 2011-02-09 | 1 | -0/+2 |
* | Support for objextive-c++ use of property-dot syntax as receiver | Fariborz Jahanian | 2011-02-08 | 1 | -1/+2 |
* | Fix a crash-on-invalid where we were trying to parse C++ constructs in | Douglas Gregor | 2011-02-04 | 1 | -2/+3 |
* | Lazily initialize the 'final' and 'override' contextual keywords as suggested... | Anders Carlsson | 2011-01-20 | 1 | -5/+2 |
* | Convert "#pragma unused(...)" into tokens for the parser. | Argyrios Kyrtzidis | 2011-01-17 | 1 | -0/+4 |
* | Begin work on supporting "N3206: Override control: Eliminating Attributes", from | Anders Carlsson | 2011-01-16 | 1 | -0/+6 |
* | Speed up code-completion by skipping function bodies. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -5/+7 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -32/+24 |
* | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -9/+5 |
* | Not content to implement just "extern" explicit template | Douglas Gregor | 2010-12-01 | 1 | -4/+30 |
* | Refactoring. | Argyrios Kyrtzidis | 2010-11-19 | 1 | -2/+1 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
* | Add parsing support for Microsoft attributes. MS attributes will just be skip... | Francois Pichet | 2010-10-11 | 1 | -0/+3 |
* | When we encounter a '==' in a context expecting a '=', assume the user made a... | Argyrios Kyrtzidis | 2010-10-08 | 1 | -0/+14 |
* | vla expressions used in __typeof__ must be evaluated. | Fariborz Jahanian | 2010-09-28 | 1 | -2/+4 |
* | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor | 2010-09-15 | 1 | -2/+2 |
* | Improve error recovery when we see ':' and expect a ';'. | John McCall | 2010-09-07 | 1 | -0/+20 |
* | Improve recovery when there is a stray ']' or ')' before the ';' at | Douglas Gregor | 2010-09-07 | 1 | -0/+19 |
* | Enable inline namespaces in C++03 as an extension. | Sebastian Redl | 2010-08-31 | 1 | -2/+2 |
* | Parser support for inline namespaces | Sebastian Redl | 2010-08-27 | 1 | -3/+11 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -7/+7 |
* | Initialize the translation-unit scope before lexing the first | Douglas Gregor | 2010-08-25 | 1 | -4/+4 |
* | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor | 2010-08-25 | 1 | -0/+4 |
* | Implement code completion for preprocessor expressions and in macro | Douglas Gregor | 2010-08-24 | 1 | -2/+13 |
* | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor | 2010-08-24 | 1 | -0/+4 |
* | Introduce basic code-completion support for preprocessor directives, | Douglas Gregor | 2010-08-24 | 1 | -0/+13 |
* | Parse all kinds of declarations as part of a linkage-specification, | Douglas Gregor | 2010-08-24 | 1 | -2/+6 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -5/+5 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -9/+11 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -2/+2 |