Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
846eabd187be4bfe992e8bca131166b734d86e0d
/
lib
/
Checker
/
UnixAPIChecker.cpp
846eabd
Rename 'SValuator' to 'SValBuilder'. The new name
by Ted Kremenek
· 15 years ago
8fec972
Add comments.
by Ted Kremenek
· 15 years ago
b12fbc2
Static analyzer: Catch calls to malloc() with allocation sizes of 0 bytes.
by Ted Kremenek
· 15 years ago
2de56d1
GCC didn't care for my attempt at API compatibility, so brute-force everything
by John McCall
· 15 years ago
66d5142
Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree.
by Ted Kremenek
· 15 years ago
bace4ba
For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin.
by Ted Kremenek
· 15 years ago
5d07401
Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot. I'm
by Ted Kremenek
· 15 years ago
99d9838
Add static analyzer check for calls to 'pthread_once()' where the control-flow has
by Ted Kremenek
· 15 years ago
5e2d2c2
Checker: random include cleanup.
by Benjamin Kramer
· 15 years ago
c757d79
When generating error node, check to see if we already cached out.
by Ted Kremenek
· 15 years ago
381d1bf
Add UnixAPIChecker, a meta checker to include various precondition checks for calls
by Ted Kremenek
· 15 years ago