Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ba26e58c64b4f6233dfc4bcd3ef6ce83aab47ffc
/
lib
/
Analysis
/
GRExprEngineExperimentalChecks.cpp
68c9ced
Make FixedAddressChecker and experimental check; it currently produces a ton of false positives when analyzing some projects (e.g., Wine).
by Ted Kremenek
· 15 years ago
8382cf5
Add clang-cc option "--analyzer-experimental-internal-checks". This
by Ted Kremenek
· 15 years ago
7b76096
Hook up Malloc checker.
by Zhongxing Xu
· 15 years ago
eb94113
Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks. The idea is to separate "barely working" or "skunkworks" checks from ones that should always run. Later we need more fine-grain checker control.
by Ted Kremenek
· 15 years ago