summaryrefslogtreecommitdiff
path: root/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-061-0/+39
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-292-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-273-5/+5
* Switching from std::vector to llvm::ArrayRef per post-commit review suggestion.Aaron Ballman2014-08-261-3/+1
* Some versions of MSVC do not support initializer list construction of vectors...Aaron Ballman2014-08-261-1/+2
* ASTVector: Fix return value of various insert() methods.Will Dietz2014-08-251-3/+73
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-103-8/+9
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian2014-07-312-1/+24
* AST printer: fix double space before base class with no access specifier.Richard Smith2014-07-231-6/+6
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-12/+11
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-173-9/+8
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-173-8/+9
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-171-4/+136
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-2/+4