clang/test/ASTMerge/Inputs
Sean Callanan 91eab399fc Updated ASTMerge/macro.m to use _Nullable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286151 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-07 21:10:31 +00:00
..
anonymous-fields1.cpp When importing classes and structs with anonymous structs, it is critical that 2016-07-14 19:53:44 +00:00
anonymous-fields2.cpp When importing classes and structs with anonymous structs, it is critical that 2016-07-14 19:53:44 +00:00
asm-function.cpp ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbots 2016-09-28 11:04:42 +00:00
body1.c Implemented ASTImporter support for Stmts and fixed 2015-04-28 18:41:46 +00:00
body2.c Implemented ASTImporter support for Stmts and fixed 2015-04-28 18:41:46 +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 [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter class. 2016-02-18 23:08:36 +00:00
class2.cpp [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter class. 2016-02-18 23:08:36 +00:00
class3.cpp [ASTImporter] Implement some expression-related AST node import (part 2) 2016-09-28 10:16:56 +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
exprs3.cpp ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbots 2016-09-28 10:57:36 +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
inheritance-base.cpp Handle injected class names in the ASTImporter. 2016-05-14 05:43:57 +00:00
init-ctors-classes.cpp Added support to the ASTImporter for C++ constructor initializers. 2016-05-16 20:48:03 +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
macro.modulemap When the ASTImporter imports a source location, it avoids importing macro 2016-11-07 20:42:25 +00:00
macro1.h Updated ASTMerge/macro.m to use _Nullable. 2016-11-07 21:10:31 +00:00
macro1.m When the ASTImporter imports a source location, it avoids importing macro 2016-11-07 20:42:25 +00:00
macro2.m When the ASTImporter imports a source location, it avoids importing macro 2016-11-07 20:42:25 +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