[PATCH] D53280: [analyzer] Emit a warning for unknown -analyzer-config options

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 19 18:45:30 PDT 2018


NoQ added a comment.
Herald added a subscriber: dkrupp.

I guess we should consider the idea in http://lists.llvm.org/pipermail/cfe-dev/2018-October/059864.html



================
Comment at: lib/Frontend/CompilerInvocation.cpp:343
       }
+      // Check whether this really is a valid -analyzer-condfig option.
+      // TODO: We should check whether all options are valid or not, but for
----------------
typo: "config"


https://reviews.llvm.org/D53280





More information about the cfe-commits mailing list