커밋 기록

작성자 SHA1 메시지 날짜
  Artem Dergachev 8c28a172b7 [analyzer] Fix analyzer warnings on analyzer. 6 년 전
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 년 전
  Kristof Umann 9b220eb86f [analyzer] Supply all checkers with a shouldRegister function 6 년 전
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 년 전
  Kristof Umann 308797c819 [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend 6 년 전
  George Karpenkov 391667a023 [analyzer] Rename trackNullOrUndefValue to trackExpressionValue 6 년 전
  Artem Dergachev a953b90059 [analyzer] UndefinedAssignmentChecker: Better warning message in implicit ctors. 7 년 전
  George Karpenkov b340ee9768 [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the helper is used consistently 7 년 전
  Roman Lebedev d9b383bb5c [analyzer] Fix false negative on post-increment of uninitialized variable. 7 년 전
  Devin Coughlin 440c44a96a [analyzer] Add generateErrorNode() APIs to CheckerContext. 10 년 전
  Aaron Ballman e1c2ad65ca Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 10 년 전
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. 11 년 전
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 년 전
  Alexander Kornienko 15c01b27f5 Expose the name of the checker producing each diagnostic message. 11 년 전
  Anna Zaks 52810c51af [analyzer] Do not report uninitialized value warnings inside swap functions. 12 년 전
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 년 전
  Jordan Rose 785950e594 [analyzer] Rename 'EmitReport' to 'emitReport'. 12 년 전
  Anna Zaks 80de487e03 [analyzer] Improved diagnostic pruning for calls initializing values. 13 년 전
  Jordan Rose a1f81bb0e5 [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue. 13 년 전
  Jordan Rose 685379965c [analyzer] When a symbol is null, we should track its constraints. 13 년 전
  Ted Kremenek ed7948b55f Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we have significantly 13 년 전
  Ted Kremenek 76aadc346c [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. 13 년 전
  Dylan Noblesmith 6f42b62b61 Basic: import OwningPtr<> into clang namespace 13 년 전
  Ted Kremenek 8bef823818 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 13 년 전
  Ted Kremenek 5eca482fe8 [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from 13 년 전
  Anna Zaks 390909c89c [analyzer] Remove the dependency on CheckerContext::getStmt() as well as the method itself. 14 년 전
  Anna Zaks 50bbc165b0 Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*). 14 년 전
  Anna Zaks e172e8b9e7 Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. 14 년 전
  Ted Kremenek 18c66fdc3c Rename GRState to ProgramState, and cleanup some code formatting along the way. 14 년 전
  Ted Kremenek 9c378f7054 Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 14 년 전