summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* C1X: implement static assertsPeter Collingbourne2011-04-151-0/+1
* Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet2011-03-271-1/+2
* Extend the new 'availability' attribute with support for anDouglas Gregor2011-03-261-0/+1
* Insomniac refactoring: change how the parser allocates attributes so thatJohn McCall2011-03-241-2/+2
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+4
* Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const...Ted Kremenek2011-03-221-1/+1
* Make sure that we always pop a function's scope *before* we callDouglas Gregor2011-03-161-2/+3
* Fixed source range for FileScopeAsmDecl. Others source range fixes will follow.Abramo Bagnara2011-03-031-2/+4
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-2/+2
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-1/+3
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-3/+1
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-1/+3
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-3/+1
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-1/+3
* When we encounter a dependent template name within aDouglas Gregor2011-02-281-0/+1
* Eliminate a silly little Parse/Sema dance when parsing typenameDouglas Gregor2011-02-271-9/+11
* Retain complete source-location information for C++Douglas Gregor2011-02-241-2/+2
* Better parser recovery when method isFariborz Jahanian2011-02-231-0/+4
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+15
* Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actionsPeter Collingbourne2011-02-141-0/+5
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-091-0/+2
* Support for objextive-c++ use of property-dot syntax as receiverFariborz Jahanian2011-02-081-1/+2
* Fix a crash-on-invalid where we were trying to parse C++ constructs inDouglas Gregor2011-02-041-2/+3
* Lazily initialize the 'final' and 'override' contextual keywords as suggested...Anders Carlsson2011-01-201-5/+2
* Convert "#pragma unused(...)" into tokens for the parser.Argyrios Kyrtzidis2011-01-171-0/+4
* Begin work on supporting "N3206: Override control: Eliminating Attributes", fromAnders Carlsson2011-01-161-0/+6
* Speed up code-completion by skipping function bodies.Argyrios Kyrtzidis2011-01-031-5/+7
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-32/+24
* Added ParenType type node.Abramo Bagnara2010-12-101-9/+5
* Not content to implement just "extern" explicit templateDouglas Gregor2010-12-011-4/+30
* Refactoring.Argyrios Kyrtzidis2010-11-191-2/+1
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+1
* Add parsing support for Microsoft attributes. MS attributes will just be skip...Francois Pichet2010-10-111-0/+3
* When we encounter a '==' in a context expecting a '=', assume the user made a...Argyrios Kyrtzidis2010-10-081-0/+14
* vla expressions used in __typeof__ must be evaluated.Fariborz Jahanian2010-09-281-2/+4
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-2/+2
* Improve error recovery when we see ':' and expect a ';'.John McCall2010-09-071-0/+20
* Improve recovery when there is a stray ']' or ')' before the ';' atDouglas Gregor2010-09-071-0/+19
* Enable inline namespaces in C++03 as an extension.Sebastian Redl2010-08-311-2/+2
* Parser support for inline namespacesSebastian Redl2010-08-271-3/+11
* One who seeks knowledge learns something new every day.John McCall2010-08-261-7/+7
* Initialize the translation-unit scope before lexing the firstDouglas Gregor2010-08-251-4/+4
* Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor2010-08-251-0/+4
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-2/+13
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-0/+4
* Introduce basic code-completion support for preprocessor directives,Douglas Gregor2010-08-241-0/+13
* Parse all kinds of declarations as part of a linkage-specification,Douglas Gregor2010-08-241-2/+6
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-5/+5
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-9/+11
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-2/+2
OpenPOWER on IntegriCloud