]> granicus.if.org Git - clang/shortlog
clang
2011-02-22 Anders CarlssonMake clang -cc1 disable Objective-C exceptions by defau...
2011-02-22 Anders CarlssonMove some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 Richard SmithIn Objective-C, there are no trailing return types...
2011-02-22 Joerg SonnenbergerBug#8945: Add -cxx-isystem option to specify C++ system...
2011-02-22 Richard SmithFix a few auto-related issues:
2011-02-22 Richard SmithAdd reference to PR 9278 for archaeologists.
2011-02-21 Fariborz JahanianWarn when type modifiers on objc method declarations in
2011-02-21 David ChisnallThe instance size of a metaclass should be the size...
2011-02-21 Richard SmithC++0x's deduced auto is illegal in typedefs.
2011-02-21 Daniel DunbarTargets/Darwin: mcount name on Darwin needs to be unman...
2011-02-21 Ted KremenekFix a CFGBuilder bug exposed on convoluted control...
2011-02-21 Chris Lattneradd one more case of mismatched input/output constraints.
2011-02-21 Chris Lattnermore code restructuring, no functionality change.
2011-02-21 Chris Lattnersplit the iteration loop out to a helper function,...
2011-02-21 Chris Lattnerfix a comment.
2011-02-21 Stuart HastingsTest case for r126127 and r126141. Radar 9012638.
2011-02-21 Richard SmithMangling of undeduced 'auto' types, as specified by...
2011-02-21 Richard SmithTweaks to C++0x deduced auto type support:
2011-02-21 Ted KremenekFix call to send_error() in scan-view. An int error...
2011-02-21 John McCallDon't warn about static const integral data members...
2011-02-21 Fariborz JahanianTurn on 'auto' in plain objc mode.
2011-02-21 Chris LattnerPass the right linker flag in openbsd::Link::ConstructJob,
2011-02-21 Fariborz JahanianRemove warning on future change in ivar lookup rule
2011-02-21 John McCallReorganize subelement initialization checking, no funct...
2011-02-21 John McCallSmall optimization: avoid redundant checks of whether...
2011-02-21 John McCallPseudo-revirtualize CallExpr::getSourceRange by making...
2011-02-21 John McCallBind references to opaque r-values correctly. Add...
2011-02-21 NAKAMURA TakumiCMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and...
2011-02-21 John McCallRename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp...
2011-02-21 Chandler CarruthClean up the tests for warning about unused function...
2011-02-21 Chandler CarruthAllow -Wformat to be enabled without -Wformat-security...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Oscar FuentesNew function for tablegenning: clang_tablegen.
2011-02-20 Oscar FuentesCorrect name of dependent target.
2011-02-20 Daniel Dunbartests: Fix test on Win32.
2011-02-20 Benjamin KramerRemove unused function.
2011-02-20 Richard SmithTurn on __has_feature(cxx_auto_type). The feature is...
2011-02-20 Daniel DunbarRemove a dead variable.
2011-02-20 Richard SmithImplement the C++0x deduced 'auto' feature.
2011-02-20 Ken DyckExpand use of CharUnits in LayoutField(). No change...
2011-02-20 Ken DyckAdd const qualifier to getTypeInfoInChars().
2011-02-20 Richard SmithTest commit.
2011-02-20 Anders CarlssonAdd a LangOptions::areExceptionsEnabled and start using it.
2011-02-19 Anders CarlssonAdd a new ObjCExceptions member variable to LangOptions...
2011-02-19 Peter CollingbourneRe-instate r125819 and r125820 with no functionality...
2011-02-19 Chris LattnerFix PR9253, allowing attribute(aligned) to reduce the...
2011-02-19 Douglas GregorDon't produce "comparison is always (true|false)" warni...
2011-02-19 Chris Lattnerimplement a tiny amount of codegen support for gnu...
2011-02-19 Douglas GregorIn addition to in-class member functions marked with...
2011-02-19 Anders CarlssonThere's no need to return early if we encounter a try...
2011-02-19 Rafael EspindolaRevert 125820 and 125819 to fix PR9266.
2011-02-19 Oscar FuentesFix some add_dependencies.
2011-02-19 Douglas GregorHandle the resolution of a reference to a function...
2011-02-19 Peter CollingbourneReimplement Token::isAnnotation() using TokenKinds...
2011-02-19 Anders CarlssonDisallow try/catch/throw when exceptions are disabled.
2011-02-19 Douglas GregorThe member classes of a current instantiation aren...
2011-02-19 Anders CarlssonPass -fexceptions to all tests that use try/catch/throw.
2011-02-19 Douglas GregorTeach the virtual-functions-without-virtual-destructor...
2011-02-19 Douglas GregorRemove the Fix-It for "main must return 'int'", which...
2011-02-19 Ken DyckExpand use of CharUnits for alignments further. No...
2011-02-19 Douglas GregorRevert all of my commits that devirtualized the Decl...
2011-02-19 Jeffrey YasskinUse PARSE_ARGUMENTS to clean up add_clang_unittest...
2011-02-19 Argyrios Kyrtzidis[analyzer] '-analyzer-check-objc-mem' can go through...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Jeffrey YasskinRemove support and mc from the clang unittests' depende...
2011-02-19 Daniel DunbarDriver/Darwin: Support -Wl, with -Xarch_. This doesn...
2011-02-19 Argyrios KyrtzidisUse PointerUnion::getAddrOf instead of messing with...
2011-02-19 Ted KremenekChange 'StoreRef' back to 'Store' in GRState, shrinking...
2011-02-19 John McCallFix a -Wuninitialized warning; it's actually a false...
2011-02-19 John McCallWarn about code that uses variables and functions with...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Ted KremenekAdd 'StoreRef' smart pointer to allow more fine-grain...
2011-02-19 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-19 Argyrios Kyrtzidis[analyzer] Disable a test until inlining CXXConstructEx...
2011-02-19 Chandler CarruthImprove bool and char integral template argument printi...
2011-02-19 Chandler CarruthFix a missed case in the NULL operand to conditional...
2011-02-19 Chandler CarruthUpdate the test error messages to match the update...
2011-02-18 Chandler CarruthFix PR8767, improve diagnostic wording when allocating...
2011-02-18 Chandler CarruthInitial steps to improve diagnostics when there is...
2011-02-18 Chandler CarruthCheck for NULL child expressions before visiting them...
2011-02-18 Douglas GregorWhen code-completing a case statement for a switch...
2011-02-18 Devang PatelStart using enums from DIBuilder.
2011-02-18 Daniel DunbarMore correct fix for CMake breakage I was seeing, my...
2011-02-18 Ted KremenekUpdate text for where to file analyzer bugs.
2011-02-18 Fariborz JahanianTest case for // rdar://8850818
2011-02-18 Chris LattnerIf -fno-builtin is passed, tell TargetLibraryInfo to
2011-02-18 Douglas GregorSelector::getIdentifierInfoForSlot() can return NULL...
2011-02-18 Daniel DunbarUnbreak CMake build on MSVC9, chapuni please check.
2011-02-18 Chris Lattnerinstall a TargetLibraryInfo configured with the appropriate
2011-02-18 Argyrios Kyrtzidis[analyzer] Fix crash when analyzing C++ code.
2011-02-18 Chris Lattnerfix rdar://9024687, a crash on invalid that we used...
2011-02-18 Argyrios Kyrtzidis[analyzer] Fix a crash when analyzing C++ code.
2011-02-18 Argyrios KyrtzidisIntroduce ASTContext::getLogicalOperationType() to...
2011-02-18 Fariborz JahanianObjective-c armv7 API for atomic properties of
2011-02-18 Chris Lattneraccept and ignore a few things for better OpenBSD compa...
2011-02-18 NAKAMURA Takumi[Heikki Kultala] This patch contains the ABI changes...
2011-02-18 Chris Lattnerwe now support __label__
2011-02-18 Douglas GregorImplement C++0x [expr.static.cast]p9, which permits...
2011-02-18 John McCallThe flags we're supposed to write into a byref struct...
2011-02-18 Douglas GregorWhen building a qualified reference to a member of...
next