]> granicus.if.org Git - clang/shortlog
clang
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:
2011-08-02 Rafael EspindolaImplements alignment for long long and double types...
2011-08-02 Rafael EspindolaUpdate for LLVM change in PassManagerBuilder.
2011-08-02 Chris Lattnerdisable array bounds overflow warning for cases where...
2011-08-02 Chad RosierFix cmake for r136702 (at least for the most part)...
2011-08-02 Fariborz Jahanianobjective-c rewrite: Fixes rewriting of objective-c...
2011-08-02 Chad RosierTemporarily revert parts of r136702 to make cmake build...
2011-08-02 Douglas GregorChange the hashing function for DeclContext lookup...
2011-08-02 Ted Kremenek[analyzer] Drastically simplify ExprEngine::VisitInitLi...
2011-08-02 Eli FriedmanPR10566: Make sure codegen for deleting an pointer...
2011-08-02 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-08-02 Jonathan D... Following up the earlier refactoring/cleanup work by...
2011-08-02 Anna ZaksKeychainAPI checker: only check the paths on which...
2011-08-02 Douglas GregorImplement a proper local -> global type ID remapping...
2011-08-02 Douglas GregorAdd a debugging dump for Module (also emitted as part...
2011-08-02 Douglas GregorGeneralize the module offset map to include mapping...
2011-08-02 Benjamin KramerMake helper functions static.
2011-08-02 Richard TrieuFix formatting of SemaExpr.cpp, mainly fixing lines...
2011-08-01 Bob WilsonRevert "Re-enable byval for ARM in clang. rdar://probl...
2011-08-01 Anna ZaksAdd a skeleton for the Keychain Services API Checker...
2011-08-01 Fariborz Jahanianobjective-c: reverse patch for // rdar://9818354
2011-08-01 Akira HatanakaImplement MipsABIInfo::EmitVAArg. This fix enables...
2011-08-01 Chad RosierDriver: When compiling i386 -fapple-kext code, we fallb...
2011-08-01 Akira HatanakaPass records with non-trivial destructors or constructo...
2011-08-01 David ChisnallFix linkage type for tentative definition of ivar offse...
2011-08-01 Douglas GregorMove the serialization of the MODULE_OFFSET_MAP out...
2011-08-01 Douglas GregorRename the AST file's SOURCE_LOCATION_MAP to MODULE_OFF...
2011-07-31 Fariborz JahanianTest for // rdar://9846759
2011-07-31 Benjamin KramerRemove dead code flagged by GCC's -Wunused-but-set...
2011-07-30 Argyrios KyrtzidisNot sure why we bother updating FunctionDecl's EndRange...
2011-07-30 Argyrios Kyrtzidis[libclang] Annotation of parameters that got default...
2011-07-30 Douglas GregorIntroduce a Fix-It for the "missing sentinel" warning...
2011-07-30 Douglas GregorAdd code completion to produce "else" blocks after...
2011-07-30 Douglas GregorWhen producing code completion results for variadic...
2011-07-30 Douglas GregorAdd the various parameter-passing keywords for Distribu...
2011-07-30 Douglas GregorFix a thinko in my __is_empty/__is_pod commit.
2011-07-30 Douglas GregorTurn off __has_feature(is_empty) and __has_feature...
2011-07-30 Douglas GregorWhen performing code completion after at @interface...
2011-07-30 Douglas GregorWhen complaining about a non-POD second argument to...
2011-07-30 Douglas GregorUse the "Bar.h" -> <Foo/Bar.h> remapping for index...
2011-07-30 Fariborz Jahanianobjc rewriter - my last patch was not quite right.
2011-07-30 Fariborz Jahanianobjc rewriter - set the flag passed to _Block_object_as...
2011-07-29 Douglas GregorTeach the ASTImporter to cope with cases where we have...
2011-07-29 Eric ChristopherAdd support for the 'Q' arm memory constraint.
next