Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 年之前 |
Jordan Rose
|
447549aa0b
[analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs.
|
11 年之前 |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 年之前 |
Benjamin Kramer
|
ba9fd9e97e
[C++11] Replace llvm::tie with std::tie.
|
11 年之前 |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
11 年之前 |
Alp Toker
|
0fb7888788
Fix a tranche of comment, test and doc typos
|
11 年之前 |
David Blaikie
|
dc84cd5efd
Include llvm::Optional in clang/Basic/LLVM.h
|
12 年之前 |
David Blaikie
|
5251abea41
Replace SVal llvm::cast support to be well-defined.
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Benjamin Kramer
|
a93d0f2806
Include pruning and general cleanup.
|
12 年之前 |
Jordan Rose
|
785950e594
[analyzer] Rename 'EmitReport' to 'emitReport'.
|
12 年之前 |
Jordan Rose
|
eafaad279f
[analyzer] Warn about reallocf with an allocation size of 0, like realloc.
|
12 年之前 |
Jordan Rose
|
a1f81bb0e5
[analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.
|
13 年之前 |
Jordan Rose
|
685379965c
[analyzer] When a symbol is null, we should track its constraints.
|
13 年之前 |
Sylvestre Ledru
|
bed28ac1d1
Fix a typo (the the => the)
|
13 年之前 |
Jordan Rose
|
5ef6e94b29
[analyzer] Guard against C++ member functions that look like system functions.
|
13 年之前 |
Ted Kremenek
|
6fd4505ad6
Require that all static analyzer issues have a category. As part of this change,
|
13 年之前 |
Ted Kremenek
|
76aadc346c
[analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions.
|
13 年之前 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 年之前 |
Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 年之前 |
Benjamin Kramer
|
8fe83e1df9
Move a method from IdentifierTable.h out of line and remove the SmallString include.
|
13 年之前 |
Benjamin Kramer
|
00bd44d567
Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h.
|
13 年之前 |
Ted Kremenek
|
8bef823818
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
|
13 年之前 |
Ted Kremenek
|
3e97758f22
"This change adds alloca/valloc checks to UnixAPIChecker. It includes a small refactoring for
|
13 年之前 |
Ted Kremenek
|
5eca482fe8
[analyzer] Make the entries in 'Environment' context-sensitive by making entries map from
|
13 年之前 |
Ted Kremenek
|
c1275da4eb
Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() and realloc(). Patch by Cyril Roelandt!
|
13 年之前 |
Anna Zaks
|
b805c8ff13
[analyzer] Refactor checkers to use helper function for getting callee Decl and name.
|
13 年之前 |
Anna Zaks
|
0bd6b110e9
[analyzer] Rename generateNode -> addTransition in CheckerContext
|
14 年之前 |
Anna Zaks
|
063e0887ad
[analyzer] Simplify CheckerContext
|
14 年之前 |
Douglas Gregor
|
bcfd1f55bf
Extend the ASTContext constructor to delay the initialization of
|
14 年之前 |