Fix false error message for function-style macro instance used as arguments in other...
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 9 Aug 2013 00:22:20 +0000 (00:22 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 9 Aug 2013 00:22:20 +0000 (00:22 +0000)
commit91555bde88dd991b60f4bf467dae74c6ce4f7bfd
tree8cad6d350d13b5499de0d548ee47a47470de53a7
parent4fa9c2cbc61fe976f392b4f486f8e5c1fc11e93a
Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it.

llvm-svn: 188036
clang-tools-extra/modularize/PreprocessorTracker.cpp
clang-tools-extra/test/modularize/Inputs/NestedMacro.h [new file with mode: 0644]
clang-tools-extra/test/modularize/NoProblemsNestedMacro.modularize [new file with mode: 0644]