Kristof Umann
|
d1b208c30b
[analyzer] Evaluate all non-checker config options before analysis
|
6 лет назад |
George Karpenkov
|
b0be6606a0
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
|
6 лет назад |
George Karpenkov
|
e1e8e05bd9
[analyzer] [NFC] Move methods for dumping the coverage in HTMLDiagnostics into the class
|
7 лет назад |
George Karpenkov
|
f53cf284fb
[analyzer] [NFC] Use StringRef when returning a large string literal in HTMLDiagnostics
|
7 лет назад |
George Karpenkov
|
5bf7347d5c
[analyzer] Executed lines: store file IDs, not hashes.
|
7 лет назад |
George Karpenkov
|
4d7f220123
[analyzer] Push updating-the-executed-lines logic into the BugReporter.
|
7 лет назад |
George Karpenkov
|
2c9f7a1760
[analyzer] Fix keyboard navigation for .msgNote events
|
7 лет назад |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 лет назад |
Zachary Turner
|
63624e51bd
[FileSystem] Split up the OpenFlags enumeration.
|
7 лет назад |
Malcolm Parsons
|
ea28cfba71
[analyzer] Fix filename in cross-file HTML report
|
7 лет назад |
Eugene Zelenko
|
3f227f45a8
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 лет назад |
George Karpenkov
|
21dbb8daf2
[analyzer] Mark lines as relevant even if they weren't executed but have a label attached
|
7 лет назад |
George Karpenkov
|
74a822fbaa
[analyzer] Show full analyzer invocation for reproducibility in HTML reports
|
7 лет назад |
George Karpenkov
|
b97e2a8d87
[analyzer] Better UI in html reports for displaying shortcuts help
|
7 лет назад |
George Karpenkov
|
b2aa74af5d
[analyzer] support a mode to only show relevant lines in HTML diagnostics
|
7 лет назад |
George Karpenkov
|
27adfcf7f3
[analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.
|
7 лет назад |
Devin Coughlin
|
896feaf77b
[Analyzer] Add support for displaying cross-file diagnostic paths in HTML output
|
8 лет назад |
David Blaikie
|
eeb7838f3e
Migrate PathDiagnosticPiece to std::shared_ptr
|
8 лет назад |
Artem Dergachev
|
6bc67a42a8
[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)
|
9 лет назад |
Artem Dergachev
|
a7c669b6b6
Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
|
9 лет назад |
Artem Dergachev
|
99476edd64
[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
|
9 лет назад |
Vitaly Buka
|
8df29c32f8
Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.
|
9 лет назад |
Artem Dergachev
|
096aec094a
[analyzer] Extend bug reports with extra notes
|
9 лет назад |
Benjamin Kramer
|
c143b1047e
Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs.
|
9 лет назад |
Craig Topper
|
24447961a8
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and rbegin(). Makes the code a little cleaner. NFC
|
9 лет назад |
Gabor Horvath
|
d69b791aec
[analyzer] Fix IssueHash generation.
|
9 лет назад |
Gabor Horvath
|
61a690a04f
[analyzer] Bug identification
|
9 лет назад |
Yaron Keren
|
4d9c4a9b23
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
10 лет назад |
Cameron Esfahani
|
619bc166a1
createUniqueFile() is documented to create the file in the temporary directory unless it's supplied an absolute path.
|
10 лет назад |
Rafael Espindola
|
fdf3e45302
Don't use std::errc.
|
10 лет назад |