aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-03-01[ASTMatcher] Add coroutineBodyStmt matcherChris Cotter1-1/+2
2023-01-14[clang] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-15/+13
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-07-12[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata1-4/+4
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-4/+4
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-4/+4
2022-06-25[clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata1-9/+9
2021-02-07Add code complete support for mapAnyOfStephen Kelly1-0/+23
2021-02-07Add clang-query support for mapAnyOfStephen Kelly1-2/+28
2020-09-23Improve dynamic AST matching diagnostics for conversion errorsAaron Ballman1-4/+2
2020-07-02[ASTMatchers] Enhanced support for matchers taking Regex argumentsNathan James1-0/+29
2020-05-23Add some explicit use of TK_AsIsStephen Kelly1-1/+1
2020-04-09[ASTMatchers] Fixed CastKind being parsed incorrectly for dynamic matchersNathan James1-0/+9
2020-04-09[ASTMatchers] Add support for dynamic matching of ofKind narrowing matcherNathan James1-0/+8
2020-04-06[ASTMatchers] Matchers that take enumerations args provide hints with invalid...Nathan James1-0/+14
2020-01-29One more batch of things found by g++ 6Benjamin Kramer1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+3
2020-01-05[ParserTest] Move raw string literal out of macroDavid Green1-3/+3
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly1-23/+142
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov1-142/+23
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-23/+142
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly1-142/+23
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-23/+142
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-03Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"Fangrui Song1-0/+1
2018-10-03[ASTMatchers] Fix DynamicASTMatchersTests againFangrui Song1-1/+0
2018-10-03[test] Fix -Wunused-variable in rC343665Fangrui Song1-1/+1
2018-10-03Allow comments with '#' in dynamic AST MatchersStephen Kelly1-2/+17
2018-08-30Allow binding to NamedValue resulting from let expressionStephen Kelly1-0/+38
2018-03-29[ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov1-0/+11
2018-03-29[ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov1-7/+8
2017-07-14Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher1-2/+2
2017-06-08[ASTMatchers] Add support for floatLiteralsPeter Wu1-2/+17
2017-06-08[ASTMatchers] Add support for boolean literalsPeter Wu1-0/+9
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-04-14Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko1-1/+1
2016-01-20Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman1-1/+1
2015-10-23[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer1-2/+4
2015-10-21Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer1-2/+1
2015-10-20[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer1-1/+2
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-10-04Pass SourceRange by value in a test I missed in r249259.Craig Topper1-2/+2
2015-09-17Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman1-2/+2
2015-07-06Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+4
2014-10-09Special case 0 and 1 matcher in makeAllOfComposite().Samuel Benzaquen1-1/+4
2014-10-01Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen1-4/+8