Allow for vendor prefixes in a list test
authorNathan Lanza <nathan@lanza.io>
Tue, 16 Jul 2019 00:57:50 +0000 (00:57 +0000)
committerNathan Lanza <nathan@lanza.io>
Tue, 16 Jul 2019 00:57:50 +0000 (00:57 +0000)
commit50f0c824532886bea5b7536378a16ac9e3b12f9c
tree5c4db6698e41c6d8838ed46cba891c0d7184ead7
parent509903e887263182f580ae75c7fee2eaedb66fae
Allow for vendor prefixes in a list test

Summary:
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 Clang. e.g.

__VERSION__ "Vendor Clang{{.*}}

Subscribers: fedor.sergeev, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D64772

llvm-svn: 366159
clang/test/Preprocessor/init.c