summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseExprCXX.cpp
Commit message (Expand)AuthorAge
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-21
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-15
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-15
* Cut off parsing early during code completionAlp Toker2014-05-02
* Improve error recovery around colon.Serge Pavlov2014-04-13
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-13
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-12
* Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman2014-03-11
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-04
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-15
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-07
* Don't use magic constants in the digraph diagnosticAlp Toker2014-01-06
* Parse: Token consumption modernization and loop de-nestingAlp Toker2014-01-05
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-17
* Remove an unused parameter and include after r197273Alp Toker2013-12-13
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Unify type trait parsingAlp Toker2013-12-12
* Fix init-captures for generic lambdas.Faisal Vali2013-12-05
* Reject template-ids containing literal-operator-ids that have a dependentRichard Smith2013-12-05
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-04
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-18
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-18
* Remove an unused variable - thanks to Nick Lewycky for pointing this out!Faisal Vali2013-09-26
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-26
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-22
* Revert "Remove some unused variables identified by Juergen Ributzka *I need t...Manuel Klimek2013-08-22
* Remove some unused variables identified by Juergen Ributzka *I need to turn o...Faisal Vali2013-08-22
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-22
* Removed hack that was used to properly restore the nested name specifier of q...Larisse Voufo2013-08-06
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-06
* PR16094: I should have known Obj-C init-capture disambiguation couldn't beRichard Smith2013-05-21
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-16
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-09
* Separate out and special-case the diagnostic for 'auto' in aRichard Smith2013-05-04
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-27
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-26
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-20
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-20
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-28
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-02
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20