summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Fixed layout of test/ASTMerge.Sean Callanan2016-11-1638-990/+0
* Updated ASTMerge/macro.m to use _Nullable.Sean Callanan2016-11-071-1/+1
* When the ASTImporter imports a source location, it avoids importing macroSean Callanan2016-11-074-0/+19
* ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbotsAleksei Sidorin2016-09-281-0/+11
* ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbotsAleksei Sidorin2016-09-281-11/+0
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-282-0/+157
* When importing classes and structs with anonymous structs, it is critical thatSean Callanan2016-07-142-0/+14
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-161-0/+19
* Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2016-05-141-17/+0
* Handle injected class names in the ASTImporter.Sean Callanan2016-05-141-0/+7
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-141-0/+17
* [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis2016-02-182-2/+4
* Implemented ASTImporter support for Stmts and fixedSean Callanan2015-04-282-0/+10
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-1/+0
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-202-0/+8
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-131-1/+1
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-082-0/+28
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-072-0/+39
* Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2010-12-072-0/+17
* Extern the ASTImporter to import @implementation declarations.Douglas Gregor2010-12-072-0/+42
* Implement AST import support for class template specializations.Douglas Gregor2010-12-012-0/+28
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-302-0/+41
* Don't add an imported function into its lexical context until *after*Douglas Gregor2010-10-012-0/+8
* Hack in some really terrible C++ record PCH support that I need right now.John McCall2010-06-032-0/+16
* Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor2010-02-242-0/+34
* AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2010-02-192-2/+4
* AST import for sizeof and alignof expressionsDouglas Gregor2010-02-192-2/+4
* AST import for DeclRefExprsDouglas Gregor2010-02-192-2/+4
* AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2010-02-192-2/+6
* AST import for character literalsDouglas Gregor2010-02-182-0/+10
* AST import for forward declarations of Objective-C protocolsDouglas Gregor2010-02-182-0/+12
* Implement import of forward declarations of Objective-C classesDouglas Gregor2010-02-182-0/+10
* AST import of Objective-C categories.Douglas Gregor2010-02-182-0/+52
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-172-0/+25
* AST import for Objective-C protocolsDouglas Gregor2010-02-172-0/+46
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-172-0/+47
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-172-4/+36
* Skeleton for importing Objective-C classesDouglas Gregor2010-02-162-0/+14
* Cope with anonymous tags defined within declarators by structurallyDouglas Gregor2010-02-156-1/+29
* Reimplement the structural-equality checks used to determine whetherDouglas Gregor2010-02-152-3/+13
* Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2010-02-122-0/+13
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-122-0/+69
* Handle AST merges of incomplete class types. Douglas Gregor2010-02-122-0/+19
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-112-0/+40
* Add missing test cases for AST merging of structures.Douglas Gregor2010-02-112-0/+29
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-102-0/+12
* Implement AST importing and merging for typedefs. As part of this, provide a ...Douglas Gregor2010-02-102-0/+8
* Teach AST merging that variables with incomplete array types can beDouglas Gregor2010-02-102-0/+8
* Add missing header fileDouglas Gregor2010-02-101-0/+1
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-102-0/+2
OpenPOWER on IntegriCloud