提交历史

作者 SHA1 备注 提交日期
  Alexander Kornienko a68f403749 Refactor: Simplify boolean conditional return statements in lib/StaticAnalyzer/Checkers 9 年之前
  Devin Coughlin dd332dcdc4 [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region. 10 年之前
  Devin Coughlin 440c44a96a [analyzer] Add generateErrorNode() APIs to CheckerContext. 10 年之前
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. 10 年之前
  Gabor Horvath 3af3e291f4 Revert r246345 until an assertion is fixed. 10 年之前
  Devin Coughlin de3f60f0d6 [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region. 10 年之前
  Aaron Ballman e1c2ad65ca Clarify pointer ownership semantics by hoisting the std::unique_ptr creation to the caller instead of hiding it in emitReport. NFC. 10 年之前
  Sylvestre Ledru f28eaebc06 Remove the assertion as it was useless and broken. 10 年之前
  Sylvestre Ledru f20f630c77 Fix a bad assert. Found by coverity. CID 1101110 10 年之前
  Anna Zaks 6118a4aa50 [analyzer] Make CStringChecker correctly calculate return value of mempcpy 11 年之前
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. 11 年之前
  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. 11 年之前
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 年之前
  Benjamin Kramer ba9fd9e97e [C++11] Replace llvm::tie with std::tie. 11 年之前
  Alexander Kornienko 15c01b27f5 Expose the name of the checker producing each diagnostic message. 11 年之前
  Anton Yartsev b7a747b0c2 [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). 11 年之前
  Jordan Rose edcc199f58 [analyzer] Replace bug category magic strings with shared constants, take 2. 12 年之前
  Richard Smith 10a61586e1 Temporarily revert r191910 until the layering violation can be fixed. 12 年之前
  Jordan Rose 4587cace90 [analyzer] Replace bug category magic strings with shared constants. 12 年之前
  Jordan Rose a728e927c6 [analyzer] Assume that strings are no longer than SIZE_MAX/4. 12 年之前
  Pavel Labath 3b8f77d09d Fix memory corruption in CStringChecker 12 年之前
  Jordan Rose af22621352 [analyzer] Model strsep(), particularly that it returns its input. 12 年之前
  David Blaikie 7a95de68c0 Replace ProgramPoint llvm::cast support to be well-defined. 12 年之前
  David Blaikie dc84cd5efd Include llvm::Optional in clang/Basic/LLVM.h 12 年之前
  David Blaikie 5251abea41 Replace SVal llvm::cast support to be well-defined. 12 年之前
  Jordan Rose 223f0ff6a9 Remove some stray uses of <ctype.h> functions. 12 年之前
  Anna Zaks 64eb070234 [analyzer] Refactor: parameter rename. 12 年之前
  Anna Zaks 1655bcd052 [analyzer] Address Jordan's nitpicks as per code review of r170625. 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 年之前