[all-commits] [llvm/llvm-project] f07223: Allow newlines in AST Matchers in clang-query files
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Fri Dec 27 07:40:04 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0722333dd167245eb3c2b4263529a1ce3679b5c
https://github.com/llvm/llvm-project/commit/f0722333dd167245eb3c2b4263529a1ce3679b5c
Author: Stephen Kelly <steveire at gmail.com>
Date: 2019-12-27 (Fri, 27 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