]> granicus.if.org Git - clang/shortlog
clang
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-23 Chris Lattnerclean up forward declarations of raw_ostream to use...
2011-07-23 Eric ChristopherMigrate 2007-10-01-BuildArrayRef.c from llvm/test/Front...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Anna ZaksAdd ext_backslash_newline_eof to Wnewline-eof group.
2011-07-22 Sean CallananThis patch (thanks to Doug Gregor) fixes a
2011-07-22 Anna ZaksExpose no newline at end of file warning under Wnewline...
2011-07-22 Evan ChengMatch LLVM API change.
2011-07-22 David Majnemerkill a FIXME in IsIntegralPromotion
2011-07-22 Jonathan D... Remove prepending of '$' to module names.
2011-07-22 Douglas GregorSwitch all of the "isysroot" const char*'s throughout...
2011-07-22 Douglas GregorRename ASTReader::PerFileData to serialization::Module...
2011-07-22 Francois PichetUse -ffreestanding with clang_cc1 to make the test...
2011-07-22 Chandler CarruthAdd a missing forward declaration and namespace qualifi...
2011-07-22 John McCallDocument the existing objc_precise_lifetime attribute.
2011-07-22 Francois PichetFix test on MSVC: since the test includes a system...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Eric ChristopherBring over a test from llvm/test/FrontendC that is...
2011-07-22 Chris Lattnerfix PR10384: C++ allows external arrays of incomplete...
2011-07-22 Chris Lattnerrename test.
2011-07-22 Douglas GregorIntroduce a global bit-offset continuous range map...
2011-07-22 Douglas GregorFix an embarrassing bug in relocatable PCH support...
2011-07-22 Chandler CarruthMove duplicate uninitialized warning suppression into the
2011-07-22 John McCallIn ARC, non-atomic getters do not need to retain and...
2011-07-22 John McCallMove this ObjCImplementationDecl member function into...
2011-07-22 John McCallIn Objective-C, pull arbitrary attributes from overridden
2011-07-22 Jordy RoseAdd a const overload for ObjCInterfaceDecl::all_declare...
2011-07-22 Fariborz Jahanianobjective-c: Any use of @synthesize or @dynamic lexical...
2011-07-22 Douglas GregorIn the AST reader, factor out the mapping of local...
2011-07-21 Rafael EspindolaAvoid warning on "clang -c -Dfoo test.i". Lines like...
2011-07-21 Douglas GregorClean up the rest of the local -> global declaration...
2011-07-21 Douglas GregorIn the ASTReader, factor out the loading of (local...
2011-07-21 Sean HuntAdd a missing test for the limits on wchar
2011-07-21 Argyrios KyrtzidisFix diagnostic when loading a PCH which has different...
2011-07-21 Jonathan D... Cleaning up more of the ID situation in the AST reader...
2011-07-21 Douglas GregorAdd some debugging output to the AST reader, so we...
2011-07-21 Douglas GregorIn the AST reader, keep track of the total number of...
2011-07-21 Argyrios KyrtzidisFor ASTUnit::Save, write the AST to a temporary and...
2011-07-21 Argyrios KyrtzidisCut down one open/close pair of system calls by using...
2011-07-21 Richard SmithUpdate cxx_status page on www: clang has had full suppo...
2011-07-21 Douglas GregorClean up the C++ status page by eliminating the utterly...
2011-07-21 Douglas GregorUpdate C++0x nullptr status, from Jonathan Sauer
2011-07-21 Fariborz JahanianAdd FixIt hint for missing 'id' type.
2011-07-21 Fariborz Jahanianobjc - Diagnose missing method return type specifier...
2011-07-21 Douglas GregorOne last RandomAccessIterator operator for Preprocessin...
2011-07-21 Douglas GregorAdd the remaining RandomAccessIterator operations to
2011-07-21 Bruno Cardoso... Define the _MIPS_SIM builtin macro on MIPS platforms...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Francois PichetFor some reason I don't fully comprehend, the MSVC...
2011-07-21 Eric ChristopherSpeculatively revert 135649 to bring back the g++ testi...
2011-07-21 Ted KremenekMove AnalysisManager constructor out of line. No funct...
2011-07-21 Ted KremenekSimplify passing of CFGBuildOptions around for Analysis...
2011-07-21 Richard TrieuFix a test in warn-sign-conversion.cpp. Removed a...
2011-07-21 Richard TrieuRemove warning for conditional operands of differend...
2011-07-21 Douglas GregorNew libclang API to expose container type for code...
2011-07-21 Sean HuntWhen copping out on a friend template declaration,...
2011-07-21 Douglas GregorRework the detailed preprocessing record to separate...
2011-07-21 Anna ZaksAddressing code review comments for commit 135509 ...
2011-07-20 Fariborz JahanianRemoves a comment.
2011-07-20 Fariborz Jahanianobjc-arc: Fixes a crash @throw'ing an objc message.
2011-07-20 Jonathan D... Continuing to improve and generalize how IDs are handle...
2011-07-20 Chad RosierTemporarily revert r135614 while I fix the cmake build.
2011-07-20 Bill WendlingRemove extraneous period.
2011-07-20 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-20 Evan ChengMatch MCContext change.
2011-07-20 Ted KremenekFix -Wuninitialized regression involving functions...
2011-07-20 Chad RosierWhitespace.
2011-07-20 Chad RosierIf -ccc-host-triple i386-pc-win32-macho or -ccc-host...
2011-07-20 Fariborz Jahanianarc-objc++: Issue an arc specific diagnostic when overl...
2011-07-20 NAKAMURA Takumitest/CMakeLists.txt: Re-indent.
2011-07-20 Benjamin KramerUnbreak build after API change.
2011-07-20 Chris Lattnerarrayref should now move in here, and redundant #includ...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-07-20 Chris Lattnerintroduce a centralized place to introduce and inject...
2011-07-20 Chris Lattnerfix rdar://9780211 - Clang crashes with an assertion...
2011-07-20 Chris Lattnerfix a case where we're using ConvertType for a memory...
2011-07-20 Evan ChengMatch LLVM API change.
2011-07-20 Chris Lattneras eli points out, we're not doing memory stuff here...
2011-07-20 Chris Lattnerfix PR10395 - array decay can produce an interesting...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global macro...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global selecto...
2011-07-20 Joerg SonnenbergerPR10392: "#pragma GCC visibility" must not expand macro...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global identif...
2011-07-20 Douglas GregorTry to appease MSVC's standard library.
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global declara...
2011-07-20 Joerg SonnenbergerSpelling
2011-07-20 Richard SmithReplace r134583's fix for PR10290 with one which also...
2011-07-20 Richard SmithUse the zero from the correct enumeration when initiali...
2011-07-19 Sean CallananThis fix (thanks to Doug Gregor) corrects a bug
2011-07-19 Ted KremenekFix false negative in -Wuninitialized involving a ...
2011-07-19 Ted KremenekFix assertion failure in UninitializedValues.cpp where...
2011-07-19 Jordy Rose[analyzer] Very minor cleanup in PthreadLockChecker...
2011-07-19 Jordy Rose[analysis] Add checks for double-locking and lock order...
2011-07-19 Chad RosierRefactor r135502 to avoid an empty if else condition...
2011-07-19 Anna ZaksAdd FixItHints in case a C++ function call is missing...
2011-07-19 Chad RosierClang asserts "Invalid environment!" when using -ccc...
2011-07-19 Benjamin KramerUpdate CMake build.
2011-07-19 Argyrios Kyrtzidis[arcmt] Add some additional driver flags to optionally...
next