summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CStringChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1045/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-3/+3
* Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.Ted Kremenek2010-12-201-6/+6
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-144/+131
* Rename all 'AssumeXXX' methods in libCheckerTed Kremenek2010-12-011-14/+14
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-51/+51
* Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek2010-12-011-5/+5
* Rename CXXObjectRegion to CXXTempObjectRegion.Zhongxing Xu2010-11-261-2/+2
* Adjust method calls to reflect name changes inTed Kremenek2010-11-241-3/+3
* Teach the CStringChecker and PthreadLockChecker about non-identifierDouglas Gregor2010-11-011-1/+4
* do not bind temporaries to non-const referencesGabor Greif2010-09-091-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-7/+7
* Allow the "size" of a buffer access check to be either signed or unsigned. Fi...Jordy Rose2010-08-161-1/+1
* Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose2010-08-161-16/+201
* Update CStringChecker to take advantage of the new metadata symbols and regio...Jordy Rose2010-08-141-87/+245
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-9/+5
* When checking if a buffer access is valid, first make sure the buffer has a v...Jordy Rose2010-08-051-11/+15
* Groundwork for C string length tracking. Currently only handles the length of...Jordy Rose2010-07-271-2/+189
* Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...Jordy Rose2010-07-081-139/+171
* Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...Jordy Rose2010-07-071-0/+66
* Cleanup on CStringChecker and its associated tests. Also check for null argum...Jordy Rose2010-07-071-8/+77
* Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose2010-07-061-0/+358
OpenPOWER on IntegriCloud