summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parse: Don't crash when trailing return type is missingDavid Majnemer2015-01-091-5/+4
* Fix build breakageDavid Majnemer2014-12-291-1/+2
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-1/+11
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-5/+11
* Parse: Consume tokens more carefully in CheckForLParenAfterColonColonDavid Majnemer2014-12-171-27/+29
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-18/+33
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-2/+7
* Remove the last couple uses of the ExprArg(just Expr*) typedef in Parser.Craig Topper2014-10-301-1/+1
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-0/+2
* PR20991: ::decltype is not valid.Richard Smith2014-10-041-1/+2
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+11
* Add error, recovery and fixit for "~A::A() {...}".Richard Smith2014-09-061-2/+21
* Wrap to 80 columns, no functionality change.Nico Weber2014-07-261-2/+2
* PR19751: (T())++ is not a cast-expression.Richard Smith2014-07-151-1/+0
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-261-1/+1
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-13/+13
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-19/+19
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-151-2/+4
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-4/+11
* Cut off parsing early during code completionAlp Toker2014-05-021-3/+3
* Improve error recovery around colon.Serge Pavlov2014-04-131-9/+36
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-131-2/+2
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-121-3/+12
* Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman2014-03-111-6/+18
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-20/+23
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-071-3/+18
* Don't use magic constants in the digraph diagnosticAlp Toker2014-01-061-16/+3
* Parse: Token consumption modernization and loop de-nestingAlp Toker2014-01-051-3/+1
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-13/+2
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-5/+5
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-2/+2
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-171-16/+9
* Remove an unused parameter and include after r197273Alp Toker2013-12-131-2/+1
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-18/+6
* Unify type trait parsingAlp Toker2013-12-121-124/+46
* Fix init-captures for generic lambdas.Faisal Vali2013-12-051-6/+59
* Reject template-ids containing literal-operator-ids that have a dependentRichard Smith2013-12-051-5/+10
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-3/+4
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-21/+21
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+1
* Remove an unused variable - thanks to Nick Lewycky for pointing this out!Faisal Vali2013-09-261-1/+0
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-3/+15
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-15/+2
* Revert "Remove some unused variables identified by Juergen Ributzka *I need t...Manuel Klimek2013-08-221-0/+1
* Remove some unused variables identified by Juergen Ributzka *I need to turn o...Faisal Vali2013-08-221-1/+0
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-2/+15
* Removed hack that was used to properly restore the nested name specifier of q...Larisse Voufo2013-08-061-6/+7
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-2/+8
OpenPOWER on IntegriCloud