summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/diagnostics/Inputs/include/plist-diagnostics-include-check-macro.h
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Add more FileIDs to PlistDiagnostic map to avoid assertionAleksei Sidorin2016-09-011-0/+9
Some FileIDs that may be used by PlistDiagnostics were not added while building a list of pieces. This caused assertion violation in GetFID() function. This patch adds some missing FileIDs to avoid the assertion. It also contains small refactoring of PlistDiagnostics::FlushDiagnosticsImpl(). Patch by Aleksei Sidorin, Ilya Palachev. Differential Revision: https://reviews.llvm.org/D22090 llvm-svn: 280360
OpenPOWER on IntegriCloud