]> granicus.if.org Git - clang/commit
Move the module auto-import logic after the logic that allows a
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 18:12:06 +0000 (18:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 18:12:06 +0000 (18:12 +0000)
commit8cfbe6a31ad51cb19046607ad6b792638e69b88e
tree9cf6058ef5031afe2aa1c7eac67b006c9aa75376
parentedee9699964a1f38892c74acc555883bf26b51a3
Move the module auto-import logic after the logic that allows a
callback client to suggest an alternative search path and after we
complain when the included file can't be found. The former can't be
tested in isolation, the latter doesn't actually matter (because we
won't make a module suggestion if no header is available). However,
the flow is better this way.

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