Histórico de Commits

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