Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
21e75d00b0e016fa89d54cf5b4e7d48bf5ff6e57
/
lib
/
Checker
/
GRExprEngineExperimentalChecks.cpp
1c9e6b1
Add experimental chroot check which checks improper use of chroot(). Patch by
by Zhongxing Xu
· 15 years ago
c4b5bd8
Added an path-sensitive unreachable code checker to the experimental analyzer checks.
by Tom Care
· 15 years ago
ccbf7ee
Add a new path-sensitive checker for functions in <string.h>, for both null-terminated strings and memory blocks. Currently only checks memcpy(), memmove(), and bcopy(), but this is intended to be expanded soon.
by Jordy Rose
· 15 years ago
c196095
Add StreamChecker. This checker models and checks stream manipulation functions.
by Zhongxing Xu
· 15 years ago
9b14683
Merge StackAddrLeakChecker and ReturnStackAddressChecker.
by Zhongxing Xu
· 15 years ago
1622a54
Add a checker check if a global variable holds a local variable's address after
by Zhongxing Xu
· 15 years ago
ab28099
CastSizeChecker checks when casting a malloc'ed symbolic region to type T,
by Zhongxing Xu
· 15 years ago
9705309
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
by Ted Kremenek
· 16 years ago
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 16 years ago
[Renamed (96%) from 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
· 16 years ago
8382cf5
Add clang-cc option "--analyzer-experimental-internal-checks". This
by Ted Kremenek
· 16 years ago
7b76096
Hook up Malloc checker.
by Zhongxing Xu
· 16 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
· 16 years ago