Commit History

Author SHA1 Message Date
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. 10 years ago
  Benjamin Kramer efb037a10e Rewrite users of Stmt::child_begin/end into for-range loops. 10 years ago
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 years ago
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 years ago
  Benjamin Kramer ab704bc4c7 [analyzer] Don't warn on virtual calls in ctors to final methods. 11 years ago
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. 11 years ago
  Aaron Ballman 427334b55d [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with iterator_range ctors(). Updating all of the usages of the iterators with range-based for loops. 11 years ago
  Alexander Kornienko 15c01b27f5 Expose the name of the checker producing each diagnostic message. 11 years ago
  Jordan Rose 31b71f3097 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Benjamin Kramer a93d0f2806 Include pruning and general cleanup. 12 years ago
  Benjamin Kramer facde171ae Remove unused private member variables found by clang's new -Wunused-private-field. 13 years ago
  Ted Kremenek 07189521a1 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. 13 years ago
  Argyrios Kyrtzidis b2c60b04a5 Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. 13 years ago
  Argyrios Kyrtzidis d45d361f2c Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" 13 years ago
  Benjamin Kramer a59d20b135 Print NamedDecls directly to a raw_ostream where possible. 13 years ago
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 years ago
  Benjamin Kramer 8fe83e1df9 Move a method from IdentifierTable.h out of line and remove the SmallString include. 13 years ago
  Ted Kremenek de9f25365c Add initial version of checker to check if virtual member functions are called transitively 13 years ago