summaryrefslogtreecommitdiffstats
path: root/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-1/+2
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-1/+1
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-0/+67
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-132-2/+2
* [RecursiveASTVisitor] Improve post-order traversal unit testMalcolm Parsons2016-12-071-4/+4
* [RecursiveASTVisitor] Fix post-order traversal of UnaryOperatorMalcolm Parsons2016-12-071-2/+7
* [ASTImporter] Added ability to import AtomicType nodesGabor Horvath2016-11-231-0/+15
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-102-95/+31
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-0/+90
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-281-0/+19
* [NFC] Header cleanupMehdi Amini2016-07-183-2/+1
* Recommit r274348 and r274349. The Windows failures should be fixed.Vassil Vassilev2016-07-082-0/+124
* Revert r274348 and r274349 until the Windows failures are fixed.Vassil Vassilev2016-07-012-124/+0
* Add forgotten test to r274348.Vassil Vassilev2016-07-011-0/+123
* Add postorder traversal support to the RecursiveASTVisitor.Vassil Vassilev2016-07-011-0/+1
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-082-8/+0
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-14/+8
* [ASTImporter] Implement some expression-related AST node import.Artem Dergachev2016-04-142-0/+471
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-141-3/+14
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-0/+19
* Remove autoconf supportChris Bieneman2016-01-261-19/+0
* Properly track the end location of an exception specification.Aaron Ballman2016-01-121-0/+38
* Add a test for r255875 & r255929, comparisons on DynTypeNode wrapped QualType.Richard Trieu2015-12-171-0/+7
* Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko2015-11-091-0/+42
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-0/+13
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-13/+0
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-0/+13
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-174-50/+52
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Move a test from static-assert.cpp to DeclPrinterTestDavid Majnemer2015-06-051-0/+18
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-36/+36
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-116-18/+20
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-6/+38
* Record correct source range for defaulted/deleted members.Eli Bendersky2015-03-231-0/+12
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-142-6/+3