llvm-project/clang/test/ASTMerge/Inputs
Richard Smith 5bb4cdfaa9 Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
produce a note for that diagnostic either with a different DiagnosticEngine or
after calling DiagnosticEngine::Reset(). That didn't make any sense, and did the
wrong thing if the original diagnostic was suppressed.

llvm-svn: 170636
2012-12-20 02:22:15 +00:00
..
category1.m Fix two thinkos and add a test for importing the AST of a category 2010-12-08 16:41:55 +00:00
category2.m Fix two thinkos and add a test for importing the AST of a category 2010-12-08 16:41:55 +00:00
class-template1.cpp Implement AST import support for class template specializations. 2010-12-01 01:36:18 +00:00
class-template2.cpp Implement AST import support for class template specializations. 2010-12-01 01:36:18 +00:00
class1.cpp Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
class2.cpp Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
enum1.c
enum2.c
exprs1.c
exprs2.c
function1.c
function2.c
interface1.m Extern the ASTImporter to import @implementation declarations. 2010-12-07 01:26:03 +00:00
interface2.m Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
lit.local.cfg
namespace1.cpp
namespace2.cpp
property1.m Implement AST import for Objective-C property implementations 2010-12-07 18:32:03 +00:00
property2.m Implement AST import for Objective-C property implementations 2010-12-07 18:32:03 +00:00
struct1.c
struct2.c
typedef1.c
typedef2.c
var1.c
var1.h
var2.c