]> granicus.if.org Git - clang/commit
PR28438: Update the information on an identifier with local definitions before
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Aug 2016 01:16:55 +0000 (01:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Aug 2016 01:16:55 +0000 (01:16 +0000)
commit40fb0b9d860602604ba73e3df69ea5002ce67caa
tree1d95bc01bc063806f3e89eb1b33942e7abd5673a
parent2685deaab3782525ebe2dd77f851c1809ab49e56
PR28438: Update the information on an identifier with local definitions before
trying to write out its macro graph, in case we imported a module that added
another module macro between the most recent local definition and the end of
the module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279024 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/Preprocessor.cpp
test/Modules/Inputs/PR28438/a.h [new file with mode: 0644]
test/Modules/Inputs/PR28438/b1.h [new file with mode: 0644]
test/Modules/Inputs/PR28438/b2.h [new file with mode: 0644]
test/Modules/Inputs/PR28438/module.modulemap [new file with mode: 0644]
test/Modules/pr28438.cpp [new file with mode: 0644]