Skip to content

Commit d24dbf3

Browse files
committed
Delete thread modeling checker
1 parent e851383 commit d24dbf3

File tree

3 files changed

+0
-92
lines changed

3 files changed

+0
-92
lines changed

clang/include/clang/StaticAnalyzer/Checkers/Checkers.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ def TrustReturnsNonnullChecker : Checker<"TrustReturnsNonnull">,
383383
"are not null">,
384384
Documentation<NotDocumented>;
385385

386-
def ThreadModeling : Checker<"Thread">,
387-
HelpText<"Make threaded code available to other checkers.">,
388-
Documentation<NotDocumented>;
389-
390386
} // end "apiModeling"
391387

392388
//===----------------------------------------------------------------------===//

clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ add_clang_library(clangStaticAnalyzerCheckers
112112
Taint.cpp
113113
TaintTesterChecker.cpp
114114
TestAfterDivZeroChecker.cpp
115-
ThreadModeling.cpp
116115
TraversalChecker.cpp
117116
TrustNonnullChecker.cpp
118117
TrustReturnsNonnullChecker.cpp

clang/lib/StaticAnalyzer/Checkers/ThreadModeling.cpp

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)