aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CStringChecker.cpp
AgeCommit message (Expand)Author
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-12-20Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.Ted Kremenek
2010-12-02Merge ValueManager into SValBuilder.Ted Kremenek
2010-12-01Rename all 'AssumeXXX' methods in libCheckerTed Kremenek
2010-12-01Rename all 'EvalXXX' methods in libChecker toTed Kremenek
2010-12-01Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek
2010-11-26Rename CXXObjectRegion to CXXTempObjectRegion.Zhongxing Xu
2010-11-24Adjust method calls to reflect name changes inTed Kremenek
2010-11-01Teach the CStringChecker and PthreadLockChecker about non-identifierDouglas Gregor
2010-09-09do not bind temporaries to non-const referencesGabor Greif
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-08-16Allow the "size" of a buffer access check to be either signed or unsigned. Fi...Jordy Rose
2010-08-16Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose
2010-08-14Update CStringChecker to take advantage of the new metadata symbols and regio...Jordy Rose
2010-08-11MemRegion can refer to ASTContext without external help.Zhongxing Xu
2010-08-05When checking if a buffer access is valid, first make sure the buffer has a v...Jordy Rose
2010-07-27Groundwork for C string length tracking. Currently only handles the length of...Jordy Rose
2010-07-08Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...Jordy Rose
2010-07-07Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...Jordy Rose
2010-07-07Cleanup on CStringChecker and its associated tests. Also check for null argum...Jordy Rose
2010-07-06Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose