summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/FixedAddressChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-2/+1
| | | | | | | | - Eliminates many calls to std::string.c_str() - Fixes an invalid read in ReturnStackAddressChecker due to an unsafe call to StringRef.data() which doesn't guarantee null-termination. llvm-svn: 88779
* Put all long strings in 80-col.Zhongxing Xu2009-11-091-1/+3
| | | | llvm-svn: 86527
* Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.Zhongxing Xu2009-11-091-0/+69
llvm-svn: 86523
OpenPOWER on IntegriCloud