summaryrefslogtreecommitdiff
path: root/include/clang/Parse
Commit message (Expand)AuthorAge
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-08
* Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner2013-05-06
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-02
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-02
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-02
* Keep the parser's template depth up to date when parsing local templates andRichard Smith2013-04-29
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Parser support for #pragma clang __debug capturedTareq A. Siraj2013-04-16
* Make the ObjC attributes diagnostics a bit more informative.Nico Weber2013-04-04
* Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber2013-04-03
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-28
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-27
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-26
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* Objective-C [qoi] more gracefull recovery when Fariborz Jahanian2013-03-20
* Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith2013-03-09
* 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
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-19
* objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian2013-01-22
* objectiveC: don't warn when in -Wselector mode andFariborz Jahanian2013-01-21
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Remove the unused Parser::ParseTranslationUnit functionHal Finkel2013-01-09
* Tighten types a bit. No functionality change.Rafael Espindola2013-01-08
* Add fixit hints for misplaced C++11 attributes around class specifiers.Michael Han2013-01-07
* 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
* Remove some remnants of OwningExprResult / OwningStmtResult.Nico Weber2012-12-31
* Move operator precedence calculation to new headerDaniel Jasper2012-12-20
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-14
* fix another spelloNico Weber2012-12-14
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Move PrettyStackTraceParserEntry to ParseAST.cppNico Weber2012-11-27
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-26
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-10
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-06
* Support interleaving of other pragmas with FP_CONTRACT at the beginning of aLang Hames2012-11-03
* Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins2012-11-02
* When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu2012-11-02
* Reverted back the changes made in 166868 and in 166869Mahesha S2012-10-27
* Feature:Mahesha S2012-10-27
* Permanently end the whole "pragma got handled by the parser too early"Eli Friedman2012-10-04
* Improve C++11 attribute parsing.Michael Han2012-10-03
* Fix for r163013 regression and further __interface enhancement.John McCall2012-09-25
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-18
* Open up a few higher-level functions for tools.Axel Naumann2012-09-17
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-15