[all-commits] [llvm/llvm-project] dc9354: Fix handling of newlines in clang-query
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sun Dec 29 06:59:37 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc93540acbf047cf54052568d2826d1a06df025e
https://github.com/llvm/llvm-project/commit/dc93540acbf047cf54052568d2826d1a06df025e
Author: Stephen Kelly <steveire at gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
M clang/lib/ASTMatchers/Dynamic/Parser.cpp
Log Message:
-----------
Fix handling of newlines in clang-query
Replace assert with diagnostic for missing newline.
Commit: 544f200c785f0314949ba3b8d1c51f65bf8d7761
https://github.com/llvm/llvm-project/commit/544f200c785f0314949ba3b8d1c51f65bf8d7761
Author: Stephen Kelly <steveire at gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M clang-tools-extra/clang-query/QueryParser.cpp
M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
Log Message:
-----------
Fix newline handling in clang-query parser
Don't prematurely remove characters from the end of the string
Commit: bee973f4df39f3eaf7fd91f4c3df6d0e64e9ee62
https://github.com/llvm/llvm-project/commit/bee973f4df39f3eaf7fd91f4c3df6d0e64e9ee62
Author: Stephen Kelly <steveire at gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
M clang/lib/ASTMatchers/Dynamic/Parser.cpp
Log Message:
-----------
Fix use of named values surrounded by newlines in clang-query
Compare: https://github.com/llvm/llvm-project/compare/ef4febd85b54...bee973f4df39
More information about the All-commits
mailing list