1. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  2. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  3. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  4. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  5. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 11 years ago
  6. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  7. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  8. cd707ab Fix crash at @implementation with a forward reference as base class. by Argyrios Kyrtzidis · 12 years ago
  9. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  10. 34b8e68 Flip the default for showing include stacks on notes to false. This by Chandler Carruth · 13 years ago
  11. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 13 years ago
  12. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 13 years ago
  13. 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 13 years ago
  14. dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 13 years ago
  15. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 13 years ago
  16. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 13 years ago
  17. 4045107 Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). by Argyrios Kyrtzidis · 14 years ago
  18. db45871 Try to disable this again. by Eric Christopher · 14 years ago
  19. ceb406d Disable this test temporarily in an attempt to green the buildbots. by Eric Christopher · 14 years ago
  20. 81134ad Don't add an imported function into its lexical context until *after* by Douglas Gregor · 14 years ago
  21. 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 14 years ago
  22. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  23. 5821249 Add test for AST importing of C++ namespaces, missing from a prior commit by Douglas Gregor · 14 years ago
  24. 008847a AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty context by Douglas Gregor · 14 years ago
  25. bd249a5 AST import for sizeof and alignof expressions by Douglas Gregor · 14 years ago
  26. 4408063 AST import for DeclRefExprs by Douglas Gregor · 14 years ago
  27. f638f95 AST import of parenthesized expressions, unary operators, binary by Douglas Gregor · 14 years ago
  28. b2e400a AST import for character literals by Douglas Gregor · 14 years ago
  29. 2b78502 AST import for forward declarations of Objective-C protocols by Douglas Gregor · 14 years ago
  30. a2bc15b Implement import of forward declarations of Objective-C classes by Douglas Gregor · 14 years ago
  31. b4677b6 AST import of Objective-C categories. by Douglas Gregor · 14 years ago
  32. e326162 Implement AST merging for Objective-C properties. by Douglas Gregor · 14 years ago
  33. 2e2a400 AST import for Objective-C protocols by Douglas Gregor · 14 years ago
  34. c3f2d2b Implement AST importing and checking for Objective-C method declarations. by Douglas Gregor · 14 years ago
  35. 2e55e3a Implement AST importing of Objective-C instance variables. by Douglas Gregor · 14 years ago
  36. a12d294 Skeleton for importing Objective-C classes by Douglas Gregor · 14 years ago
  37. ea35d11 Cope with anonymous tags defined within declarators by structurally by Douglas Gregor · 14 years ago
  38. 73dc30b Reimplement the structural-equality checks used to determine whether by Douglas Gregor · 14 years ago
  39. 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 14 years ago
  40. 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 14 years ago
  41. e72b5dc Handle AST merges of incomplete class types. by Douglas Gregor · 14 years ago
  42. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 14 years ago
  43. b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 14 years ago
  44. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 14 years ago
  45. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 14 years ago
  46. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 14 years ago
  47. ed6ae49 Add missing header file by Douglas Gregor · 14 years ago
  48. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 14 years ago
  49. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 14 years ago
  50. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 14 years ago
  51. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 14 years ago