clang-1/test/ASTMerge/Inputs
Richard Smith 5b9268f26a 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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170636 91177308-0d34-0410-b5e6-96231b3b80d8
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 Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
enum2.c Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
exprs1.c AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty context 2010-02-19 01:32:14 +00:00
exprs2.c AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty context 2010-02-19 01:32:14 +00:00
function1.c Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
function2.c Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
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 Add in the LIT magic to avoid running AST merge test inputs as 2010-02-09 22:40:03 +00:00
namespace1.cpp Add test for AST importing of C++ namespaces, missing from a prior commit 2010-02-24 21:53:36 +00:00
namespace2.cpp Add test for AST importing of C++ namespaces, missing from a prior commit 2010-02-24 21:53:36 +00:00
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 Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
struct2.c Cope with anonymous tags defined within declarators by structurally 2010-02-15 23:54:17 +00:00
typedef1.c Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. 2010-02-10 17:47:19 +00:00
typedef2.c Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. 2010-02-10 17:47:19 +00:00
var1.c Teach AST merging that variables with incomplete array types can be 2010-02-10 17:16:49 +00:00
var1.h Add missing header file 2010-02-10 01:35:04 +00:00
var2.c Teach AST merging that variables with incomplete array types can be 2010-02-10 17:16:49 +00:00