]> granicus.if.org Git - clang/commit
Permit keywords in module names in #pragma clang module *.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 5 May 2017 22:34:07 +0000 (22:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 5 May 2017 22:34:07 +0000 (22:34 +0000)
commit4d1775b4eab190b2916bd2e5b19d1d55731e2cd9
tree197a090a279bc90db3f0d5f25704990692fb9c4d
parentbc4ab6d64d9314f4391752e17068eea2b9377e53
Permit keywords in module names in #pragma clang module *.

This is necessary to be able to build a libc++ module from preprocessed source
(due to the submodule std.new).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302312 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Pragma.cpp
test/Preprocessor/pragma_module.c