[all-commits] [llvm/llvm-project] 6a3ecf: Allow newlines in AST Matchers in clang-query files
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Thu Dec 26 12:02:32 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a3ecf4dc7ec299394e71b3124df2b3a34ed4ac3
https://github.com/llvm/llvm-project/commit/6a3ecf4dc7ec299394e71b3124df2b3a34ed4ac3
Author: Stephen Kelly <steveire at gmail.com>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M clang-tools-extra/clang-query/Query.cpp
M clang-tools-extra/clang-query/Query.h
M clang-tools-extra/clang-query/QueryParser.cpp
M clang-tools-extra/clang-query/tool/ClangQuery.cpp
M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
M clang/include/clang/ASTMatchers/Dynamic/Parser.h
M clang/lib/ASTMatchers/Dynamic/Parser.cpp
M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
Log Message:
-----------
Allow newlines in AST Matchers in clang-query files
Reviewers: aaron.ballman
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71842
More information about the All-commits
mailing list