summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/UseAfterFree/UseAfterFreePrivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-171-0/+1
If we are processing a #include from a module build, we should treat it as a system header if we're building a system module. Passing an optional flag to HeaderSearch::LookupFile. Before this, the testing case will crash when accessing a freed FileEntry. rdar://26214027 llvm-svn: 269730
OpenPOWER on IntegriCloud