[PATCH] D52742: [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 2 11:58:03 PDT 2018
Szelethus updated this revision to Diff 167992.
Szelethus retitled this revision from "[analyzer][WIP] Add macro expansions to the plist output" to "[analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag".
Szelethus edited the summary of this revision.
Szelethus removed reviewers: xazax.hun, dcoughlin.
Szelethus set the repository for this revision to rC Clang.
Szelethus added a comment.
Herald added a subscriber: xazax.hun.
> I initially justified the size of this patch due to how intertwined everything is, but given that there's still some work left to do, I might end up splitting it up.
I wouldn't enjoy reviewing a patch of this size very much, so I decided to split this up into 3 parts. This one will only contain the new flag.
Repository:
rC Clang
https://reviews.llvm.org/D52742
Files:
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist
test/Analysis/plist-macros-with-expansion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52742.167992.patch
Type: text/x-patch
Size: 19525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181002/5c9736a7/attachment-0001.bin>
More information about the cfe-commits
mailing list