]> granicus.if.org Git - clang/commit
Refactor handling of #include directives to cleanly separate the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 21 Mar 2019 19:44:17 +0000 (19:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 21 Mar 2019 19:44:17 +0000 (19:44 +0000)
commit40a2645eeea93efdd50b577577fd0db5ce95a90a
tree12e20e9c000cbce39e81740a4915cefa41ecc5f2
parentbf77be7a1ebf54d2f3b6260bb905ed04e9314049
Refactor handling of #include directives to cleanly separate the
"skipped header because it should be imported as a module" cases from
the "skipped header because of some other reason" cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356704 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp