[PATCH] D52787: [analyzer][NFC] Refactor functions in PlistDiagnostics to take AnalyzerOptions as parameter

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 2 10:09:40 PDT 2018


Szelethus created this revision.
Szelethus added reviewers: george.karpenkov, NoQ.
Herald added subscribers: cfe-commits, mikhail.ramalho, a.sidorin, szepet, xazax.hun, whisperity.

I intend to add a new flag `macro-expnasions-as-events`, and unfortunately I'll only be able to convert the macro piece into an event one once I'm about to emit it, due to the lack of an avaible `Preprocessor` object in the `BugReporter`.


Repository:
  rC Clang

https://reviews.llvm.org/D52787

Files:
  lib/StaticAnalyzer/Core/PlistDiagnostics.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52787.167970.patch
Type: text/x-patch
Size: 7764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181002/a3376874/attachment.bin>


More information about the cfe-commits mailing list