aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis
AgeCommit message (Expand)Author
2012-06-15Documentation cleanup: fix \params to match the code.James Dennett
2012-06-09Replace constant-sized BitVector with std::bitset.Benjamin Kramer
2012-06-07Fix many doxygen formatting errors.Chandler Carruth
2012-06-01static analyzer: add inlining support for directly called blocks.Ted Kremenek
2012-05-25Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith
2012-05-19[analyzer] c++11: do not crash on namespace aliasAnna Zaks
2012-05-07[analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPointAnna Zaks
2012-05-03Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of theseRichard Smith
2012-04-30Correct CFGBlock's front() and back() to return by const ref rather than value.David Blaikie
2012-04-28[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...Jordy Rose
2012-04-20[analyzer] Run remove dead bindings right before leaving a function.Anna Zaks
2012-04-18Fix bad typo reported by I-Jui Sung.Ted Kremenek
2012-04-12[analyzer] PCH deserialization optimization.Anna Zaks
2012-04-03Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the ...Ted Kremenek
2012-04-02Reduce static analyzer memory usage by about 4% by packing the ProgramPoing '...Ted Kremenek
2012-03-27[analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks
2012-03-22Fix static analyzer crash on code taking the address of a field. Fixes PR 11...Ted Kremenek
2012-03-21[analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks
2012-03-17Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...Jordy Rose
2012-03-13[analyzer] Refactor CallGraph to use Recursive AST visitor whenAnna Zaks
2012-03-09CallGraph: Add getNode() method, constify.Anna Zaks
2012-03-09-Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis
2012-02-22Warn about non-standard format strings (pr12017)Hans Wennborg
2012-02-16Tweak the comment on the 'q' length modifier again.Hans Wennborg
2012-02-16Update comment as per Joerg's comment on r150697.Hans Wennborg
2012-02-16Format string analysis: give 'q' its own enumerator.Hans Wennborg
2012-02-15Make -Wformat fix-its preserve original conversion specifiers.Hans Wennborg
2012-02-13Fix typo in PrintfConversionSpecifier::isDoubleArg()Hans Wennborg
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-03Thread safety analysis:Richard Smith
2012-01-31Let %S, %ls, %C match 16bit types in NSStrings.Nico Weber
2012-01-12scanf: parse the 'm' length modifier, and check that the right argumentsHans Wennborg
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek
2011-12-22Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...Ted Kremenek
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-15Support the 'a' length modifier in scanf format strings as a C90Hans Wennborg
2011-12-10Check that arguments to a scanf call match the format specifier,Hans Wennborg
2011-12-09Make printf warnings refer to wint_t and wchar_t by nameHans Wennborg
2011-12-07Make printf warnings refer to intmax_t et al. by nameHans Wennborg
2011-12-05[analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks
2011-12-02Revert r145697 and dependent patch r145702. It added a dependency fromNick Lewycky
2011-12-02Make conversion specifier warning refer to typedef if possible.Hans Wennborg
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-11-09Remove extra ';'Devang Patel
2011-10-25Tweak printf format string parsing to accept 'hh' conversion specifier to acc...Ted Kremenek
2011-10-25Remove extra copy of contents of header file resulting in a patch being appli...Ted Kremenek