Commit History

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