]> granicus.if.org Git - clang/history - unittests/ASTMatchers/ASTMatchersTest.h
Added braces to work around gcc warning in googletest: suggest explicit braces to...
[clang] / unittests / ASTMatchers / ASTMatchersTest.h
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2016-08-02 Artem Belevich[CUDA] Do not allow using NVPTX target for host compila...
2016-06-30 Justin LebarDon't instantiate a full host toolchain in ASTMatchersTest.
2016-05-17 Piotr PadlewskiDividied ASTMatcherTests into 4 files
2016-04-21 Aaron BallmanClarify memory ownership semantics; NFC.
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-01-29 Benjamin KramerAdd an optional ToolName argument to runToolOnCodeWithA...
2015-11-17 Artem Belevich[CUDA] Make CUDA compilation usable by default.
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-09-04 Aaron BallmanFixing a bug where hasType(decl()) would fail to match...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-07-13 Rafael EspindolaThis reverts commit r242058, r242065, r242067.
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-04-08 David BlaikieRemove redundant virtual on member functions marked...
2015-03-12 Manuel KlimekAdd support for a few Objective-C matchers.
2015-03-12 Aaron BallmanReverting r232034, as it broke one of the bots with...
2015-03-12 Aaron BallmanAdded some matchers for objective c selectors and messa...
2015-03-02 Filipe CabecinhasAdd -frtti and -fexceptions to tests that assume these...
2014-11-25 Manuel KlimekRe-apply r222646 (was reverted in r222667). Adding...
2014-11-24 Aaron BallmanReverting r222646; the tests do not pass on Windows...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-10-01 Fariborz JahanianAdds 'override' to overriding methods. NFC.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-05 NAKAMURA TakumiASTMatchersTests/matchesConditionallyWithCuda: Add...
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-04-24 Nico WeberFix 3 test-only leaks found by LSan.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-11-07 Peter CollingbourneIntroduce MatchFinder::matchAST.
2013-11-07 Peter CollingbourneRe-introduce MatchFinder::addDynamicMatcher.
2013-06-20 Samuel BenzaquenEnhancements for the DynTypedMatcher system.
2013-05-14 Manuel KlimekFirst revision of the dynamic ASTMatcher library.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-11-11 Daniel JasperFix binding of nodes in case of forEach..() matchers.
2012-10-29 Daniel JasperFix ASTMatchersTests to not create an overloaded-virtua...
2012-10-24 Manuel KlimekAdds the possibility to run ASTMatchFinder over arbitra...
2012-10-01 Daniel JasperAdd matchers for selected C++11 features.
2012-08-30 Nico WeberReland r160052: Default to -std=c++11 on Windows.
2012-07-06 Manuel KlimekAdds the AST Matcher library, which provides a in-C...