lanza updated this revision to Diff 210004.
lanza added a comment.
rebase
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64772/new/
https://reviews.llvm.org/D64772
Files:
test/Preprocessor/init.c
Index: test/Preprocessor/init.c
===
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366159: Allow for vendor prefixes in a list test (authored
by lanza, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.
Yeah, that makes sense, the common path uses `{{.*}}` as the value itself is
uninteresting.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64772/new/
https
lanza created this revision.
Herald added subscribers: cfe-commits, fedor.sergeev.
Herald added a project: clang.
Preprocessor/init.c contains a line that explicitly checks for the
string
__VERSION__ "Clang{{.*}}
It's valid to have a toolchain configured to emit a vendor prefix
before the word C