]> granicus.if.org Git - clang/shortlog
clang
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...
2011-07-19 Jeffrey YasskinName the "c++0x-compat" warning group, and fix the...
2011-07-19 Douglas GregorRevamp the SourceManager to separate the representation...
2011-07-19 Ted KremenekReduce -Wuninitialized time by 22% (on sqlite) by remov...
2011-07-19 Ted KremenekAdd hooks into the CFG builder to force that specific...
2011-07-19 Nick LewyckyFix typo.
2011-07-19 Evan ChengMatch createTargetMachine API change.
2011-07-19 Devang PatelSimplify.
2011-07-19 Sean HuntImplement a __WCHAR_UNSIGNED__ macro and use it to...
2011-07-18 Eric ChristopherAdd .gitignore file.
2011-07-18 Devang PatelCheck column number also.
2011-07-18 Evan ChengMCContext now takes MCRegisterInfo.
2011-07-18 Sean HuntThanks to Chandler for reminding me to update the docum...
2011-07-18 Sean HuntRemember to add a has_feature macro for __underlying_ty...
2011-07-18 Jeffrey YasskinDefine DiagnosticBuilder<<APValue so it's easy to inclu...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 NAKAMURA Takumilib/Headers/mm_malloc.h: Use __mingw_aligned_malloc...
2011-07-18 Argyrios Kyrtzidis[arcmt] When a NSData's 'bytes' family of methods are...
2011-07-18 Argyrios Kyrtzidis[arcmt] NSInvocation's [get/set]ReturnValue and [get...
2011-07-18 Nick LewyckyDon't crash when codegen'ing an empty redecl of a funct...
2011-07-18 Nick LewyckyIn C99, emit an inline function when encountering an...
2011-07-18 Chris Lattnerde-constify llvm::Type, patch by David Blaikie!
2011-07-18 Chris LattnerUse the new llvm::TinyPtrVector class, which implements...
next