summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-8/+4
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-1/+3
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-2/+10
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-1/+2
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-1/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Remove the unused Parser::ParseTranslationUnit functionHal Finkel2013-01-091-15/+0
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-4/+4
* Minor cleanup.Rafael Espindola2012-12-291-5/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Move PrettyStackTraceParserEntry to ParseAST.cppNico Weber2012-11-271-23/+0
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+2
* PR12713 - crash on invalid due to unmatched parens in decltypeDavid Blaikie2012-11-071-2/+2
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-3/+5
* Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis2012-10-311-2/+3
* Currently the initial value of Tok is dependent an the stack contentsChris Lattner2012-10-271-0/+1
* Reverted back the changes made in 166868 and in 166869Mahesha S2012-10-271-234/+0
* Feature:Mahesha S2012-10-271-0/+235
* Permanently end the whole "pragma got handled by the parser too early"Eli Friedman2012-10-041-10/+31
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-181-1/+2
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-11/+4
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-4/+4
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-3/+3
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-29/+151
* Removed an unused function I added a while back.Fariborz Jahanian2012-08-101-21/+0
* objective-C++: dalyed parsing of ctors with memberFariborz Jahanian2012-08-101-2/+3
* objective-C++: delayed parsing of member function withFariborz Jahanian2012-08-101-1/+2
* objective-C++: Delayed parsing of most commonFariborz Jahanian2012-08-101-1/+20
* Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith2012-07-231-11/+20
* Allow the parser to recover gracefully if a typename is used to introduce a d...Francois Pichet2012-07-221-3/+5
* Move helper class into an anonymous namespace.Benjamin Kramer2012-07-131-0/+2
* Better parser recovery in Objective-C containers.Jordan Rose2012-07-091-1/+1
* Added a new memberfor Parser, to be used soonFariborz Jahanian2012-07-061-0/+21
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-3/+1
* Obj-C++11 parser: fix broken parsing of c-functionFariborz Jahanian2012-07-031-1/+0
* Obj-C++11 parser: turn off buffering ofFariborz Jahanian2012-07-031-0/+1
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-2/+4
* Support the use of "=delete" and "=default" with delayed templateDouglas Gregor2012-06-281-0/+1
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-13/+20
* Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class c...Dmitri Gribenko2012-06-201-3/+3
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-1/+21
* Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor2012-06-061-4/+4
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-4/+3
* Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose2012-06-061-4/+0
* Move the warnings for extra semi-colons under -Wextra-semi. Also, addedRichard Trieu2012-05-161-5/+28
* Recover properly from a redundant 'typename' before a non-nested name. This isRichard Smith2012-05-141-5/+17
* Recover properly if a class member declaration starts with a scope specifierRichard Smith2012-05-091-2/+1
OpenPOWER on IntegriCloud