aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Parser.h
AgeCommit message (Expand)Author
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2013-03-27[Parser] Don't code-complete twice.Argyrios Kyrtzidis
2013-03-26Implement special-case name lookup for inheriting constructors: memberRichard Smith
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-20Objective-C [qoi] more gracefull recovery when Fariborz Jahanian
2013-03-09Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-20Process and handle attributes on conditions and for loop variables. Process andRichard Smith
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-09Remove the unused Parser::ParseTranslationUnit functionHal Finkel
2013-01-08Tighten types a bit. No functionality change.Rafael Espindola
2013-01-07Add fixit hints for misplaced C++11 attributes around class specifiers.Michael Han
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-31Remove some remnants of OwningExprResult / OwningStmtResult.Nico Weber
2012-12-20Move operator precedence calculation to new headerDaniel Jasper
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-14Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber
2012-12-14fix another spelloNico Weber
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-27Move PrettyStackTraceParserEntry to ParseAST.cppNico Weber
2012-11-26Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie
2012-11-06Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han
2012-11-03Support interleaving of other pragmas with FP_CONTRACT at the beginning of aLang Hames
2012-11-02Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins
2012-11-02When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27Feature:Mahesha S
2012-10-04Permanently end the whole "pragma got handled by the parser too early"Eli Friedman
2012-10-03Improve C++11 attribute parsing.Michael Han
2012-09-25Fix for r163013 regression and further __interface enhancement.John McCall
2012-09-18If a comma operator is followed by a token which unambiguously indicates theRichard Smith
2012-09-17Open up a few higher-level functions for tools.Axel Naumann
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-08-30Extend the "__is_pod" hack, which demotes various type trait keywordsDouglas Gregor
2012-08-23Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer
2012-08-23Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2012-08-17Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko
2012-08-10Removed an unused function I added a while back.Fariborz Jahanian
2012-08-08Minor simplification for r161534.Eli Friedman
2012-08-08Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman