]> granicus.if.org Git - clang/shortlog
clang
2010-01-12 John McCallSort overload results by viability.
2010-01-12 John McCallIntroduce a specific representation for the ambiguous...
2010-01-12 Ted KremenekChange clang_getUSR() to return a CXString instead...
2010-01-12 Ted KremenekMake createCXString() a static member function of class...
2010-01-12 Mike StumpAllow N_FIELDS to be 0.
2010-01-11 Ted KremenekCIndex:
2010-01-11 Douglas GregorEliminate an embarrassing performance regression in...
2010-01-11 David ChisnallReverted r93198; done without reading relevant PR.
2010-01-11 Fariborz JahanianFix rewriting for forward class declaration.
2010-01-11 Douglas GregorWhen performing name lookup into a scope, check that...
2010-01-11 David ChisnallAllow VLAs in C++ if in GNU mode (GNU C++ permits them...
2010-01-11 Douglas GregorC++0x [dcl.typedef]p4, take 3, where we actually figure...
2010-01-11 Douglas GregorUse isa<ElaboratedType> rather than getAs<ElaboratedTyp...
2010-01-11 Douglas GregorAdd test case from PR5763
2010-01-11 Douglas GregorAllow redefinitions of typedef-names within class scope...
2010-01-11 Fariborz JahanianFix a problem related to rewrite of anonymous unions.
2010-01-11 Benjamin KramerFix pasto.
2010-01-11 Chris LattnerUse the new isInteger() method in a couple places,...
2010-01-11 Douglas GregorWhen resolving a single function template specializatio...
2010-01-11 Douglas GregorTest case for naming of conversion function template...
2010-01-11 Benjamin KramerAvoid use of deprecated functions (CStrInCStrNoCase...
2010-01-11 Douglas GregorWhen computing surrogates for calls to a value of objec...
2010-01-11 Ken DyckChange return type of getObjCEncodingTypeSize() to...
2010-01-11 David ChisnallFix type mismatch on 64-bit platforms (GNU ObjC).
2010-01-11 Douglas GregorRemove some pointless FIXMEs. No functionality change
2010-01-11 Douglas GregorAdd support for out-of-line definitions of conversion...
2010-01-11 Douglas GregorTighten up the "cannot return array or function type...
2010-01-11 Douglas GregorImplement name lookup for conversion function template...
2010-01-11 Fariborz JahanianFixup rewrite of ivars accessed via an explicit object
2010-01-11 Ken DyckRoll out ASTContext::getTypeSizeInChars(), replacing...
2010-01-11 Sebastian RedlMake Clang complain about taking the address of an...
2010-01-11 Zhongxing XuEnhance ScanReachableSymbols::scan(). Now another OSAto...
2010-01-11 Zhongxing XuEnhance SVals::getAsRegion: get the region that is...
2010-01-11 Chris Lattneradd a TODO for a perf improvement in LexIdentifier.
2010-01-11 Ted KremenekSwitch RegionStore over to using <BaseRegion+raw offset...
2010-01-11 Ted KremenekPreliminary reworking of value-binding logic in RegionS...
2010-01-10 Sean HuntDo not parse hexadecimal floating point literals in...
2010-01-10 Douglas GregorImprove code completion by introducing patterns for...
2010-01-10 Ted KremenekMake sure this test case tests analyzing both x86_64...
2010-01-10 Benjamin KramerSilence MSVC warning.
2010-01-10 Anton KorobeynikovMake clone() method out-of-line for Attr classes.
2010-01-10 Anton KorobeynikovTry to make cmake happy
2010-01-10 Anton KorobeynikovGeneralize target weirdness handling having proper...
2010-01-10 Anton KorobeynikovRename file to generalization in next commits
2010-01-10 Benjamin KramerSimplify code. No functionality change.
2010-01-10 Zhongxing XuEnhance test case.
2010-01-10 Chris Lattnerstringref'ize a bunch of filename handling logic. ...
2010-01-10 Chris Lattnertry to make this more stable?
2010-01-10 Daniel DunbarFix PR5982, a refacto in checking for '=' in a -D argument.
2010-01-10 Daniel DunbarFix a FIXME.
2010-01-10 Daniel DunbarDarwin/ld: Don't pass '-weak_reference_mismatches non...
2010-01-10 Chris Lattneradd comment to test.
2010-01-10 Chris Lattnerclarify comment.
2010-01-10 Chris Lattnerimplement rdar://7520940: published framework headers...
2010-01-09 Ted KremenekFix overzealous assertion in GRExprEngine::VisitLValue...
2010-01-09 Chris Lattnerimplement -ftabstop=width, patch by Christian Adåker
2010-01-09 Chris Lattnerrevert 91891, a workaround for PR5514.
2010-01-09 Chris Lattnerimplement codegen support for preinc as an lvalue,...
2010-01-09 Chris Lattnerrefactor pre/postinc logic into CGF and require the...
2010-01-09 Chris Lattnerrevert r92749, which is just dead code.
2010-01-09 Chris Lattnermake missing prototypes warn by default in c99 mode...
2010-01-09 Chris Lattneradd a bunch of missing prototypes to tests
2010-01-09 Ted KremenekFix broken diagnostic when returning the address of...
2010-01-09 Benjamin KramerSimplify with StringSwitch.
2010-01-09 Chris Lattner2010 is here.
2010-01-09 Benjamin KramerHopefully unbreak build with g++ >= 4.3.
2010-01-09 Benjamin KramerUse MacroBuilder for TargetDefines instead of std:...
2010-01-09 Benjamin KramerMove MacroBuilder into Frontend/Utils.h and clean it...
2010-01-09 Benjamin KramerRework InitPreprocessor to use a MacroBuilder class...
2010-01-09 Kovarththanan... Switch UndefineBuiltinMacro() over to using StringRef
2010-01-09 Kovarththanan... Switch DefineBuiltinMacro() over to using StringRef
2010-01-09 Zhongxing XuWhen binding an rvalue to a reference, create a tempora...
2010-01-09 Chris Lattnerimprove support for dragonfly, patch by Sascha Wildner!
2010-01-08 Mike StumpFix indentation.
2010-01-08 Mike StumpAdd in final overrider logic.
2010-01-08 Ted KremenekFix handling in GRExprEngine of 'default' branch in...
2010-01-08 John McCallOrganize testcase into namespaces.
2010-01-08 Ted KremenekFor now, add back clang_getDeclSource().
2010-01-08 John McCallChange the printing of OR_Deleted overload results...
2010-01-08 Dan GohmanUse -fno-math-errno by default, and remove the IsMathEr...
2010-01-08 Fariborz Jahanianclang ObjC rewriter: generated code used in "for (x...
2010-01-08 John McCallReorganize PrintOverloadCandidates. No functionality...
2010-01-08 Eli FriedmanFix for PR5967: Make const-marking for LLVM globals...
2010-01-08 Douglas GregorImprove the fix-its for -Wparentheses to ensure that...
2010-01-08 David ChisnallExport a public symbol for classes with the GNU runtime.
2010-01-07 Ted KremenekMore crashtracer enhancements to CIndex. When "popping...
2010-01-07 Douglas GregorAdd an "implicit" bit to CXXThisExpr, so that we can...
2010-01-07 Fariborz JahanianFixes a bug where we were rewriting two definitions of
2010-01-07 Mike StumpAdd checker for type infos.
2010-01-07 Ted KremenekTidy up crashtracer logic in CIndex.
2010-01-07 Mike StumpAdd checked for VTTs.
2010-01-07 Mike StumpDetailed vtable checker.
2010-01-07 Fariborz JahanianFixes a bug in my last patch (related to radar 7490331).
2010-01-07 Mike Stump1/2 off all structs should not have any virtual functions.
2010-01-07 Mike StumpAdd a descriptive tag to each line to make the exact...
2010-01-07 John McCallWhen parsing an identifier as an expression in C++...
2010-01-07 Mike StumpDon't use two argument mixing function.
2010-01-07 Mike StumpAlso generate the .s files.
2010-01-07 Mike StumpAdd a testcase generator for vtable/rtti testing. ...
2010-01-07 Fariborz JahanianAvoid error when convering a pointer to integer in
next