]> granicus.if.org Git - clang/shortlog
clang
2011-06-08 Ted KremenekRemove stale reference to libIndex.
2011-06-08 Fariborz JahanianRemove 'atomic' as a property attribute keyword.
2011-06-08 Stuart HastingsFollowup to 132737; make two-character string explicit...
2011-06-08 Peter CollingbourneModify a diagnostic introduced in r132612 to emit QualT...
2011-06-08 Chandler CarruthFix a bunch more notes that were emitted even when...
2011-06-08 Chandler CarruthRevert "hack in my new variables for GCC"
2011-06-08 Chandler CarruthFix a regression in the two-phase lookup diagnostics...
2011-06-08 Chandler Carruthhack in my new variables for GCC
2011-06-07 Stuart HastingsClang support for ARM Uv/Uy/Uq inline-asm constraints.
2011-06-07 Joerg SonnenbergerSort -lgcc after -lgcc_s for NetBSD, otherwise shared...
2011-06-07 Fariborz JahanianMore coherent diagnostic when a stack variable is
2011-06-07 Nick LewyckyThe macros defined by the language standard are still...
2011-06-07 Douglas GregorDowngrade the warning about the use of typedefs for...
2011-06-07 Sean HuntCatch the memory leak in a bucket
2011-06-06 Eli FriedmanSecond try at fixing this test, this time without break...
2011-06-06 Eli FriedmanStart fixing up clang tests to work on the clang-native...
2011-06-06 Sean HuntDon't put a note in the DiagGroup
2011-06-06 Jonathan D... Touchup to comments that weren't quite in sync with...
2011-06-06 Douglas GregorDiagnose the condition in C++ [temp.expl.spec]p16 that...
2011-06-06 Francois Pichetok now, let's fix that MSVC warning for real.
2011-06-06 Francois PichetFix MSVC warning:
2011-06-05 Chandler CarruthRichard Smith was correct about how the sets should...
2011-06-05 Richard SmithFix PR10053: Improve diagnostics and error recovery...
2011-06-05 Benjamin KramerToolchain support for Ubuntu Oneiric. Patch by Michael...
2011-06-05 Sebastian RedlDrop most of InitializationSequence::SequenceKind's...
2011-06-05 Sebastian RedlRemove more references to FailedSequence.
2011-06-05 Sebastian RedlRemove all references to InitializationSequence::Failed...
2011-06-05 Sebastian RedlMore std::initializer_list tests.
2011-06-05 Sebastian RedlParse C++0x generalized initializers.
2011-06-05 Sebastian RedlExpand on braced init list tests.
2011-06-05 Douglas GregorIdentity and non-identity standard conversion sequences...
2011-06-05 Douglas GregorAdd name mangling for expr .* expr. Fixes PR9983 /...
2011-06-05 Douglas GregorAllow block returns in C++ with the form
2011-06-05 Douglas GregorWhen inferring the result type of a block based on...
2011-06-04 Rafael EspindolaFix cmake build.
2011-06-04 Richard SmithRemove the old implementation of -verify, which has...
2011-06-04 Nick LewyckyRevert r132630. GCC passes everything down, we aren...
2011-06-04 Roman DivackyAdjust the linker for PowerPC64/-m32 on FreeBSD too.
2011-06-04 Roman DivackyMake -m32 work on FreeBSD/PowerPC64.
2011-06-04 Nick LewyckyGCC passes -z foo directly through to the linker (and...
2011-06-04 Nick LewyckyOn linux, -nostdlib was causing a --start-group with...
2011-06-04 Nick LewyckyIdentifiers with _CapitalLetter are reserved, so don...
2011-06-04 Galina KistanovaThese tests require particular registered targets....
2011-06-04 Sean HuntReimplement r132572 on top of a FoldingSet, thus hopefu...
2011-06-04 Nick LewyckyRemove extraneous "virtual" keyword and non-virtual...
2011-06-04 Jordy Rose[analyzer] Change an indent-if to an early return....
2011-06-04 Jordy Rose[analyzer] Don't crash when copying an unknown number...
2011-06-04 Jordy Rose[analyzer] Remove extra assignment that actually lost...
2011-06-04 Tanya LattnerAdd support for builtin astype:
2011-06-04 Devang PatelRework r132576.
2011-06-04 Jordy Rose[analyzer] Fix comment for (still-disabled) evalStrncpy
2011-06-04 Jordy Rose[analyzer] Fix handling of "copy zero bytes" for memcpy...
2011-06-03 Jordy Rose[analyzer] __mempcpy_chk is the same as mempcpy (at...
2011-06-03 Jonathan D... Improvements to abbreviations for PCH which add support...
2011-06-03 Douglas GregorExpose @synthesize and @dynamic via their own cursor...
2011-06-03 Galina KistanovaThese tests require particular registered targets....
2011-06-03 Jonathan D... Test of commit access.
2011-06-03 Sean HuntRevert r132572 to figure out why it broke selfhost...
2011-06-03 Devang PatelEmit debug info only if there is an insertion point...
2011-06-03 Sean HuntBegin implementing a cache of special member lookups...
2011-06-03 Galina KistanovaAdded registered targets for in-test dependency declara...
2011-06-03 Matt Beaumont-GayDon't warn about -Wno-foo where foo is an unknown warni...
2011-06-03 Sean HuntI've had too much to drink, apparently.
2011-06-03 Hans WennborgWarn about missing parentheses for conditional operator.
2011-06-03 Sean HuntImplement a warning flag for the warning about default...
2011-06-03 Hans WennborgMake -Wignored-qualifiers point to the first ignored...
2011-06-03 Devang PatelSimplify.
2011-06-03 Devang PatelFix typedef's context.
2011-06-03 Rafael EspindolaWe were looking at /usr/lib only if the distro had...
2011-06-03 Rafael EspindolaAdd support for centos.
2011-06-03 Eric Christopher80-column cleanup.
2011-06-03 Douglas GregorImprove the instantiation of static data members in
2011-06-03 Francois PichetRevert r132544. Accidental commit. I got confused with...
2011-06-03 Francois Pichetgit-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...
2011-06-03 Eric Christopher80-col cleanup.
2011-06-03 Eric ChristopherSeparate out these paths a bit by architecture. There...
2011-06-03 Eric ChristopherAdd multi-arch include support for Ubuntu 11.11 with...
2011-06-03 Benjamin KramerCopy IsWarnIfUnused too when making a copy of a MacroInfo.
2011-06-03 Francois PichetMy testing shows that function stat has no problem...
2011-06-03 Francois PichetCorrectly revert r131347: function explicit specializat...
2011-06-03 Chandler CarruthClean up the "non-POD memaccess" stuff some. This adds...
2011-06-03 NAKAMURA TakumiUntabify and fix whitespace.
2011-06-03 Douglas GregorWhen performing template argument deduction given a...
2011-06-03 Douglas GregorWhen checking the instantiation of a default template...
2011-06-03 Douglas GregorIntroduce additional abbreviations into the AST writer for
2011-06-03 Eli FriedmanFix the Windows buildbots, now that I can actually...
2011-06-03 John McCallTest case for some AVX builtins. Patch by Syoyo Fujita!
2011-06-02 Rafael EspindolaWe already have support for using c++ headers from...
2011-06-02 Eli FriedmanSwitch a ridiculous grep over to FileCheck.
2011-06-02 Galina KistanovaReverted r132330, r132321, r132320, r132319 as per...
2011-06-02 Eli FriedmanAdd Debian wheezy/sid to ToolChains.cpp. Patch by...
2011-06-02 Argyrios Kyrtzidis[PCH] Store the offsets of source location file entries...
2011-06-02 Rafael EspindolaChange how we link libprofile_rt.a. While at it, refact...
2011-06-02 Rafael EspindolaAdd -fno-gnu89-inline.
2011-06-02 Manuel KlimekReverts the Tooling changes as requested by Chris.
2011-06-02 Rafael EspindolaImplement -fgnu89-inline. Fixes PR10041.
2011-06-02 Douglas GregorTweak code completions for Objective-C Key-Value Observ...
2011-06-02 Francois PichetFix 80-column violation.
2011-06-02 Eli FriedmanRevert r132426; this test passes more often than not...
2011-06-02 Akira HatanakaAdd stuff for o32 ABI conformance.
next