]> granicus.if.org Git - clang/shortlog
clang
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-24 John McCallChange the IR-generation of VLAs so that we capture...
2011-06-24 Bob WilsonShorten some ARM builtin names by removing unnecessary...
2011-06-24 Fariborz JahanianNo need to warn if 'unavailable' method/property
2011-06-24 Fariborz Jahanianobjc-arc: Give more descriptive diagnostics when
2011-06-24 Argyrios KyrtzidisOnly do delayed diagnostics if there were no errors...
2011-06-24 Argyrios Kyrtzidis[arcmt] Add test for rdar://9601437.
2011-06-24 Fariborz Jahanianobjc-arc: Check on a variety of unsafe assignment of...
2011-06-24 Bob WilsonFix comments.
2011-06-24 Argyrios KyrtzidisAllow Lexer::getLocForEndOfToken to return the location...
2011-06-24 Argyrios KyrtzidisIn TextDiagnosticPrinter::EmitCaretDiagnostic, don...
2011-06-24 Argyrios KyrtzidisAllow the fixit for missing ':' in the ?: ternary opera...
2011-06-24 Argyrios KyrtzidisSourceManager::isAtStartOfMacroInstantiation should...
2011-06-24 NAKAMURA Takumiunittests/Basic/FileManagerTest.cpp: Unbreak Win32...
2011-06-24 Jay FoadFix unused label warning.
2011-06-24 Sean HuntThis patch started as an attempt to fix up the horrid...
2011-06-24 Argyrios KyrtzidisRename objc_lifetime -> objc_ownership, and modify...
2011-06-23 Fariborz JahanianWhen forming a cycle in objc's inheritance hierarchy,
2011-06-23 Sean HuntUnbreak the CMake build.
2011-06-23 Argyrios Kyrtzidis[arcmt] Fully migrate ObjC++ classes, rdar://9660007.
2011-06-23 Argyrios Kyrtzidis[arcmt] Remove rewriteAllocCopyWithZone transformation...
2011-06-23 John McCallApparently at some point in the past I forgot how ...
2011-06-23 Fariborz JahanianImprove on warning when objc pointer is used in
2011-06-23 Douglas GregorRemove superfluous comment
2011-06-23 Fariborz JahanianMove definition of template <typename T> void Decl...
2011-06-23 Douglas GregorBump Token::Kind from an unsigned char to an unsigned...
2011-06-23 Fariborz JahanianSupport for catching objc pointer objects in c++ catch...
2011-06-23 Eli FriedmanFix Sema::CheckVectorOperands so that it doesn't try...
2011-06-23 Fariborz JahanianMinor tweak to my last patch per Doug's comment.
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
2011-06-23 Fariborz JahanianRemove multiple use of weak_import attribute on
2011-06-23 Fariborz JahanianRemove weak_import attribute on new declaration.
2011-06-23 Dylan Noblesmithfix autoconf build from r133710
2011-06-23 Dylan Noblesmithavoid using config.h in public headers
2011-06-23 Sean HuntAdd documentation about __has_feature(cxx_delegationg_c...
2011-06-23 Nick LewyckyFix this test on machines that don't run clang -cc1as...
2011-06-23 Sean HuntFix a minor copy-paste-o that broke the stylesheets
2011-06-23 Sean HuntFix a bunch of HTML compliance problems with LanguageEx...
2011-06-23 Douglas GregorMove all of Sema's member-access-related checking out...
2011-06-23 Sean HuntRevert "-fexceptions does not, in fact, enable C++...
2011-06-23 Argyrios KyrtzidisAllow unavailable function calls inside unavailable...
2011-06-23 Sean HuntClean up the heart of the caching code and miss fewer...
2011-06-22 Sean Hunt-fexceptions does not, in fact, enable C++ exceptions
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-22 Douglas GregorCheck for placeholders early on in
2011-06-22 Sean HuntFix a think-o that amazingly didn't show up until I...
2011-06-22 Fariborz JahanianIssue warning if weak_import attribute is added to...
2011-06-22 Daniel Dunbartest/Unit: Fixup lit.cfg to allow running inside test...
2011-06-22 Fariborz JahanianAlloa catching Objective-C id's being thrown with C...
2011-06-22 Manuel KlimekChanges ParenListExpr to always require a type.
2011-06-22 Douglas GregorCopy diagnostic pragmas to the preprocessed output...
2011-06-22 Douglas GregorFix the starting location of the Fix-It note for suspic...
2011-06-22 Douglas GregorWhen instantiating a function template declaration...
2011-06-22 Argyrios Kyrtzidis[arcmt] Make -Warc-unsafe-retained-assign an error...
2011-06-22 Argyrios KyrtzidisPut all ARC-related warnings into the "arc" diagnostic...
2011-06-22 Argyrios KyrtzidisChange "cannot assign retained object.." warning to...
2011-06-22 Eric ChristopherBuild and use libcompiler_rt whenever possible.
2011-06-22 Douglas GregorTry to silence GCC warning
2011-06-22 Fariborz Jahanianobjc-arc: Allow unbridged cast of retainable object to
2011-06-22 Douglas GregorImplement the C++0x move optimization for Automatic...
2011-06-22 Douglas GregorWhen binding a reference to an Automatic Reference...
2011-06-22 Douglas GregorGive MaterializeTemporaryExpr the exact type of the...
2011-06-22 Douglas GregorFix typo in comment
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Argyrios KyrtzidisIntroduce DelayedCleanupPool useful for simplifying...
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-22 Sean HuntActually, you know, fix the problem.
2011-06-22 John McCallEmit @finally blocks completely lazily instead of forci...
2011-06-22 Sean HuntAvoid making assumption that this is either a CXXMethod...
2011-06-22 Sean HuntExtend the deleted overload candidate note to cover...
2011-06-22 Sean HuntEnsure that we delete implict copy members when explici...
2011-06-22 John McCallIt is possible to request the nonfragile ABI with ...
2011-06-21 Sean HuntAttempt to reapply this patch for caching copy assignme...
2011-06-21 Richard SmithFix PR10168: don't warn for unused non-dependent variab...
2011-06-21 Chandler CarruthFix a missing space noticed by matthewbg in code review.
2011-06-21 Richard SmithFirst part of PR9968: the __range variable in a depende...
2011-06-21 Chandler CarruthFix some grammar nits in the comments from Nick.
2011-06-21 Chandler CarruthRevert r133526 which re-orders the suggestions for...
2011-06-21 Sean HuntUnbreak the CMake build
2011-06-21 John McCallFix the mangling of dependent-scope decl ref expression...
2011-06-21 Bob WilsonFix a case that I missed in r133550.
2011-06-21 Bob WilsonMake InitHeaderSearch::AddPath and HeaderSearchOptions...
2011-06-21 Daniel DunbarDriver/Darwin: Fixup version check for -object_path_lto...
2011-06-21 Bob WilsonFix the default libc++ header search path to be sysroot...
2011-06-21 Bob WilsonFix cut-and-paste error: --stdlib is an alias for ...
2011-06-21 Daniel DunbarDriver/Darwin: When invoking the linker, automatically...
2011-06-21 Daniel DunbarDriver: Factor out IsUsingLTO helper function.
2011-06-21 Argyrios Kyrtzidis[arcmt] Merge 'removeEmptyStatements' and 'removeDeallo...
2011-06-21 Argyrios Kyrtzidis[arcmt] Break apart Transforms.cpp.
2011-06-21 Fariborz Jahanianobjc-arc: Add support for unbridged cast of
2011-06-21 Daniel DunbarIRgen: Add a -fuse-register-sized-bitfield-access optio...
2011-06-21 Daniel DunbarBasic: Add TargetInfo::getRegisterWidth hook.
2011-06-21 Daniel DunbarIRgen: Add CGOptions to CGTypes.
2011-06-21 Fariborz Jahanian^cat^cast^
2011-06-21 Douglas GregorA few tweaks to MaterializeTemporaryExpr suggested...
2011-06-21 Fariborz JahanianAdd comment before CheckObjCARCConversion is called on
2011-06-21 Chandler CarruthSwitch the order of the notes for the parentheses sugge...
2011-06-21 Fariborz Jahanianobjc-arc: CodeGen part of unbridged cast of CF types.
2011-06-21 Chandler CarruthFix a crash when a pointer-to-member function is called...
2011-06-21 Douglas GregorIntroduce a new AST node describing reference binding...
next