aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ASTMatchers/Dynamic/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-15[clang-query] Allow for trailing comma in matchers (#148018)Remy Farley1-0/+10
2025-06-04[ASTMatchers] Remove unused includes (NFC) (#142407)Kazu Hirata1-1/+0
2023-12-27[clang] Use StringRef::ltrim (NFC)Kazu Hirata1-4/+2
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-3/+3
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-9/+8
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-21Return None instead of Optional<T>() (NFC)Kazu Hirata1-2/+2
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-20[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2021-12-24Use Optional::getValueOr (NFC)Kazu Hirata1-1/+1
2021-02-07Add clang-query support for mapAnyOfStephen Kelly1-12/+213
2021-02-07[ASTMatchers] Extract parsing of bind token from the bind idStephen Kelly1-14/+23
2021-02-07[ASTMatchers] Change internal method APIStephen Kelly1-11/+13
2019-12-29Fix formatting in previous commitsStephen Kelly1-1/+2
2019-12-29Fix use of named values surrounded by newlines in clang-queryStephen Kelly1-7/+8
2019-12-29Fix handling of newlines in clang-queryStephen Kelly1-3/+1
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly1-21/+55
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov1-55/+21
2019-12-26Fix -Wunused-lambda-capture warnings.Eric Christopher1-1/+1
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-21/+55
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly1-55/+21
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-21/+55
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-03Allow comments with '#' in dynamic AST MatchersStephen Kelly1-0/+4
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song1-5/+5
2018-08-30Allow binding to NamedValue resulting from let expressionStephen Kelly1-2/+21
2018-08-30Extract parseBindID methodStephen Kelly1-31/+38
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-13/+13
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-2/+2
2017-11-01[ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko1-17/+26
2017-06-09[ASTMatchers] Fix use after free.Benjamin Kramer1-1/+2
2017-06-08[ASTMatchers] Add support for floatLiteralsPeter Wu1-13/+37
2017-06-08[ASTMatchers] Add support for boolean literalsPeter Wu1-2/+10
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-10-04SourceRanges are small and trivially copyable, don't them by reference.Craig Topper1-1/+1
2015-07-06Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren1-1/+1
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2015-07-03Revert r241319, investigating.Yaron Keren1-1/+1
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-1/+1
2014-08-12Support named values in the autocomplete feature.Samuel Benzaquen1-34/+71
2014-05-17[C++11] Use 'nullptr'. ASTMatchers edition.Craig Topper1-4/+4