]> granicus.if.org Git - clang/commit
[C++20] Implement context-sensitive header-name lexing and pp-import parsing in the...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 Apr 2019 21:18:23 +0000 (21:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 11 Apr 2019 21:18:23 +0000 (21:18 +0000)
commit0fa9a240fda634ca0ff3c05214eb8e57c042d52d
treecdce2a401d3b18ca5ed4696e1d5fcd92985fef14
parent444665e2192c2098b4e2bef3e715b71e222d04f3
[C++20] Implement context-sensitive header-name lexing and pp-import parsing in the preprocessor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358231 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Basic/TokenKinds.def
include/clang/Lex/Preprocessor.h
lib/Basic/IdentifierTable.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/PPCaching.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/TokenConcatenation.cpp
test/CXX/cpp/cpp.module/Inputs/attrs.h [new file with mode: 0644]
test/CXX/cpp/cpp.module/Inputs/empty.h [new file with mode: 0644]
test/CXX/cpp/cpp.module/p1.cpp [new file with mode: 0644]
test/CXX/cpp/cpp.module/p2.cpp [new file with mode: 0644]
test/CXX/lex/lex.pptoken/Inputs/foo bar [new file with mode: 0644]
test/CXX/lex/lex.pptoken/Inputs/foo bar [new file with mode: 0644]
test/CXX/lex/lex.pptoken/p3-2a.cpp [new file with mode: 0644]
test/Modules/framework-name.m
test/Modules/module_file_info.m