| Age | Commit message (Expand) | Author |
| 2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |
| 2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
| 2012-04-30 | PR11926 + duplicates: Fix crash in -Wuninitialized when using a compiler like | Richard Smith |
| 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-19 | Refactor the thread safety analysis so that it is easier to do | DeLesley Hutchins |
| 2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
| 2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
| 2012-04-13 | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor |
| 2012-04-12 | [analyzer] PCH deserialization optimization. | Anna Zaks |
| 2012-04-12 | Include lambda capture init expressions in CFG. | Ted Kremenek |
| 2012-04-12 | Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the encl... | Ted Kremenek |
| 2012-04-05 | Do not crash in the callgraph construction when encountering deleted function... | Ted Kremenek |
| 2012-03-25 | clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the ... | NAKAMURA Takumi |
| 2012-03-25 | clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. | NAKAMURA Takumi |
| 2012-03-23 | [CFG] Cache boolean evaluations of expressions to avoid multiple re-evaluations | Argyrios Kyrtzidis |
| 2012-03-22 | Fix broken CFG when an initializer is a statement expression that starts with... | Ted Kremenek |
| 2012-03-21 | [analyzer] Malloc: Utter the name of the leaked variable. | Anna Zaks |
| 2012-03-19 | Fix crash when querying the CFG reported when using the thread safety analysis | Ted Kremenek |
| 2012-03-17 | Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar... | Jordy Rose |
| 2012-03-15 | Support '%p' format specifier with block pointers. | Ted Kremenek |
| 2012-03-14 | Fix dereference of end iterator. Spotted by ASan. | Matt Beaumont-Gay |
| 2012-03-13 | [analyzer] Refactor CallGraph to use Recursive AST visitor when | Anna Zaks |
| 2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
| 2012-03-10 | Replace a map of boolean values with a set. | Benjamin Kramer |
| 2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
| 2012-03-10 | [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do... | Ted Kremenek |
| 2012-03-09 | CallGraph: Add getNode() method, constify. | Anna Zaks |
| 2012-03-09 | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg |
| 2012-03-08 | Call Graph: Only the root node is allowed to have an invalid Decl*. | Anna Zaks |
| 2012-03-08 | Remove stray semi-colon. | Daniel Dunbar |
| 2012-03-08 | Add a basic CallGraph to Analysis. | Anna Zaks |
| 2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
| 2012-03-06 | Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc... | Ted Kremenek |
| 2012-03-02 | Thread safety analysis: expand set of expressions that can be used to denote ... | DeLesley Hutchins |
| 2012-03-02 | Thread safety analysis: handle CFG blocks which call functions marked as nore... | DeLesley Hutchins |
| 2012-03-01 | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis |
| 2012-02-27 | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis |
| 2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg |
| 2012-02-16 | Thread-safety analysis: Disable checking inside constructors, destructors, lo... | DeLesley Hutchins |
| 2012-02-16 | Thread-Safety: added support for 'this' as a lock expression. | DeLesley Hutchins |
| 2012-02-16 | Format string analysis: give 'q' its own enumerator. | Hans Wennborg |
| 2012-02-15 | Make -Wformat fix-its preserve original conversion specifiers. | Hans Wennborg |
| 2012-02-06 | Tweak format string checking to work with %@ and ObjC toll-free bridging. <r... | Ted Kremenek |
| 2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
| 2012-02-03 | Thread safety analysis: | Richard Smith |
| 2012-02-03 | Thread safety analysis: at a CFG join point between a block terminating in a | Richard Smith |
| 2012-01-31 | Format string warnings: don't a.k.a. wchar_t with wchar_t. | Hans Wennborg |
| 2012-01-31 | [CFG] Removed unused local variable. | Erik Verbruggen |
| 2012-01-31 | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber |