提交歷史

作者 SHA1 備註 提交日期
  Kristof Umann 692350b332 [analyzer][NFC] Fix inconsistent references to checkers as "checks" 6 年之前
  Artem Dergachev 15be616b20 [analyzer] NFC: Change evalCall() to provide a CallEvent. 6 年之前
  Csaba Dabis d2c834f99b [analyzer] print() JSONify: Checker messages implementation 6 年之前
  Kristof Umann 2dc981e77f [analyzer] Emit an error rather than assert on invalid checker option input 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Aleksei Sidorin c6c6ebef73 [NFC][Test commit] Fix typos in a comment 6 年之前
  George Karpenkov 211d53294b [analyzer] Associate diagnostics created in checkEndFunction with a return statement, if possible 7 年之前
  Reka Kovacs 3ad62f50a0 [analyzer] Make checkEndFunction() give access to the return statement. 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Eugene Zelenko 3f227f45a8 [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Artem Dergachev 5b43bb5e18 [analyzer] operator new: Add a new ProgramPoint for check::NewAllocator. 7 年之前
  Artem Dergachev 0e0ad4e27a [analyzer] operator new: Add a new checker callback, check::NewAllocator. 7 年之前
  Anna Zaks 85570ac22c [analyzer] Add LocationContext as a parameter to checkRegionChanges 8 年之前
  Anna Zaks c9ea912185 [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback 8 年之前
  Devin Coughlin 674d89e44b [analyzer] Add checker callback for beginning of function. 9 年之前
  Aaron Ballman 24a60ad09d Silencing a -Wreturn-type warning; NFC. 10 年之前
  Devin Coughlin 0e7d51e976 [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil. 10 年之前
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. 10 年之前
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 年之前
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 年之前
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. 11 年之前
  Anton Yartsev da8d37ce42 [analyzer] This patch removes passing around of const-invalidation vs regular-invalidation info by passing around a datastructure that maps regions and symbols to the type of invalidation they experience. This simplifies the code and would allow to associate more different invalidation types in the future. 12 年之前
  Benjamin Kramer e9a906b992 Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. 12 年之前
  Anna Zaks 41988f331a [analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape 12 年之前
  Anna Zaks 233e26acc0 [analyzer] Add pointer escape type param to checkPointerEscape callback 12 年之前
  Anna Zaks 344c77aac2 [analyzer] Rename callback EndPath -> EndFunction 12 年之前
  Anna Zaks bf53dfac81 [analyzer] Add the pointer escaped callback. 12 年之前
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 年之前
  Anna Zaks b355be838a [analyzer] Refactor: Remove Pred from NodeBuilderContext. 12 年之前
  Jordan Rose 42e95acef3 [analyzer] Remove unneeded 'inlineCall' checker callback. 13 年之前