]> granicus.if.org Git - clang/shortlog
clang
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: If the client requested to...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: Capture diagnostics during...
2011-11-28 Peter CollingbourneAnother silly workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Integrate GC __weak into property attributes...
2011-11-28 Peter CollingbourneSigh, another workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Don't add __weak if there is already a GC __wea...
2011-11-28 Peter CollingbourneWork around a gcc4.2 bug.
2011-11-27 Peter CollingbourneIn Sema::MaybeBindToTemporary, create a CXXBindTemporar...
2011-11-27 Peter CollingbourneWhen destroying temporaries, instead of a custom cleanu...
2011-11-27 Rafael EspindolaMake our handling of MMX x SSE closer to what gcc does:
2011-11-27 Rafael EspindolaAdd inreg attributes to reference arguments.
2011-11-27 Sebastian RedlReference initialization with initializer lists.
2011-11-27 Rafael EspindolaError on non x86 architectures.
2011-11-27 Rafael EspindolaFix file name in comments.
2011-11-27 Bob WilsonUse libcxx makefile's do-installhdrs target. <rdar...
2011-11-26 Rafael EspindolaAdd the minimum implementation of cpuid.h. This works...
2011-11-26 Nicola GiganteTest commit
2011-11-26 Abramo BagnaraFixed lexical declaration context when instantiating...
2011-11-26 Rafael EspindolaSet __OPTIMIZE_SIZE__ on -Os and -Oz. This matches...
2011-11-25 Francois PichetIn Microsoft mode, make "Unqualified lookup into depend...
2011-11-24 David BlaikieFix typo (becuase->because), PR11427
2011-11-24 Matt Beaumont-GayWordsmith the -Warray-bounds diagnostic text a bit
2011-11-23 Richard TrieuAdd feature to diagnostics that will provide more infor...
2011-11-23 Argyrios Kyrtzidis[PCH] Check for isTopLevelDeclInObjCContainer when...
2011-11-23 Argyrios Kyrtzidis[libclang] Fix operations (token annotation, getting...
2011-11-23 Argyrios KyrtzidisRemove an assertion that is not valid if we cancel...
2011-11-23 Argyrios Kyrtzidis[libclang] Indexing API: Fix issues, mostly C++ related.
2011-11-23 James MolloyAAPCS compliance - 32-bit wchar_t should be unsigned...
2011-11-23 Richard SmithDon't check alignment, it's irrelevant to this test.
2011-11-22 Richard SmithUse static storage duration for file-scope compound...
2011-11-22 Benjamin KramerRemove assert from hot code path and add a clarifying...
2011-11-22 Matt Beaumont-GayProvide better source info for template specializations...
2011-11-22 Benjamin KramerLexer: Don't throw away the hard work SSE did to find...
2011-11-22 Argyrios Kyrtzidis[libclang] Indexing API: Support C++ symbols.
2011-11-22 Kostya Serebryanyimplement __has_feature(address_sanitizer); also use...
2011-11-21 Peter CollingbourneUn-XFAIL this test on Darwin, it reportedly passes...
2011-11-21 Richard SmithAdd stub section to the user manual for C++ language...
2011-11-21 Richard SmithAdd driver arguments -ftemplate-depth=N and -fconstexpr...
2011-11-21 Roman DivackyChange the linker emulation name for FreeBSD/PPC32.
2011-11-21 Benjamin KramerCodeGen: Simplify code.
2011-11-21 Peter CollingbourneDelete the depfile if we could not open a header file...
2011-11-21 Peter CollingbourneTeach the driver about failure result files, which...
2011-11-21 Peter CollingbourneCreate the clang++ symlink as a POST_BUILD custom comma...
2011-11-20 Benjamin KramerCodeGen: allow __asm renaming on static local variables.
2011-11-20 Douglas GregorAllow preprocessor callbacks to recover from a "file...
2011-11-19 Douglas GregorAdd support for pretty-printing attributes, from Richar...
2011-11-19 Douglas GregorUpdate signature of HandleTopLevelDecl.
2011-11-19 Douglas GregorTweak the guidelines for when one should send patches...
2011-11-19 Abramo BagnaraFixed HadMultipleCandidates loading.
2011-11-19 Benjamin KramerDriver: Remove the signal number from the "command...
2011-11-19 Douglas GregorInitialize ImplicitConversionSequence::ListInitializati...
2011-11-19 Douglas GregorAdd missing initialization in the ContentCache. Serious...
2011-11-18 Francois PichetEnable delayed template parsing for friend functions...
2011-11-18 Abramo BagnaraFixed implicit instantiations source range.
2011-11-18 Ted KremenekRefine placement of LangOptions object in CompilerInvoc...
2011-11-18 Eli FriedmanFinish r144971, which was an incomplete commit.
2011-11-18 Eli FriedmanFix the meaning of an "empty" record for the case of...
2011-11-18 Eli FriedmanMake va_arg on x86-64 compute alignment the same way...
2011-11-18 Anna Zaks[analyzer] Warn when non pointer arguments are passed...
2011-11-18 Eli FriedmanA bunch of fixes to argument passing and va_arg on...
2011-11-18 Eli FriedmanDon't try to expand struct arguments containing holes...
2011-11-18 Eli FriedmanSimplify code for returning a struct for Darwin x86...
2011-11-18 NAKAMURA Takumic-index-test.c: Fix syntax according to C.
2011-11-18 Anna Zaks[analyzer] The compiler warning was disabling the analy...
2011-11-18 Eli FriedmanIgnore empty unions in argument lowering on x86-32...
2011-11-18 Argyrios KyrtzidisChange ASTConsumer::HandleTopLevelDecl to return true...
2011-11-18 Argyrios Kyrtzidis[libclang] Indexing API:
2011-11-18 Argyrios Kyrtzidis[libclang] Indexing API: make sure we don't pass declar...
2011-11-17 Eric ChristopherUse the canonical decl to index so that we can really...
2011-11-17 Sean CallananAdded a clause to the ASTImporter allowing it to
2011-11-17 Anna Zaks[analyzer] Do not conjure a symbol when we need to...
2011-11-17 Ted KremenekMake 'LangOptions' in CompilerInvocation a heap-allocat...
2011-11-17 Ted KremenekSimplify crash cleanup logic in ASTUnit::LoadFromComman...
2011-11-17 Anna Zaks[analyzer] Minor tweaks to the ProgramState::isTainted().
2011-11-17 Anna Zaks[analyzer] Add a helper method.
2011-11-17 Richard SmithConstant expression evaluation: add support for evaluat...
2011-11-17 Douglas GregorWhen making a suggestion regarding which module to...
2011-11-17 Douglas GregorAdd the notion of "framework" modules to module maps...
2011-11-17 Douglas GregorIf we're dealing with an overridden buffer in the AST...
2011-11-17 NAKAMURA Takumidocs/UsersManual.html: Remove obsolete mingw issue.
2011-11-17 NAKAMURA Takumitest/Frontend/dependency-gen.c: Relax expressions for...
2011-11-17 NAKAMURA TakumiRevert r132539 for now, "My testing shows that function...
2011-11-17 David BlaikieInclude named unions in union member init checking
2011-11-17 Francois PichetIn Microsoft mode, make "Unqualified lookup into depend...
2011-11-17 Douglas GregorActually free memory for the module maps
2011-11-17 Douglas GregorTry to appease the failing buildbot where I can't repro...
2011-11-17 Douglas GregorWhen we're loading a framework header, first try to...
2011-11-17 Anna Zaks[analysis] Constify CheckerContext.
2011-11-17 Anna Zaks[analyzer] Put CheckerConext::getCalleeName out of...
2011-11-17 Daniel Dunbarclang/Darwin: Use the compiler-rt provided profile...
2011-11-17 Daniel Dunbartests/Driver/darwin-ld.c: Get rid of the "splatter...
2011-11-16 Douglas GregorAdd missing header for modules test.
2011-11-16 Daniel Dunbarbuild/make/compiler-rt: Don't attempt to build compiler...
2011-11-16 Douglas GregorA module with an umbrella header assumes that all of...
2011-11-16 Abramo BagnaraAdded missing ImplicitCastExpr around conversion operat...
2011-11-16 Bob WilsonFix Neon builtin pointer argument checking for "sret...
2011-11-16 Jim Goodnow IIFixed crash with initializer lists and unnamed bitfield...
2011-11-16 Douglas GregorImplement (de-)serialization of the buffer contents...
2011-11-16 Benjamin KramerUpdate CMake build.
2011-11-16 Anna Zaks[analyzer] Catch the first taint propagation implied...
next