Age | Commit message (Expand) | Author |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2012-12-20 | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-03-13 | Fix crash at @implementation with a forward reference as base class. | Argyrios Kyrtzidis |
2011-10-04 | Improve location fidelity of objc decls. | Argyrios Kyrtzidis |
2011-03-27 | Flip the default for showing include stacks on notes to false. This | Chandler Carruth |
2010-12-08 | Fix two thinkos and add a test for importing the AST of a category | Douglas Gregor |
2010-12-07 | Implement AST import for Objective-C property implementations | Douglas Gregor |
2010-12-07 | Implement ASTImporter support for Objective-C category implementations. | Douglas Gregor |
2010-12-07 | Extern the ASTImporter to import @implementation declarations. | Douglas Gregor |
2010-12-01 | Implement AST import support for class template specializations. | Douglas Gregor |
2010-11-30 | Implement basic AST importing and merging support for class template | Douglas Gregor |
2010-10-15 | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis |
2010-10-08 | Try to disable this again. | Eric Christopher |
2010-10-08 | Disable this test temporarily in an attempt to green the buildbots. | Eric Christopher |
2010-10-01 | Don't add an imported function into its lexical context until *after* | Douglas Gregor |
2010-06-03 | Hack in some really terrible C++ record PCH support that I need right now. | John McCall |
2010-04-07 | Instead of counting totally diagnostics, split the count into a count | Chris Lattner |
2010-02-24 | Add test for AST importing of C++ namespaces, missing from a prior commit | Douglas Gregor |
2010-02-19 | AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty... | Douglas Gregor |
2010-02-19 | AST import for sizeof and alignof expressions | Douglas Gregor |
2010-02-19 | AST import for DeclRefExprs | Douglas Gregor |
2010-02-19 | AST import of parenthesized expressions, unary operators, binary | Douglas Gregor |
2010-02-18 | AST import for character literals | Douglas Gregor |
2010-02-18 | AST import for forward declarations of Objective-C protocols | Douglas Gregor |
2010-02-18 | Implement import of forward declarations of Objective-C classes | Douglas Gregor |
2010-02-18 | AST import of Objective-C categories. | Douglas Gregor |
2010-02-17 | Implement AST merging for Objective-C properties. | Douglas Gregor |
2010-02-17 | AST import for Objective-C protocols | Douglas Gregor |
2010-02-17 | Implement AST importing and checking for Objective-C method declarations. | Douglas Gregor |
2010-02-17 | Implement AST importing of Objective-C instance variables. | Douglas Gregor |
2010-02-16 | Skeleton for importing Objective-C classes | Douglas Gregor |
2010-02-15 | Cope with anonymous tags defined within declarators by structurally | Douglas Gregor |
2010-02-15 | Reimplement the structural-equality checks used to determine whether | Douglas Gregor |
2010-02-12 | Funnel changes to the ImportedDecls list in the ASTImporter through a | Douglas Gregor |
2010-02-12 | Implement AST importing and merging for enumeration types and | Douglas Gregor |
2010-02-12 | Handle AST merges of incomplete class types. | Douglas Gregor |
2010-02-11 | When AST merging for record declarations fails, warn about the | Douglas Gregor |
2010-02-11 | Add missing test cases for AST merging of structures. | Douglas Gregor |
2010-02-10 | Implement basic support for merging function declarations across | Douglas Gregor |
2010-02-10 | Implement AST importing and merging for typedefs. As part of this, provide a ... | Douglas Gregor |
2010-02-10 | Teach AST merging that variables with incomplete array types can be | Douglas Gregor |
2010-02-10 | Add missing header file | Douglas Gregor |
2010-02-10 | Implement basic support for importing source locations from one AST | Douglas Gregor |
2010-02-09 | Add in the LIT magic to avoid running AST merge test inputs as | Douglas Gregor |
2010-02-09 | Hook up the diagnostics-argument printer when merging AST files, so | Douglas Gregor |
2010-02-09 | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor |