]> granicus.if.org Git - clang/shortlog
clang
2011-08-12 Bill WendlingRemove extra semicolons.
2011-08-12 Nick LewyckyThe diagtool registration system tries to use a global...
2011-08-12 Anna ZaksOptimizations for Dependent Symbol tracking (as per...
2011-08-12 Douglas GregorIn the serialized AST format, make the translation...
2011-08-11 Argyrios KyrtzidisFix a PCH crash bug where we kept a reference inside...
2011-08-11 Ted Kremenekscan-build: enable C++ support by default.
2011-08-11 Richard TrieuThe current warning in -Wnull-arithmetic for comparison...
2011-08-11 Douglas GregorWhen initializing a context from a particular AST file...
2011-08-11 Ted KremenekAdd diagtool-based test where we enforce that no additi...
2011-08-11 Douglas GregorThe AST reader and writer don't need accessors for...
2011-08-11 Douglas GregorEncapsulate the Objective-C id/Class/SEL "redefinition...
2011-08-11 Sean CallananExtended the AST importer to support ParenTypes.
2011-08-11 Anna ZaksAnalyzer Core: Adding support for user-defined symbol...
2011-08-11 Craig TopperAdd tests for string literal concatenation.
2011-08-11 Craig TopperRaw string followup. Pass a couple StringRefs by value.
2011-08-11 Craig TopperUpdate C++0x status page to reflect support for raw...
2011-08-11 Craig TopperAdd support for C++0x raw string literals.
2011-08-11 John McCallSimplify EH control flow by observing that EH scopes...
2011-08-11 Anna ZaksMake SymbolManager comments doxygen friendly.
2011-08-11 Anna ZaksCleanup: remove CleanedSate member and GetState() wrapp...
2011-08-10 Anna ZaksCleanup: remove GetState() wrapper from ExprEngine...
2011-08-10 Anna ZaksAnalyzer Core: In checkDeadSymbols checker callback...
2011-08-10 Richard TrieuRefactoring of DiagnoseBitwisePrecedence() in SemaExpr...
2011-08-10 Douglas GregorWhen performing the lookup in the current scope for...
2011-08-10 Argyrios Kyrtzidis[arcmt] When checking whether properties needs to be...
2011-08-10 Argyrios Kyrtzidis[libclang] When pointing at an objc property don't...
2011-08-10 Kaelyn UhrainAdd the new unit test that I managed to leave out of...
2011-08-10 Kaelyn UhrainAdd a test case for the divide-by-zero fix in r137234
2011-08-10 Kaelyn UhrainMake sure ptrarith_typesize is at least 1 to avoid...
2011-08-10 Richard SmithRenamings to consistently use 'Constexpr' not 'ConstExp...
2011-08-10 Fariborz Jahanianobjective-c: Using existing infrastructure for finding
2011-08-10 Douglas GregorExpand test of C++0x [class.copymove]p15 to make sure...
2011-08-10 Douglas GregorWhen adding the base and member initializers for an...
2011-08-10 Douglas GregorSwitch a C-style cast over to a const_cast. No function...
2011-08-10 Douglas GregorUpdate a comment to match the recently-changed code
2011-08-10 Douglas GregorFor the availability attribute, allow a declaration...
2011-08-10 Douglas GregorRewrite default initialization of anonymous structs...
2011-08-10 John McCallChange an assert into a check. I'm pretty sure there...
2011-08-10 John McCallFormatting.
2011-08-09 Eli FriedmanRevert bad change. (It may look equivalent, but it...
2011-08-09 Caitlin SadowskiThread Safety: Added basic argument parsing for all...
2011-08-09 Eli FriedmanCleanup; no functionality change.
2011-08-09 Douglas GregorMove the creation of the record type for the state...
2011-08-09 Douglas GregorDon't serialize the block descriptor or block extended...
2011-08-09 Douglas GregorMove the construction of the RecordDecl representing...
2011-08-09 Douglas GregorMigrate the serialization of ASTContext's AutoDeduceTy and
2011-08-09 Ted KremenekPlace back previous order of add_subdirectory()'s to...
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.
next