Age | Commit message (Expand) | Author |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-16 | Use trailing documentation comments properly | Dmitri Gribenko |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Add missing includes and forward declarations so that headers don't depend on | Dmitri Gribenko |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-05 | Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. | DeLesley Hutchins |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-09-13 | Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. | Jordan Rose |
2012-09-13 | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose |
2012-09-10 | Thread-safety analysis: differentiate between two forms of analysis; a precise | DeLesley Hutchins |
2012-09-08 | Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. | Jordan Rose |
2012-09-08 | Format strings: %Ld isn't available on Darwin or Windows. | Jordan Rose |
2012-08-07 | Remove ScanfArgType and bake that logic into ArgType. | Hans Wennborg |
2012-08-07 | Rename analyze_format_string::ArgTypeResult to ArgType | Hans Wennborg |
2012-07-27 | Make -Wformat walk the typedef chain when looking for size_t, etc. | Hans Wennborg |
2012-07-02 | Thread safety analysis: fixed incorrect error message at the end of a locks_r... | DeLesley Hutchins |
2012-06-15 | Documentation cleanup: fix \params to match the code. | James Dennett |
2012-05-25 | Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, | Richard Smith |
2012-05-03 | Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these | Richard Smith |
2012-03-09 | -Wformat-non-iso: warn about positional arguments (pr12017) | Hans Wennborg |
2012-02-22 | Warn about non-standard format strings (pr12017) | Hans Wennborg |
2012-02-16 | Tweak the comment on the 'q' length modifier again. | Hans Wennborg |
2012-02-16 | Update comment as per Joerg's comment on r150697. | Hans Wennborg |
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-13 | Fix typo in PrintfConversionSpecifier::isDoubleArg() | Hans Wennborg |
2012-02-03 | Thread safety analysis: | Richard Smith |
2012-01-31 | Let %S, %ls, %C match 16bit types in NSStrings. | Nico Weber |
2012-01-12 | scanf: parse the 'm' length modifier, and check that the right arguments | Hans Wennborg |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-15 | Support the 'a' length modifier in scanf format strings as a C90 | Hans Wennborg |
2011-12-10 | Check that arguments to a scanf call match the format specifier, | Hans Wennborg |
2011-12-09 | Make printf warnings refer to wint_t and wchar_t by name | Hans Wennborg |
2011-12-07 | Make printf warnings refer to intmax_t et al. by name | Hans Wennborg |
2011-12-05 | [analyzer] Rely on LLVM Dominators in Clang dominator computation. | Anna Zaks |
2011-12-02 | Revert r145697 and dependent patch r145702. It added a dependency from | Nick Lewycky |
2011-12-02 | Make conversion specifier warning refer to typedef if possible. | Hans Wennborg |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-11-09 | Remove extra ';' | Devang Patel |
2011-10-25 | Tweak printf format string parsing to accept 'hh' conversion specifier to acc... | Ted Kremenek |
2011-10-25 | Remove extra copy of contents of header file resulting in a patch being appli... | Ted Kremenek |
2011-10-25 | Add source-level dominators analysis. Patch by Guoping Long! | Ted Kremenek |
2011-10-24 | Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac... | Ted Kremenek |
2011-10-22 | Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of Top... | Ted Kremenek |
2011-10-22 | Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostO... | Ted Kremenek |
2011-10-18 | Suggest %zu for size_t args to printf. | Hans Wennborg |
2011-10-17 | Substitute for arguments in method calls -- refactoring | DeLesley Hutchins |
2011-10-13 | Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca... | Ted Kremenek |
2011-10-07 | Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha... | Ted Kremenek |
2011-09-15 | Thread safety: refactoring various out of scope warnings to use the same inte... | Caitlin Sadowski |