]> granicus.if.org Git - clang/commit
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Jul 2016 02:32:21 +0000 (02:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 23 Jul 2016 02:32:21 +0000 (02:32 +0000)
commit9ae609fe2b08ad710a0f1f36fd576359f2831ff8
treeef45cf33d74cc69fa3af5b98a5d3a5fecc10af6b
parent122bd494e7e85cc69c463ab1e46854112aa00eab
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
'module' and 'import' as keywords when the flag is specified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276508 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
include/clang/Basic/TokenKinds.def
include/clang/Driver/CC1Options.td
lib/Basic/IdentifierTable.cpp
lib/Frontend/CompilerInvocation.cpp
test/Lexer/modules-ts.cpp [new file with mode: 0644]