]> granicus.if.org Git - clang/shortlog
clang
2011-10-04 Ted KremenekPlace warning warn_drv_no_debug_w_integrated_as under...
2011-10-04 Ted KremenekRevert r141060. We should NEVER add new warnings that...
2011-10-04 Chandler CarruthAdd a comment explaining that I have a better plan...
2011-10-04 Chandler CarruthInvert the loop for detecting installed GCC trees....
2011-10-04 Chandler CarruthFuse the two halves of the GCC installation detection...
2011-10-04 John McCallMark calls to objc_retainBlock that don't result from...
2011-10-04 Bob WilsonRip out flags for controlling C++ "production mode...
2011-10-04 Bob WilsonSpecify -ccc-clang-archs for le32 targets which may...
2011-10-04 Argyrios KyrtzidisImprove location fidelity of objc decls.
2011-10-04 Chad RosierUpdate testcase for r141053+r141055.
2011-10-04 Chandler CarruthFactor the data apart from the logic of locating variou...
2011-10-04 Chad Rosier[driver] Improve r141053 by only emitting the warning...
2011-10-04 Chad Rosier[driver] Emit a warning if the user has requested debug...
2011-10-04 Douglas GregorWhen build a module on demand, run the module-building...
2011-10-03 Argyrios KyrtzidisMake sure SourceManager::getFileIDLoaded doesn't hang...
2011-10-03 Anna Zaks[analyzer] Remove redundant state (AnalysisContext...
2011-10-03 Fariborz Jahanianobjc arc: Suppress certain arc diagnostics on unavailable
2011-10-03 Anna Zaks[analyzer] In UndefBranchChecker, use a node generator...
2011-10-03 Anna Zaks[analyzer] Cleanup in UndefBranchChecker:
2011-10-03 Abramo BagnaraFixed source range for template implicit instantiations.
2011-10-03 Abramo BagnaraFixed exapnsion range for # and ##.
2011-10-03 Chandler CarruthRefactor the detection of a GCC installation into a...
2011-10-03 Fariborz Jahanianobjc++: Accessing explicit property of reference type...
2011-10-03 Justin HolewinskiPTX: Add some basic support for OpenCL address spaces
2011-10-03 Matt Beaumont-GayDon't crash when trying to emit too many fixits. Also...
2011-10-03 Rafael EspindolaPropagate __attribute__((returns_twice)) from C to IL.
2011-10-03 Chandler CarruthTest a multilib setup on a 64-bit host. This is the...
2011-10-03 Chandler CarruthEnable generic multilib support on 32bit hosts. Previou...
2011-10-03 Chandler CarruthRelax an assertion here a bit. This doesn't really...
2011-10-03 Chandler CarruthTest that we include a GCC-triple-prefixed tree. While...
2011-10-03 Chandler CarruthTeach the logic for locating an installed GCC about...
2011-10-03 Chandler CarruthAdd initial support for applying the sysroot to library...
2011-10-03 Argyrios KyrtzidisAllow getting all source locations of selector identifi...
2011-10-03 Argyrios KyrtzidisMove field in ObjCMessageExpr to avoid padding.
2011-10-03 Argyrios KyrtzidisAllow getting all source locations of selector identifi...
2011-10-03 Argyrios KyrtzidisArrayRef'ize ObjCMessageExpr
2011-10-03 Argyrios KyrtzidisAdd an assertion that we don't overflow the bitfield...
2011-10-03 Argyrios KyrtzidisPass from the parser the locations of selector identifi...
2011-10-03 Argyrios KyrtzidisDon't keep NumSelectorArgs in the ObjCMethodDecl, the...
2011-10-03 Argyrios KyrtzidisPass all the locations of the selector identifiers...
2011-10-03 Chandler CarruthRework the selection of builtin library search paths...
2011-10-02 Peter CollingbourneCUDA: diagnose invalid calls across targets
2011-10-02 Peter CollingbourneCUDA: add separate diagnostics for too few/many exec...
2011-10-02 Peter CollingbourneAdd ConvertArgumentsForCall diagnostics for at least...
2011-10-02 Peter CollingbourneCUDA: diagnose unconfigured calls to global functions
2011-10-02 John McCallSorry, I misunderstood the interaction here; the GNU...
2011-10-02 John McCallUse -fgnu-runtime to force the use of the non-fragile...
2011-10-02 Chandler CarruthTemporarily XFAIL this test until John or someone else...
2011-10-02 Chandler CarruthSimplify this through the power of the ternary operator.
2011-10-02 Chandler CarruthConsolidate the currently bizarre 32/64 multilib select...
2011-10-02 Ted KremenekFix another major performance regression in LiveVariabl...
2011-10-02 John McCallMake -fobjc-nonfragile-abi the -cc1 default, since...
2011-10-02 Ted KremenekFix LiveVariables analysis bug with MaterializeTemporar...
2011-10-01 John McCallWhen performing an @throw in ARC, retain + autorelease
2011-10-01 John McCallParse attributes written in an ObjC method parameter...
2011-10-01 Anna ZaksAddress PR10616. The crash has already been fixed by...
2011-10-01 John McCallHey, maybe we shouldn't silently ignore decl attributes
2011-10-01 Chandler CarruthAs I suspected, completely non-multilib machines just...
2011-10-01 Richard Smithconstexpr: semantic checking for constexpr functions...
2011-10-01 Chandler CarruthTeach this test to cope with Windows suffixes so that...
2011-10-01 Chandler CarruthCorrect my failure at writing proper regex's for FileCh...
2011-10-01 Chandler CarruthAllow for both 'lib' and 'lib32', as both seem to be...
2011-10-01 Chandler CarruthThere might be an 'ld' without any path prefix.
2011-10-01 John McCallAllow the results of cf_returns_not_retained function
2011-10-01 John McCallTweak the interface for analyzing the CF conventions...
2011-10-01 Chandler CarruthAdd a test that ensures we get the basic multilib ...
2011-10-01 Chandler CarruthRevert r140604: "Let -B work for ld paths on Linux."
2011-09-30 Ted KremenekEnable -Wstrlcpy-strlcat-size by default.
2011-09-30 Argyrios KyrtzidisMark a TagDecl when it is free standing (e.g. "struct...
2011-09-30 Daniel DunbarRevert my --working-directory option, which wasn't...
2011-09-30 Douglas GregorAdd a section detailing the steps required to add an...
2011-09-30 Fariborz Jahanianobjc arc: allow objc_returns_inner_pointer on methods...
2011-09-30 Benjamin KramerFix compiler warning about && in ||.
2011-09-30 Bob WilsonInstall a copy of the libc++ headers with clang. ...
2011-09-30 Eli FriedmanSupport dllimport and dllexport on x86-64 Windows....
2011-09-30 Fariborz Jahanianobjc gc: assigning to an objc object struct member...
2011-09-30 Eli FriedmanMinor cleanup.
2011-09-30 Argyrios Kyrtzidis[libclang] Introduce CXCursor_CXXAccessSpecifier for...
2011-09-30 David ChisnallRemove the conditional that avoided passing the Objecti...
2011-09-30 Sebastian RedlFix a bug in the token caching for inline constructors...
2011-09-30 John McCallAdd explicit attributes to mark functions as having...
2011-09-30 Ted KremenekFix crash when analyzing C++ code involving constant...
2011-09-30 Anna Zaks[analyzer] Fix a bug in RetainReleaseChecker diagnostic...
2011-09-30 Anna Zaks[analyzer] Add -analyzer-purge option which can take...
2011-09-30 Eli FriedmanSome fixes for MS-style asm parsing: specifically,...
2011-09-30 Richard Smithconstexpr functions are implicitly const. More tests...
2011-09-30 Richard SmithFix typo.
2011-09-30 Richard SmithSuggest adding 'constexpr' if the GNU extension for...
2011-09-29 Richard SmithMark the ExtWarn for in-class initialization of static...
2011-09-29 Fariborz JahanianMinor refactoring. Enumerators may inherit the deprecat...
2011-09-29 Eli FriedmanPR11040: CheckICE should not allow an lvalue bitcast...
2011-09-29 Richard SmithIn C++0x, static const volatile data members cannot...
2011-09-29 Richard SmithPR11000: Fix crash on invalid.
2011-09-29 Richard Smithconstexpr: semantic checking for constexpr variables.
2011-09-29 Fariborz Jahanianc - Enumerators may inherit the deprecated/unavailable
2011-09-29 Anna ZaksAdd more comments to several checker callback functions.
2011-09-29 Peter CollingbourneAdd support for alignment-specifiers in C1X and C+...
2011-09-29 Peter CollingbourneAdd a warning group for warnings about using C1X featur...
2011-09-29 Peter CollingbourneAdd support for parsing an attribute-specifier-seq...
2011-09-29 Peter CollingbourneAdd support for parsing the optional attribute-specifie...
next