summaryrefslogtreecommitdiffstats
path: root/include/clang/Parse/Parser.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r156031:Bill Wendling2012-05-121-3/+1
* Merging r155823:Bill Wendling2012-05-121-0/+7
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-5/+11
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-141-7/+4
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-29/+28
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-2/+4
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-0/+4
* Parsing of C++11 attributes:Richard Smith2012-04-101-5/+6
* Disambiguation of '[[':Richard Smith2012-04-101-6/+29
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-4/+10
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-121-0/+1
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-14/+9
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-10/+10
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-2/+3
* Streamline BalancedDelimiterTracker, by eliminating the duplicateDouglas Gregor2012-03-081-60/+50
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+8
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-1/+1
* Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins2012-03-021-4/+5
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-251-2/+1
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-1/+2
* Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...Eli Friedman2012-02-231-0/+4
* Update parser's disambiguation to cope with braced function-style casts inRichard Smith2012-02-231-2/+4
* Fix typo correction of template arguments to once again allow type names.Kaelyn Uhrain2012-02-221-1/+1
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-211-1/+1
* Implement #pragma redefine_extname.David Chisnall2012-02-181-0/+1
* Disambiguate between C++11 lambda expressions and C99 arrayDouglas Gregor2012-02-171-0/+1
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-3/+7
* Make parsing of objc @implementations more robust.Argyrios Kyrtzidis2012-02-071-10/+21
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-9/+9
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-3/+4
* Fix our handling of #pragma GCC visibility.Rafael Espindola2012-01-261-0/+4
* Avoid correcting unknown identifiers to types where types aren't allowed.Kaelyn Uhrain2012-01-251-4/+11
* Extend the error of invalid token after declarations to include fixits for Richard Trieu2012-01-191-6/+3
* Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...Richard Trieu2012-01-181-4/+6
* Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith2012-01-091-1/+4
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-4/+4
* Pass context and access to Parser::ParseExplicitInstantiation() forArgyrios Kyrtzidis2011-12-231-3/+5
* Add -Wdangling-else.Nico Weber2011-12-221-10/+15
* Fix tentative parsing so it knows how to handle an ambiguous for-range-declar...Eli Friedman2011-12-201-6/+6
* Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet2011-12-121-0/+2
* Add ability to supply additional message to availability macros,Fariborz Jahanian2011-12-101-0/+3
* Remove unused parameter from the LateParsedTemplatedFunction constructor.Francois Pichet2011-12-081-1/+1
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-061-2/+3
* Support decltype in nested-name-specifiers.David Blaikie2011-12-041-1/+4
* Fix leaking of LexedMethod objects created for caching objc method definition...Argyrios Kyrtzidis2011-11-291-0/+3
* Fix 80 cols violations & remove trailing whitespace.David Blaikie2011-11-091-59/+69
* Workaround for compilers that don't implement C++ DR45, from Tom Honermann!Douglas Gregor2011-11-091-0/+3
* When we notice that a member function is defined with "= delete" or "=Douglas Gregor2011-11-071-1/+3
* Tighten up the conditions under which we consider ourselves to beDouglas Gregor2011-11-071-0/+1