summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak code-completion heuristics deciding between a lambdaDouglas Gregor2012-07-311-1/+3
* When we encounter a code-completion token while parsing an ill-formedDouglas Gregor2012-07-311-1/+5
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-1/+2
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-0/+5
* Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith2012-06-181-3/+3
* Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.Kaelyn Uhrain2012-06-151-33/+0
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-121-4/+4
* Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor2012-06-061-2/+0
* Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith2012-05-021-7/+2
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-4/+9
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-2/+0
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-141-1/+1
* Disambiguation of '[[':Richard Smith2012-04-101-4/+17
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+4
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-16/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-15/+15
* Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith2012-03-081-11/+56
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-1/+6
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+60
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-231-0/+1
* Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith2012-02-221-8/+27
* In the conflict between C++11 [expr.prim.general]p4, which declaresDouglas Gregor2012-02-211-2/+4
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-201-2/+1
* Set the location of the template keyword when allocating a new TemplateIdAnno...Benjamin Kramer2012-02-191-0/+1
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-1/+0
* Improve recovery for lambda expressions that have 'mutable' or aDouglas Gregor2012-02-161-0/+46
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-8/+10
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-10/+8
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-8/+10
* Implement code completion support for lambda capture lists.Douglas Gregor2012-02-151-4/+31
* Implement support for lambda capture pack expansions, e.g.,Douglas Gregor2012-02-141-2/+6
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-121-4/+7
* Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl2012-02-111-2/+4
* Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor2012-02-101-2/+2
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-1/+2
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-49/+55
* Avoid redundant NNS qualification in constructor/destructor names.Abramo Bagnara2012-01-271-15/+17
* Avoid correcting unknown identifiers to types where types aren't allowed.Kaelyn Uhrain2012-01-251-1/+1
* Support decltype as a simple-type-specifier.David Blaikie2012-01-241-1/+4
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
* Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an...Eli Friedman2012-01-201-4/+4
* Extend the error of invalid token after declarations to include fixits for Richard Trieu2012-01-191-5/+1
* Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...Richard Trieu2012-01-181-2/+6
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* More lambda work. Fixes a minor bug Richard pointed out, makes lookup for la...Eli Friedman2012-01-061-5/+6
* More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman2012-01-051-5/+2
* Add an explicit LambdaExprContext to Declarator, to parallel BlockLiteralCont...Eli Friedman2012-01-041-1/+1
* Fix messed-up indentation in r147515.Eli Friedman2012-01-041-7/+7
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-17/+42
* Remove unused variables.Rafael Espindola2011-12-251-1/+1
OpenPOWER on IntegriCloud