Rafael Espindola
|
97b51af3b9
Update for llvm api change.
|
11 年之前 |
Alp Toker
|
d187d2b691
PlistSupport.h: avoid gcc 'defined but not used' warning
|
11 年之前 |
Alp Toker
|
8d331d4057
Modernize a couple of loops
|
11 年之前 |
Alp Toker
|
e62c5d9450
Use PlistSupport in a few more places
|
11 年之前 |
Alp Toker
|
c556f81241
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
11 年之前 |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 年之前 |
Craig Topper
|
83daac80e9
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 年之前 |
Rafael Espindola
|
2018c6b469
Update for llvm api change.
|
11 年之前 |
Rafael Espindola
|
19029e8c3f
Don't assume that F_None is the default. It is about to change.
|
11 年之前 |
Alp Toker
|
f734c7abec
PlistSupport: Eliminate duplicated EmitLocation() and EmitRange() functions
|
11 年之前 |
Alp Toker
|
0d28bf097c
PlistSupport: Unify ARCMigrate / StaticAnalyzer plist writers
|
11 年之前 |
Robert Wilhelm
|
344472ebed
Use pop_back_val() instead of both back() and pop_back().
|
12 年之前 |
Jordan Rose
|
5fba5a789a
[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.
|
12 年之前 |
Anna Zaks
|
5a8e1ad062
[analyzer] Address Jordan's review comments for r182058
|
12 年之前 |
Anna Zaks
|
d95b701756
[analyzer] Add an option to use the last location in the main source file as the report location.
|
12 年之前 |
Ted Kremenek
|
ed866e73ba
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces."
|
12 年之前 |
Ted Kremenek
|
7651e53997
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces.
|
12 年之前 |
Jordan Rose
|
7be2245487
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
|
12 年之前 |
Dmitri Gribenko
|
cfa88f8939
Remove useless 'llvm::' qualifier from names like StringRef and others that are
|
12 年之前 |
Anna Zaks
|
6dfb96045b
[analyzer] Only include uniqueling location as issue_hash when available
|
12 年之前 |
Anna Zaks
|
97bfb558f6
[analyzer] Include the bug uniqueing location in the issue_hash.
|
12 年之前 |
Anna Zaks
|
c1c6a4981a
[analyzer] Plist: change the type of issue_hash from int to string.
|
12 年之前 |
Chandler Carruth
|
b99083e603
Re-sort #include lines using the llvm/utils/sort_includes.py script.
|
12 年之前 |
Ted Kremenek
|
9fcc2ab2ec
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there.
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Anna Zaks
|
f238aa4f55
[analyzer] Embed the analyzer version into the plist output.
|
13 年之前 |
Ted Kremenek
|
7c06f036a3
Indent the "message" key in analyzer plist output.
|
13 年之前 |
Jordan Rose
|
3a46f5fd17
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
|
13 年之前 |
Jordan Rose
|
8c916ee23c
[analyzer] Fix a crash in plist-html generation introduced in r162939.
|
13 年之前 |
Jordan Rose
|
f9f5fdbbef
[analyzer] Plist diagnostics: Fix a case where we fail to close an XML tag.
|
13 年之前 |