]> granicus.if.org Git - clang/commit
Removed IdempotentOperationChecker from default analysis and returned back to a flag...
authorTom Care <tcare@apple.com>
Fri, 6 Aug 2010 22:23:07 +0000 (22:23 +0000)
committerTom Care <tcare@apple.com>
Fri, 6 Aug 2010 22:23:07 +0000 (22:23 +0000)
commit1fafd1d96419f587763d1b81332d8f476aeace2e
treedfbe224ceff38f092eda913f96230d8bf15005b4
parentdb1423008b6185fc570558cff77d92f94e55b386
Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations)
- Added IdempotentOperationChecker to experimental analyses for testing purposes
- Updated test cases to explictly call the checker

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110482 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalyzerOptions.h
lib/Checker/AnalysisConsumer.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/GRExprEngineExperimentalChecks.h
lib/Checker/GRExprEngineInternalChecks.h
lib/Checker/IdempotentOperationChecker.cpp
lib/Frontend/CompilerInvocation.cpp
test/Analysis/idempotent-operations.c
test/Analysis/uninit-vals-ps-region.m