summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-08-281-7/+85
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-231-17/+15
* Remove the assertion as it was useless and broken.Sylvestre Ledru2015-04-171-4/+0
* Fix a bad assert. Found by coverity. CID 1101110Sylvestre Ledru2015-04-171-1/+1
* [analyzer] Make CStringChecker correctly calculate return value of mempcpyAnna Zaks2014-10-031-1/+6
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-36/+41
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-16/+16
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-17/+29
* [analyzer] Better modeling of memcpy by the CStringChecker (PR16731).Anton Yartsev2013-11-171-13/+41
* [analyzer] Replace bug category magic strings with shared constants, take 2.Jordan Rose2013-10-041-4/+4
* Temporarily revert r191910 until the layering violation can be fixed.Richard Smith2013-10-031-4/+4
* [analyzer] Replace bug category magic strings with shared constants.Jordan Rose2013-10-031-4/+4
* [analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose2013-08-191-2/+15
* Fix memory corruption in CStringCheckerPavel Labath2013-06-121-4/+1
* [analyzer] Model strsep(), particularly that it returns its input.Jordan Rose2013-04-221-0/+62
* Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie2013-02-211-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-33/+28
* Replace SVal llvm::cast support to be well-defined.David Blaikie2013-02-201-80/+74
* Remove some stray uses of <ctype.h> functions.Jordan Rose2013-02-091-1/+2
* [analyzer] Refactor: parameter rename.Anna Zaks2013-01-161-1/+1
* [analyzer] Address Jordan's nitpicks as per code review of r170625.Anna Zaks2012-12-211-1/+1
* [analyzer] Add the pointer escaped callback.Anna Zaks2012-12-201-3/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).Jordan Rose2012-11-021-22/+10
* [analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose2012-11-021-6/+6
* [analyzer] Teach the analyzer about implicit initialization of staticsAnna Zaks2012-09-171-1/+1
* [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.Jordan Rose2012-08-281-1/+1
* Rename 'unbindLoc()' (in ProgramState) and 'Remove()' toTed Kremenek2012-08-221-1/+1
* Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.Ted Kremenek2012-08-221-16/+10
* Rename 'getConjuredSymbol*' to 'conjureSymbol*'.Ted Kremenek2012-08-221-7/+6
* [analyzer] When a symbol is null, we should track its constraints.Jordan Rose2012-08-031-2/+1
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-2/+2
* [analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning.Jordy Rose2012-05-141-0/+18
* [analyzer] CString Checker: Do not split the path unless the userAnna Zaks2012-05-031-1/+2
* [analyzer] Don't crash even when the system functions are redefined.Anna Zaks2012-04-101-0/+48
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-091-1/+2
* Have conjured symbols depend on LocationContext, to add context sensitivity f...Ted Kremenek2012-02-171-7/+8
* [analyzer] Fix another false positive in the Malloc Checker, by makingAnna Zaks2012-02-171-0/+5
* [analyzer] Generalize function name checking in CString checker.Anna Zaks2012-02-171-23/+39
* [analyzer] Make Malloc Checker optimistic in presence of inlining.Anna Zaks2012-02-141-2/+4
* [analyzer] Allow each CString check to be enabled/disabledAnna Zaks2012-02-071-9/+62
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-72/+72
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-36/+49
OpenPOWER on IntegriCloud