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