]> granicus.if.org Git - clang/shortlog
clang
2011-08-09 Ted KremenekAdd libsupport to list of libraries to link into diagtool
2011-08-09 Ted KremenekAdd 'diagtool' to the 'tools/' directory. diagtool...
2011-08-09 Ted KremenekProvide diag_iterator for iterating over the built...
2011-08-09 Ted KremenekSort CMakeLists.txt.
2011-08-09 Douglas GregorMake sure to canonicalize the argument type of a non...
2011-08-09 Douglas GregorHand materialization of temporary expressions when...
2011-08-09 Fariborz JahanianDon't emit memcpy for copying fields of arrays of volat...
2011-08-08 Chad RosierIf no -miphoneos-version-min specified, see if we can...
2011-08-08 Ted KremenekFix another -Wuninitialized assertion failure (this...
2011-08-08 Ted KremenekAdd -W flag for ARC warning "performSelector may cause...
2011-08-08 Fariborz Jahanianobjective-c: diagnose protocol inconsistencies in following
2011-08-08 Kaelyn UhrainMake sure FunctionDecls aren't considered during overlo...
2011-08-08 David ChisnallSilence the category-replacing-class-method warning...
2011-08-08 David ChisnallFix typo so we don't use the wrong function for ending...
2011-08-08 Chad RosierImproved efficiency by using iterator returned by erase...
2011-08-08 Craig TopperFix comment (test commit)
2011-08-07 John McCallAvoid fallthrough-branching to an inactive cleanup...
2011-08-07 Sean HuntAdd a __has_feature macro for generalized initializers...
2011-08-06 John McCallDo l-value conversion, etc., on a switch condition...
2011-08-06 Ted Kremenek[analyzer] Start sketching out a new BugReporterVisitor...
2011-08-06 John McCallBe sure to destroy the normal entry block of a cleanup...
2011-08-06 Benjamin KramerFix HTML.
2011-08-06 Benjamin KramerOnly look at decls after the current one when checking...
2011-08-06 Ted Kremenek[analyzer] add more buffer overflow tests to show we...
2011-08-06 Ted Kremenek[analyzer] Simplify logic for ExprEngine::VisitUnaryExp...
2011-08-06 Ted Kremenek[analyzer] Change SymbolReaper to store region roots...
2011-08-05 Anna ZaksKeychainAPI checker: Track SymbolMetadata instead of...
2011-08-05 Anna ZaksStatic Analyzer: Add a convinience API. Add comment.
2011-08-05 Ted KremenekRevert 136984 and 136927.
2011-08-05 Kaelyn UhrainPerform array bounds checking in more situations and...
2011-08-05 Jonathan D... Add workaround for built va list (and other builtins...
2011-08-05 Chad RosierAdd support for using anonymous bitfields (e.g., int...
2011-08-05 Jonathan D... Wire up -import-module to run ReadAST for each module...
2011-08-05 Ted KremenekMake test/SemaObjC/qualified-protocol-method-conflicts...
2011-08-05 Roman DivackyLet attribute((cdecl)) and company override -mrtd defau...
2011-08-05 Chandler CarruthFlesh out the -Warray-bounds detection of C89 tail...
2011-08-05 Chandler CarruthFinally getting around to re-working this to more accur...
2011-08-05 Abramo BagnaraFixed FieldDecl source range.
2011-08-05 Chandler CarruthChange the this -W flag to 'return-stack-address'.
2011-08-05 Matt Beaumont-GayOutput to /dev/null, not "0"
2011-08-05 Anna ZaksKeychainAPI checker: Generate an error on double alloca...
2011-08-05 Matt Beaumont-GayExtend memset/memcpy/memmove checking to include memcmp
2011-08-05 John McCallThe continue label in an ARC for-in loop should not...
2011-08-05 Kaelyn UhrainHave the typo correction in DiagnoseEmptyLookup properl...
2011-08-04 Fariborz Jahanianobjc rewriter: Fixes a rewriting of implicit casting...
2011-08-04 Chad RosierMore whitespace and naming fixup. No functionality...
2011-08-04 Kaelyn UhrainFix a small bug where DiagnoseEmptyLookup would no...
2011-08-04 Matt Beaumont-GaySpecialize diag::warn_unused_call for the "warn_unused_...
2011-08-04 Ted KremenekFix assertion failure in -Wuninitialized involving...
2011-08-04 Anna ZaksKeychainAPI checker: forgot to commit the test with...
2011-08-04 Matt Beaumont-GayPut a few warnings into a DiagGroup. Feel free to impro...
2011-08-04 Anna ZaksKeychainAPI checker: Track additional pair of SecKeycha...
2011-08-04 Chad RosierWhitespace.
2011-08-04 Fariborz Jahanianobjective-c: diagnose protocol inconsistencies in following
2011-08-04 Chad RosierFormatting.
2011-08-04 Douglas GregorAdd a new libclang API to return a CXCompletionString...
2011-08-04 Chad RosierFix style and remove obviously redundant code.
2011-08-04 Douglas GregorClean up the debug dump for a Module, so the local...
2011-08-04 Douglas GregorIntroduce local -> global mapping for preprocessed...
2011-08-04 Douglas GregorRemove the unset, unused return value of
2011-08-04 Chad RosierAdditional comments and whitespace.
2011-08-04 Kaelyn UhrainMatch type names and give more info for out-of-line...
2011-08-04 Anna ZaksKeychainAPI checker: Refactor to make it easier to...
2011-08-04 Douglas GregorIn the AST reader and writer, slide the preprocessed...
2011-08-04 Douglas GregorAdd some missing record names to the AST output. No...
2011-08-04 Douglas GregorImplement the local -> global remapping for macro defin...
2011-08-04 Douglas GregorThe AST reader was forgetting to parse ObjCInferRelated...
2011-08-04 Douglas GregorParsing of C++0x lambda expressions, from John Freeman...
2011-08-04 Ted KremenekThis test still hangs on win32, despite XFAIL it. ...
2011-08-04 John McCallTake -Wvector-conversions out of -Wmost; it needs...
2011-08-04 Chad RosierAdd documentation for useBitFieldTypeAlignment.
2011-08-04 Chad RosierAdd partial support for using anonymous bitfields ...
2011-08-04 John McCallEmit wide string literals with the appropriate alignment.
2011-08-04 Anna ZaksKeychainAPI checker: refactor to use early exit.
2011-08-04 Anna ZaksKeychainAPI checker: Add basic diagnostics. Track Memor...
2011-08-04 Ted KremenekXFAIL arc.m codegen test on win32 because it is current...
2011-08-04 Ted Kremenek[analyzer] Remove 'all-experimental' checker group.
2011-08-04 Chad RosierFor APCS the alignment of bitfield types is *not* respe...
2011-08-04 Douglas GregorDon't introduce a local -> global mapping for CXXBaseSp...
2011-08-03 Chandler CarruthDelete one of the old tests that was ported over to...
2011-08-03 Fariborz JahanianRefactoring of my last patch.
2011-08-03 Douglas GregorIntroduce local -> global selector ID mapping into...
2011-08-03 Ted Kremenek[analyzer] rename all experimental checker packages...
2011-08-03 John McCallUse the general conditional-cleanup framework instead...
2011-08-03 Douglas GregorIntroduce a local-to-global remapping for identifiers...
2011-08-03 Kaelyn UhrainImprove overloaded function handling in the typo correc...
2011-08-03 Ted Kremenek[analyzer] Introduce MallocOverflowSecurityChecker...
2011-08-03 Fariborz Jahanianobjective-c: Methods declared in methods must type...
2011-08-03 Jonathan D... Fix a few typos
2011-08-03 Douglas GregorComment the weird behavior of __has_feature(is_empty...
2011-08-03 Douglas GregorMake the type of the IntegerLiteral for bitfield paddin...
2011-08-03 Douglas GregorRemove stray comma
2011-08-03 Douglas GregorIntroduce a constant for the number of predefined decla...
2011-08-03 Chris Lattnergive an example of a 'lowered vtable reference'
2011-08-03 Douglas GregorIntroduce the local -> global declaration ID mapping...
2011-08-03 John McCallIn ARC, don't try to reclaim the result of a call to...
2011-08-03 Bob WilsonHandle "homogeneous aggregates" as required by the...
2011-08-03 Anna ZaksStatic Analyzer diagnostics visualization: when the...
2011-08-03 John McCallWhen rewriting a call to a K&R function to lead to...
2011-08-03 Eli FriedmanA couple fixes for preprocessor expressions:
next