Historique des commits

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