This is patch is a preparation for the proposed inclusion of macro expansions in the plist output.
Also, would it be okay to clang-format this file?
| Paths 
 |  Differential  D52735  
[analyzer][NFC] Refactor functions in PlistDiagnostics to take Preproc as parameter ClosedPublic Authored by Szelethus on Oct 1 2018, 10:36 AM. 
Details 
 Summary This is patch is a preparation for the proposed inclusion of macro expansions in the plist output. Also, would it be okay to clang-format this file? 
Diff Detail Event TimelineHerald added subscribers: cfe-commits, mikhail.ramalho, a.sidorin and 3 others.  ·  View Herald TranscriptOct 1 2018, 10:36 AM This revision now requires changes to proceed.Oct 1 2018, 10:40 AM Szelethus retitled this revision from [analyzer][NFC] Refactor functions in PlistDiDiagnostics to take Preproc as parameter to [analyzer][NFC] Refactor functions in PlistDiagnostics to take Preproc as parameter.Comment Actions Oops. george.karpenkov added inline comments. 
 This revision is now accepted and ready to land.Oct 1 2018, 10:55 AM Comment Actions Would you be okay with me clang-formatting this file? I'm aware of a few people doing some work with it, but the diff didn't seem too bad to cause any serious rebasing nightmares. Comment Actions Sorry no --- going through those while doing archaeology sucks. Closed by commit rL343511: [analyzer][NFC] Refactor functions in PlistDiagnostics to take Preproc as… (authored by Szelethus).  ·  Explain WhyOct 1 2018, 11:13 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 167776 lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+1 for identifying redundant arguments.