summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/module-undef.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2014-09-301-0/+2
In code-completion, don't assume there is a MacroInfo for everything, since we aren't serializing the def corresponding to a later #undef in the same module. Also setup the HadMacro bit correctly for undefs to avoid an assertion failure. rdar://18416901 llvm-svn: 218694
OpenPOWER on IntegriCloud