summaryrefslogtreecommitdiff
path: root/unittests/AST/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-141-0/+1
* Take PrintingPolicy::SuppressUnwrittenScope into account when printing theRichard Smith2014-05-301-0/+1
* Fix a crash (assertion failure) in EvaluateAsRValue.James Dennett2014-03-141-0/+1
* Add a unittest for the ExternalASTSource.Richard Smith2014-03-111-0/+1
* Revert accidentally-committed file.Richard Smith2014-03-081-1/+0
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-081-0/+1
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-1/+9
* Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie2013-07-131-0/+1
* Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie2013-07-131-1/+0
* PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie2013-07-131-0/+1
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-191-0/+1
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-031-0/+1
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-281-0/+1
* Add unit tests for source locations of AST nodes.Manuel Klimek2012-11-061-0/+1
* As a followup for r164303, add some tests for printing literals that testDmitri Gribenko2012-09-231-0/+1
* DeclPrinter: add terse output mode and lots of testsDmitri Gribenko2012-08-201-1/+2
* add AST unittests to CMake build systemDmitri Gribenko2012-07-231-0/+1
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+7