diff options
Diffstat (limited to 'include/clang/Frontend/Analyses.def')
-rw-r--r-- | include/clang/Frontend/Analyses.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Frontend/Analyses.def b/include/clang/Frontend/Analyses.def index d5e4080..7d55673 100644 --- a/include/clang/Frontend/Analyses.def +++ b/include/clang/Frontend/Analyses.def @@ -48,6 +48,9 @@ ANALYSIS(WarnObjCUnusedIvars, "warn-objc-unused-ivars", ANALYSIS(CheckerCFRef, "checker-cfref", "Run the [Core] Foundation reference count checker", Code) +ANALYSIS(WarnSizeofPointer, "warn-sizeof-pointer", + "Warn about unintended use of sizeof() on pointer expressions", Code) + ANALYSIS(InlineCall, "inline-call", "Experimental transfer function inling callees when its definition" " is available.", TranslationUnit) |