diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-14 02:45:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-14 02:45:18 +0000 |
commit | 6dd66ed959b7f60749dd0040507b3f304183a1b6 (patch) | |
tree | 74e46fdabb8c12291a174290b04e2c511323c98f /lib/Checker/MallocChecker.cpp | |
parent | 280cfd70c7a536311656fbd2082cb54d59cf3a2e (diff) |
Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions
Currently these checks are intended to be largely syntactical, but may get more
sophisticated over time.
As an initial foray into this brave new world, emit a static analyzer warning
when binding a temporary 'std::string' to an 'llvm::StringRef' where the
lifetime of the 'std::string' does not outlive the 'llvm::StringRef'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/MallocChecker.cpp')
0 files changed, 0 insertions, 0 deletions