Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2157d30c25e4c4dd24ba3833a397ee79fb82774f
/
lib
/
Checker
/
GRExprEngineExperimentalChecks.h
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 15 years ago
[Renamed from lib/Analysis/GRExprEngineExperimentalChecks.h]
7b76096
Hook up Malloc checker.
by Zhongxing Xu
· 15 years ago
ac9bea8
Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthread_mutex_unlock() checker. We need to add a visitor method to Checker for handling dead symbols in order to detect locks that are not unlocked.
by Ted Kremenek
· 15 years ago