summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* PR16094: I should have known Obj-C init-capture disambiguation couldn't beRichard Smith2013-05-211-7/+73
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-4/+2
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-091-2/+36
* Separate out and special-case the diagnostic for 'auto' in aRichard Smith2013-05-041-1/+1
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-0/+2
* Implement C++1y decltype(auto).Richard Smith2013-04-261-1/+1
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-271-0/+4
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-261-3/+19
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-4/+4
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-0/+1
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+7
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-3/+3
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-6/+6
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
OpenPOWER on IntegriCloud