Commit Verlauf

Autor SHA1 Nachricht Datum
  Artem Dergachev 8ab0d100c3 [analyzer] pr34779: CStringChecker: Accept non-standard headers. vor 7 Jahren
  Artem Dergachev 89ba86c158 [analyzer] CStringChecker: pr34460: Avoid a crash when a cast is not modeled. vor 7 Jahren
  Leslie Zhai 6cd9d89a3c [analyzer] Check NULL pointer dereference issue for memset function vor 8 Jahren
  Anna Zaks 85570ac22c [analyzer] Add LocationContext as a parameter to checkRegionChanges vor 8 Jahren
  Anna Zaks c9ea912185 [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback vor 8 Jahren
  Artem Dergachev 64f71c6f30 [analyzer] Add LocationContext information to SymbolMetadata. vor 9 Jahren
  Mehdi Amini 2e23251d3e [NFC] Header cleanup vor 9 Jahren
  Anton Yartsev 23d62c03a7 [analyzer] Fix for PR23790 : constrain return value of strcmp() rather than returning a concrete value. vor 9 Jahren
  Artem Dergachev 6ca703b27f [analyzer] Let TK_PreserveContents span across the whole base region. vor 9 Jahren
  Devin Coughlin 8b5ad43a09 [analyzer] Invalidate destination of std::copy() and std::copy_backward(). vor 9 Jahren
  Artem Dergachev 3e7cbba83d [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency. vor 9 Jahren
  Alexander Kornienko a68f403749 Refactor: Simplify boolean conditional return statements in lib/StaticAnalyzer/Checkers vor 9 Jahren
  Devin Coughlin dd332dcdc4 [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region. vor 10 Jahren
  Devin Coughlin 440c44a96a [analyzer] Add generateErrorNode() APIs to CheckerContext. vor 10 Jahren
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. vor 10 Jahren
  Gabor Horvath 3af3e291f4 Revert r246345 until an assertion is fixed. vor 10 Jahren
  Devin Coughlin de3f60f0d6 [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region. vor 10 Jahren
  Aaron Ballman e1c2ad65ca Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. vor 10 Jahren
  Sylvestre Ledru f28eaebc06 Remove the assertion as it was useless and broken. vor 10 Jahren
  Sylvestre Ledru f20f630c77 Fix a bad assert. Found by coverity. CID 1101110 vor 10 Jahren
  Anna Zaks 6118a4aa50 [analyzer] Make CStringChecker correctly calculate return value of mempcpy vor 11 Jahren
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. vor 11 Jahren
  Aaron Ballman 47aa3ca54b [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops. vor 11 Jahren
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. vor 11 Jahren
  Benjamin Kramer ba9fd9e97e [C++11] Replace llvm::tie with std::tie. vor 11 Jahren
  Alexander Kornienko 15c01b27f5 Expose the name of the checker producing each diagnostic message. vor 11 Jahren
  Anton Yartsev b7a747b0c2 [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). vor 11 Jahren
  Jordan Rose edcc199f58 [analyzer] Replace bug category magic strings with shared constants, take 2. vor 12 Jahren
  Richard Smith 10a61586e1 Temporarily revert r191910 until the layering violation can be fixed. vor 12 Jahren
  Jordan Rose 4587cace90 [analyzer] Replace bug category magic strings with shared constants. vor 12 Jahren