]> granicus.if.org Git - clang/shortlog
clang
2010-10-16 Daniel DunbarAdd an empty robots.txt, mostly just to reduce errors...
2010-10-16 Daniel DunbarAdd a favicon.ico, mostly just to reduce errors in...
2010-10-16 Daniel DunbarIRgen/Obj-C/NeXT: Fix the IR signature for objc_excepti...
2010-10-16 Fariborz JahanianFix a rewriting bug of rewriting properties declared in
2010-10-16 Ted KremenekTweak scan-build to work with naked clang commands.
2010-10-16 Chandler CarruthNot really sure how this worked, but it seems like...
2010-10-15 Douglas GregorAllow list-initialization of a local variable of class...
2010-10-15 Douglas GregorDisable this test again, which naturally fails on every...
2010-10-15 Ted KremenekTweak retain/release checker diagnostics to specify...
2010-10-15 Fariborz JahanianCheck for ivar being a C++ object before attempting to
2010-10-15 Daniel DunbarDriver: Error on -fno-for-scope, which we have no inten...
2010-10-15 Nick LewyckyReport the location of the syntax error inside a macro...
2010-10-15 Francois Pichetbool bit fields are causing problems with MSVC. Replace...
2010-10-15 Dan GohmanMention the paragraphs in the standards which sanction...
2010-10-15 Dan GohmanUse a different name for pointer types in tbaa, to...
2010-10-15 Dan GohmanAdd a comment.
2010-10-15 Dan GohmanFix a typo in a comment Frits van Bommel spotted.
2010-10-15 Dan GohmanExperimental TBAA support for enum types.
2010-10-15 Argyrios KyrtzidisAgain, add '-include-pch' option to the driver, so...
2010-10-15 Argyrios KyrtzidisRevert r116605, a lot more were committed by mistake.
2010-10-15 Argyrios KyrtzidisAdd '-include-pch' option to the driver, so it can...
2010-10-15 Fariborz JahanianEradicate IsSuper field from ObjCImplicitSetterGetterRe...
2010-10-15 Devang PatelTBAA = Type Based Alias Analysis
2010-10-15 Argyrios KyrtzidisRead/write to/from PCH DeclarationNameLocs, Declaration...
2010-10-15 Dan GohmanDon't leak the TBAA object.
2010-10-15 Dan GohmanAdd a comment about odd "signed char" incompatibility...
2010-10-15 David ChisnallAdd clang_getLocationForOffset() to libclang, for gives...
2010-10-15 Douglas GregorWhen performing typo correction, keep track of whether...
2010-10-15 Daniel DunbarDisable type.m while failures are investigated.
2010-10-15 Daniel DunbarMake test more consistent.
2010-10-15 Douglas GregorWhen we're in the context of an Objective-C message...
2010-10-15 Douglas GregorDiagnose C++ [class.mem]p13-14, where a class member...
2010-10-15 Gabor Greifzap trailing whitespace
2010-10-15 Gabor Greiftestcase for http://llvm.org/PR8371 of my last commit...
2010-10-15 Gabor Greiffix http://llvm.org/PR8371 in the straightforward way...
2010-10-15 Abramo BagnaraTreat __extension__ like ParenExpr.
2010-10-15 Craig SilversteinRecurse on a TypeLoc rather than a Type for TypedefDecl...
2010-10-15 John McCallDeath to blocks, or at least the word "block" in one...
2010-10-15 Douglas GregorDon't complain about a variable within a linkage-specif...
2010-10-15 Douglas GregorWhen we are missing the ',' or '>' to terminate a templ...
2010-10-15 Douglas GregorAdd builtin conditional operator candidates for scoped...
2010-10-15 Daniel DunbarUpdate CMake.
2010-10-15 Oscar FuentesCopied some flags from the Makefile build to the list...
2010-10-15 Dan GohmanAdd a TBAA type for pointer types.
2010-10-14 Dan GohmanUnsigned types are TBAA-compatible with their signed...
2010-10-14 Fariborz JahanianRewrite bug fix rewriting a property assignment when
2010-10-14 Dan GohmanExperimental TBAA support.
2010-10-14 Devang PatelUse root non-virtual primary base class, not just immed...
2010-10-14 Dan GohmanWire up the -fstrict-aliasing and -fno-strict-aliasing...
2010-10-14 John McCalltemplate-ids are looked up differently in friend declar...
2010-10-14 Douglas GregorWhen performing typo correction, look through the set...
2010-10-14 Douglas GregorMake sure that we diagnose invalid qualifiers on friend...
2010-10-14 John McCallAt Fariborz's request, a somewhat cleaner bit-combining...
2010-10-14 Andrew TrickReverting r116493: removes a test that failed on clang...
2010-10-14 Argyrios KyrtzidisFix compiler error that clang didn't report (probably...
2010-10-14 Fariborz JahanianPut line number on the diagnostic. //rdar: //8550657.
2010-10-14 Francois Pichetr116509 fixed the Win32 XFAIL.
2010-10-14 Douglas GregorTweak the typo-correction implementation to determine...
2010-10-14 Argyrios KyrtzidisStore in PCH the key function of C++ class to avoid...
2010-10-14 Argyrios KyrtzidisAllow deserialization of just the fields of a record...
2010-10-14 Argyrios KyrtzidisGive a default implementation for ASTDeserializationLis...
2010-10-14 Argyrios KyrtzidisIntroduce command line option -error-on-deserialized...
2010-10-14 Argyrios KyrtzidisDon't add the injected class name to the redeclarations...
2010-10-14 Argyrios KyrtzidisIntroduce command line option -dump-deserialized-decls...
2010-10-14 David ChisnallTest case for r116439
2010-10-14 Fariborz JahanianEliminate usage of ObjCSuperExpr used for
2010-10-14 Anton Yartsevsupport for AltiVec extensions from the Cell architecture
2010-10-14 Zhongxing XuCall PreVisitDeclStmt for C++ aggregate initializers...
2010-10-14 John McCallCompress bit fields / enums from ReferenceType, Builtin...
2010-10-14 John McCallWhoops. This really shouldn't compile in clang, either.
2010-10-14 John McCallPerform range restrictions on regparm when applied...
2010-10-14 John McCallTeach Diagnostic to recursively expand inside %plural...
2010-10-14 Chris Lattnerallow I128 suffixes in msextensions mode just like...
2010-10-13 Chris Lattnermove logic for computing signed integer overflow when...
2010-10-13 Douglas GregorDiagnose when a 'static' member function overrides...
2010-10-13 Douglas GregorGeneralize the checking for qualification of (non-frien...
2010-10-13 David ChisnallDon't claim that things that are Objective-C keywords...
2010-10-13 Douglas GregorEliminate the use of ObjCSuperExpr in code completion.
2010-10-13 Douglas GregorThere is no reason for dereferencing a pointer-to-membe...
2010-10-13 Douglas GregorUpdate Type::BitsRemainingInType
2010-10-13 Douglas Gregor_Bool is not a keyword in C++. Fixes PR7388 and PR8349.
2010-10-13 Douglas GregorPlace conversion warnings for non-type template argumen...
2010-10-13 Douglas GregorIntroduce a bit into Type that keeps track of whether...
2010-10-13 Douglas GregorFix a silly bug in the suppression of non-error diagnos...
2010-10-13 Douglas GregorCompute whether a type is variably modified as we build...
2010-10-13 Fariborz JahanianEliminates a clang warning.
2010-10-13 Rafael EspindolaCall InitSections when assembling. This makes clang...
2010-10-13 John McCallPreserve the original scope when picking the right...
2010-10-13 John McCallSupport friend function declarations in local classes...
2010-10-13 Argyrios KyrtzidisEmbrace C++ ABI 5.2.6 and consider that template instan...
2010-10-13 Douglas GregorTeach the warning about unnamed/local types in template...
2010-10-12 Douglas GregorIntroduce support for emitting diagnostics (warnings...
2010-10-12 Devang PatelFix debug info for anon union.
2010-10-12 Devang PatelFix anon union member assignment expression's location.
2010-10-12 John McCallHandle dependent friends more explicitly and deal with...
2010-10-12 Eli FriedmanPR8325: don't do destructor checking when a pointer...
2010-10-12 John McCallEnter the context of the declared function template...
2010-10-12 Douglas GregorWhen finalizing a function template specialization...
2010-10-12 Douglas GregorIf we end up instantiating a function parameter whose...
2010-10-12 Chris Lattnerfix PR7885, rejecting invalid uses of __builtin_constant_p.
next