Home
last modified time | relevance | path

Searched refs:ShowFixIts (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp47 bool ShowFixIts = false; member in __anon5a78e9360211::VirtualCallChecker
152 if (ShowFixIts && !IsPure) { in checkPreCall()
222 Chk->ShowFixIts = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerVirtualCallChecker()
H A DDeadStoresChecker.cpp123 bool ShowFixIts = false; member in __anon9ba7c1e10211::DeadStoresChecker
223 if (Checker->ShowFixIts) { in Report()
562 Chk->ShowFixIts = in registerDeadStoresChecker()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dplist-output.m1 …Stores,core -analyzer-output=plist -analyzer-config deadcode.DeadStores:ShowFixIts=true -o %t.plist
H A Dobjc-arc.m1 …-analyzer-output=plist-multi-file -analyzer-config deadcode.DeadStores:ShowFixIts=true -o %t.plist…
H A Dedges-new.mm1 …Deallocator -analyzer-output=plist -analyzer-config deadcode.DeadStores:ShowFixIts=true -o %t -w %s
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td729 "ShowFixIts",
850 "ShowFixIts",