summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Fix sentence construction-o.Nico Weber2012-11-291-1/+1
* When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu2012-11-021-1/+44
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-5/+10
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-27/+36
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-1/+2
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* Fix a few -Wdocumentation warnings.Dmitri Gribenko2012-08-241-6/+6
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-4/+2
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-3/+3
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-10/+10
* PR13619: Make sure we're not at EOF before looking at NextToken().Richard Smith2012-08-201-4/+5
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-10/+15
* In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standar...Richard Smith2012-08-091-4/+8
* 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
OpenPOWER on IntegriCloud