]> granicus.if.org Git - clang/shortlog
clang
2010-05-01 Daniel DunbarFix NON_ANSI_COMPILE_FLAGS setting, for MSVC.
2010-04-30 Ted KremenekAdd null check in CFGBuilder::VisitStmt() to make CFG...
2010-04-30 Daniel DunbarRename 'CIndex' to 'libclang', since it has basically...
2010-04-30 Ted KremenekDon't perform AnalysisBasedWarnings in Sema or run...
2010-04-30 Douglas GregorAfter substituting a template argument for a non-type...
2010-04-30 John McCallWhen synthesizing Objective C records, give the synthet...
2010-04-30 Douglas GregorFix a thinko that caused us not to compute __builtin_of...
2010-04-30 Douglas GregorTeach clang_getLocation() to cope with a NULL file...
2010-04-30 Anders CarlssonRemove an unnecessary parameter from EmitClassCopyAssig...
2010-04-30 Douglas GregorClean up our handling of local instantiation scopes...
2010-04-30 Daniel DunbarMove include installation steps to better location...
2010-04-30 David ChisnallFixed incorrect type of alloca (GNU runtime).
2010-04-30 Abramo BagnaraAdd calling convention related attributes to related...
2010-04-30 Abramo BagnaraAttribute noreturn is now put in declaration attributes...
2010-04-30 John McCallAn edge from a call expression to the exit block is...
2010-04-30 Douglas GregorFix ADL for types declared in transparent decls, from...
2010-04-30 Douglas GregorIntroduce a sequence number into class template partial
2010-04-30 John McCallAccount for the VTT argument when making an implicit...
2010-04-30 Douglas GregorWhen we start the definition of a class template, set the
2010-04-30 Zhongxing XuRemove unused trait.
2010-04-30 Zhongxing XuRefactor the AnalysisConsumer to analyze functions...
2010-04-30 John McCallFix a tentative-parse error with unqualified template...
2010-04-30 Douglas GregorFix pasto in this test
2010-04-30 Douglas GregorAdd Clang version inspection macros. Fixes PR6681.
2010-04-30 John McCallFix -fno-rtti -fexceptions by forcing the emission...
2010-04-30 Nate Begemanlogical ops, unary ops, pairwise ops
2010-04-30 John McCallTeach EHCleanupBlock to deal appropriately with the...
2010-04-30 Anders CarlssonGet the base class addresses before calling EmitClassCo...
2010-04-29 Anders CarlssonRemove an unnecessary argument to EmitClassCopyAssignment.
2010-04-29 John McCallRebuild the nested name specifiers in member-pointer...
2010-04-29 Nate BegemanComparisons.
2010-04-29 Ted KremenekDo not enable '-analyze-check-security-syntactic' by...
2010-04-29 Douglas GregorWhen determining a standard conversion sequence involve...
2010-04-29 Fariborz JahanianProperties cannot be synthesized by-dafult in
2010-04-29 Devang PatelUse clang::VarDecl name instead of llvm::GlobalVariable...
2010-04-29 Ted KremenekAdd USR support for 'static inline' functions (which...
2010-04-29 Ted KremenekRemove USRGenerator::VisitBlockDecl(). We don't need...
2010-04-29 Ted KremenekAdd test case for __has_feature(objc_weak_class).
2010-04-29 Nate BegemanStart stamping out the __builtin_neon stuff.
2010-04-29 Ted KremenekAdd FunctionDecl::isVariadic() to match BlockDecl:...
2010-04-29 Ted KremenekRename BlockDecl::IsVariadic() to BlockDecl::isVariadic...
2010-04-29 Daniel DunbarIRgen/NeXT: Put the synthesized _objc_super, _message_r...
2010-04-29 Daniel DunbarRemove a FIXME that is unlikely to be fixed (streaming...
2010-04-29 Daniel DunbarFrontend: Tie backend verification passes to CodeGenOpt...
2010-04-29 Ted KremenekBump Clang version number.
2010-04-29 Douglas GregorWhen performing partial ordering of class template...
2010-04-29 Douglas GregorFor template argument deduction from class template...
2010-04-29 Mon P WangA not equal for an unordered relation should return...
2010-04-29 Douglas GregorIt turns out that we *can* end up having to display...
2010-04-29 Ted KremenekAdd '__has_feature' support for weak ObjC classes.
2010-04-29 Ted KremenekSort '__has_feature' cases. No functionality change.
2010-04-29 John McCallTest case for r102578.
2010-04-29 John McCallAccess-check during template argument deduction from...
2010-04-29 Ted KremenekFix CFG crasher involving statement expressions reporte...
2010-04-29 John McCallProperly switch into the declaring scope of a template...
2010-04-29 Douglas GregorTeach __builtin_offsetof to compute the offsets of...
2010-04-28 Daniel Dunbarbuild: Add CLANG_NO_RUNTIME build variable, which disab...
2010-04-28 Daniel DunbarDriver: Add support for -fobjc-abi-version=.
2010-04-28 Sean HuntEnsure that cv-qualifiers are correctly removed for...
2010-04-28 Douglas GregorFix template instantiation for __builtin_offfsetof...
2010-04-28 Nate BegemanA bit more neon work, adds work (but the ABI is wrong...
2010-04-28 Douglas GregorDiagnose __builtin_offsetof expressions that refer...
2010-04-28 Fariborz JahanianSupport for construct/destruct of ivar array
2010-04-28 Douglas GregorCompletely reimplement __builtin_offsetof, based on...
2010-04-28 Fariborz JahanianIRGen for initialization/destruction of
2010-04-28 Chris Lattneradd regex support for -verify mode. You can now do...
2010-04-28 David ChisnallChanged signature of GenerateMessageSend() function...
2010-04-28 Nate BegemanStub out NEON support, more to come.
2010-04-28 Daniel DunbarRevert "Fix for PR6953: per gcc, regparm and noreturn...
2010-04-28 Fariborz JahanianMore of Sema to implement initialization of
2010-04-28 Benjamin KramerRemove unused function.
2010-04-28 Benjamin KramerReduce string trashing in getQualifiedNameAsString.
2010-04-28 David ChisnallEmit the correct symbol name for the class (GNU runtime).
2010-04-28 Abramo BagnaraWritten storage class for declarations inside linkage...
2010-04-28 Douglas GregorWhen the qualifier of a id-expression is non-dependent...
2010-04-28 Douglas GregorImprove name mangling for dependent template names...
2010-04-28 Douglas GregorWhen instantiating a function template specialization...
2010-04-28 John McCallProperly pass the address of a lazily-generated functio...
2010-04-27 Douglas GregorIt's okay to refer to non-type template parameters...
2010-04-27 Abramo BagnaraRemoved spaces at end of line. (Test commit.)
2010-04-27 Eli FriedmanFix for PR6953: per gcc, regparm and noreturn affect...
2010-04-27 Douglas GregorWhen explicitly building a temporary object (CXXTempora...
2010-04-27 David ChisnallFixed message send to void (broken by my last commit...
2010-04-27 Douglas GregorDiagnose the use of abstract types as array element...
2010-04-27 Douglas GregorDuring template instantiation, set the naming class of
2010-04-27 Benjamin KramerMore simplifications.
2010-04-27 Fariborz JahanianMove CollectIvarsToConstructOrDestruct to Sema
2010-04-27 Benjamin KramerSimplify some code. No change in functionality.
2010-04-27 Douglas GregorWhen checking the redeclaration context of a typedef...
2010-04-27 Douglas GregorDon't look into incomplete types when trying to warn...
2010-04-27 Douglas GregorCMake: Fix DESTDIR-related installation problem on...
2010-04-27 Douglas GregorWhen instantiating UnresolvedLookupExpr and UnresolvedM...
2010-04-27 Daniel DunbarSimplify.
2010-04-27 Daniel DunbarAdd Driver support for -fno-constant-cfstrings.
2010-04-27 David ChisnallEnsure return from a message to nil is always 0 (GNU...
2010-04-27 Daniel DunbarFix comments.
2010-04-27 Enea ZaffanellaWrap a couple of long lines. (Test commit.)
2010-04-27 John McCallImprove the diagnostic you get when making a qualified...
2010-04-27 John McCallMake the InjectedClassNameType the canonical type of...
2010-04-26 Fariborz JahanianNew method to construct/destruct ivars that have non...
next