summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/ASTMatchersTest.h
Commit message (Expand)AuthorAgeFilesLines
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-131-5/+73
* [clang][OpenMP] Fix another test when using libgomp.Jordan Rupprecht2019-03-211-2/+2
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-211-0/+12
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-311-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-161-1/+1
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-3/+6
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-12/+23
* [CUDA] Do not allow using NVPTX target for host compilation.Artem Belevich2016-08-021-1/+1
* Don't instantiate a full host toolchain in ASTMatchersTest.Justin Lebar2016-06-301-15/+21
* Dividied ASTMatcherTests into 4 filesPiotr Padlewski2016-05-171-2/+74
* Clarify memory ownership semantics; NFC.Aaron Ballman2016-04-211-10/+9
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-0/+7
* Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...Benjamin Kramer2016-01-291-3/+3
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...Aaron Ballman2015-10-051-0/+7
* Fixing a bug where hasType(decl()) would fail to match on C code involving st...Aaron Ballman2015-09-041-0/+6
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+1
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-1/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-0/+1
* Remove redundant virtual on member functions marked 'override'.David Blaikie2015-04-081-1/+1
* Add support for a few Objective-C matchers.Manuel Klimek2015-03-121-2/+20
* Reverting r232034, as it broke one of the bots with link errors. Details at: ...Aaron Ballman2015-03-121-20/+2
* Added some matchers for objective c selectors and messages to ASTMatchers.h. ...Aaron Ballman2015-03-121-2/+20
* Add -frtti and -fexceptions to tests that assume these are on.Filipe Cabecinhas2015-03-021-1/+5
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-5/+7
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-7/+5
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-5/+7
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...NAKAMURA Takumi2014-08-051-1/+4
* Adds AST matchers for matching CUDA declarations.Manuel Klimek2014-08-051-0/+66
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* Fix 3 test-only leaks found by LSan.Nico Weber2014-04-241-4/+6
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+6
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Introduce MatchFinder::matchAST.Peter Collingbourne2013-11-071-0/+17
* Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne2013-11-071-1/+15
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-35/+0
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+35
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-111-1/+1
* Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper2012-10-291-4/+2
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-241-2/+5
* Add matchers for selected C++11 features.Daniel Jasper2012-10-011-4/+5
* Reland r160052: Default to -std=c++11 on Windows.Nico Weber2012-08-301-3/+7