C++ Modules TS: Add parsing support for module import declaration.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Aug 2016 21:59:42 +0000 (21:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Aug 2016 21:59:42 +0000 (21:59 +0000)
commit49cc1ccb00df06cc915e0ec5014d04082506f752
treec6324f49ad7a51cd6f59da8d64ab2a9c2d291abc
parent4071b1bac37e806848a2e0c52c9747fc843491f5
C++ Modules TS: Add parsing support for module import declaration.

llvm-svn: 279163
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Parse/Parser.h
clang/lib/Lex/Preprocessor.cpp
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/Parser.cpp
clang/lib/Sema/SemaDecl.cpp
clang/test/Parser/cxx-modules-import.cpp [new file with mode: 0644]