| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This file doesn't include CheckerManager or forward declare it, so is sensitive to include order.
llvm-svn: 235209
|
|
|
|
|
|
| |
Modifications made by clang-tidy with minor tweaks.
llvm-svn: 215557
|
|
it aware of CString APIs that return the input parameter.
Malloc Checker needs to know how the 'strcpy' function is
evaluated. Introduce the dependency on CStringChecker for that.
CStringChecker knows all about these APIs.
Addresses radar://10864450
llvm-svn: 150846
|