Commit History

Author SHA1 Message Date
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. 10 years ago
  Duncan Sands 872db39510 Fix comment type pointed out by Kim Gräsman. 12 years ago
  Duncan Sands 809b981cef Fix comment typo pointed out by maslen on IRC. 12 years ago
  Anna Zaks 123243cfd8 [analyzer] Document existence of ConstPointerEscape. 12 years ago
  Anna Zaks 233e26acc0 [analyzer] Add pointer escape type param to checkPointerEscape callback 12 years ago
  Anna Zaks 344c77aac2 [analyzer] Rename callback EndPath -> EndFunction 12 years ago
  Anna Zaks 1655bcd052 [analyzer] Address Jordan's nitpicks as per code review of r170625. 12 years ago
  Anna Zaks bf53dfac81 [analyzer] Add the pointer escaped callback. 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Jordan Rose 65bc653750 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). 12 years ago
  Jordan Rose 1f03a8a033 [analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt. 12 years ago
  Jordan Rose 8919e688dc [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. 13 years ago
  Jordan Rose 96479da6ad [analyzer] Add generic preCall and postCall checks. 13 years ago
  Jordan Rose de507eaf3c [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. 13 years ago
  Jordan Rose 740d490593 [analyzer] Add a new abstraction over all types of calls: CallEvent 13 years ago
  James Dennett 81c16fc757 Documentation cleanup: 13 years ago
  Anton Yartsev e8018f24f0 corrected check::EndOfTranslationUnit checker name and added 'const' to declaration 13 years ago
  Anna Zaks 66c40400e7 [analyzer] Make Malloc Checker optimistic in presence of inlining. 13 years ago
  Ted Kremenek 8bef823818 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 13 years ago
  Anna Zaks d699ade396 [analyzer] Add checker callback documentation. 13 years ago