]> granicus.if.org Git - clang/commit
[analyzer][NFC] Refactor PlistDiagnostics to use a class instead of passing 9 paramet...
authorKristof Umann <dkszelethus@gmail.com>
Mon, 29 Oct 2018 20:06:30 +0000 (20:06 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Mon, 29 Oct 2018 20:06:30 +0000 (20:06 +0000)
commitbe4dd87db5c62788465a361b57604b1f4785b7b8
treea76e15b671019b0074f53021b74f85228645c8d5
parentf0fd2c445e4b40d542b2b4d5339e887f7341612b
[analyzer][NFC] Refactor PlistDiagnostics to use a class instead of passing 9 parameters around

This has been a long time coming. Note the usage of AnalyzerOptions: I'll need
it for D52742, and added it in rC343620. The main motivation for this was that
I'll need to add yet another parameter to every single function, and some
functions would reach their 10th parameter with that change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345531 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp