]> granicus.if.org Git - clang/commit
[modules-ts] Omit submodule semantics for TS modules
authorBoris Kolpackov <boris@codesynthesis.com>
Tue, 29 Aug 2017 15:30:18 +0000 (15:30 +0000)
committerBoris Kolpackov <boris@codesynthesis.com>
Tue, 29 Aug 2017 15:30:18 +0000 (15:30 +0000)
commit6b41ce0eda71f23d94feccd39bfa2a995866748b
treeb502011c60c9ae5e7fca898f2f5970995ce98276
parent91594223142a9ce39107544b1f2565a98dd2042a
[modules-ts] Omit submodule semantics for TS modules

If a TS module name has more than one component (e.g., foo.bar) then we
erroneously activated the submodule semantics when encountering a module
declaration in the module implementation unit (e.g., 'module foo.bar;').

Reviewed By: rsmith

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312007 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp
test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.import/p1.cpp