summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge
Commit message (Expand)AuthorAgeFilesLines
* Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath2017-04-033-133/+1
* [ASTImporter] Fix for importing unnamed structsGabor Horvath2017-04-033-1/+133
* [ASTImporter] Lookup SearchName instead of NameGabor Horvath2017-04-033-1/+38
* [ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operandsGabor Horvath2017-03-132-0/+11
* [ASTImporter] Support default argument initialization of ParmVarDeclsAleksei Sidorin2017-02-202-0/+6
* ASTImporter: fix tests on Windows with removing slashed parts of pathsAleksei Sidorin2017-01-231-9/+9
* ASTImporter: quick test fixAleksei Sidorin2017-01-231-9/+9
* ASTImporter: add forgotten tests for rL292776Aleksei Sidorin2017-01-233-0/+222
* Fixed layout of test/ASTMerge.Sean Callanan2016-11-1661-0/+20
* 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-075-0/+25
* ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbotsAleksei Sidorin2016-09-282-0/+18
* 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-284-0/+211
* When importing classes and structs with anonymous structs, it is critical thatSean Callanan2016-07-143-0/+18
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-162-0/+29
* Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2016-05-142-27/+0
* Handle injected class names in the ASTImporter.Sean Callanan2016-05-142-0/+15
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-142-0/+27
* [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis2016-02-183-8/+10
* Update tests touched by r249656David Majnemer2015-10-082-6/+6
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-1/+1
* [Hexagon] Reapply 238773 after fix to LLVM.Colin LeMahieu2015-06-031-1/+0
* Revert "[Hexagon] Test passes for hexagon target now that the backend correct...Rafael Espindola2015-06-011-0/+1
* [Hexagon] Test passes for hexagon target now that the backend correctly gener...Colin LeMahieu2015-06-011-1/+0
* XFAIL Hexagon until more codegen in place.Rick Foos2015-04-291-0/+1
* Implemented ASTImporter support for Stmts and fixedSean Callanan2015-04-284-0/+20
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-1/+0
* Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis2013-07-121-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-0410-10/+10
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-4/+4
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-203-0/+13
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-0/+6
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-131-1/+1
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-4/+4
* Flip the default for showing include stacks on notes to false. ThisChandler Carruth2011-03-271-1/+1
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-083-1/+31
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-073-1/+44
* Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2010-12-072-0/+17
* Extern the ASTImporter to import @implementation declarations.Douglas Gregor2010-12-073-1/+46
* Implement AST import support for class template specializations.Douglas Gregor2010-12-013-0/+37
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-303-0/+56
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-2/+0
* Try to disable this again.Eric Christopher2010-10-081-3/+5
* Disable this test temporarily in an attempt to green the buildbots.Eric Christopher2010-10-081-3/+3
* 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-033-0/+25
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-078-8/+8
* Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor2010-02-243-0/+40