]> granicus.if.org Git - clang/shortlog
clang
2010-11-02 Ted KremenekHack to workaround deficiency in ObjC ASTs. Functions...
2010-11-02 John ThompsonTests for inline asm constraints, generic and x86.
2010-11-02 Daniel DunbarAdd link to LLVM releases page.
2010-11-02 Fariborz JahanianFixes an assertion violation when bind to temporary
2010-11-02 John McCallEnsure that static local variables in function template...
2010-11-02 Douglas GregorTeach code completion to provide property results when...
2010-11-02 Daniel DunbarDriver: Silently ignore -fasm-blocks for now instead...
2010-11-02 Rafael EspindolaAdd support for Fedora 14. Patch by Daniel Kozlowski.
2010-11-02 John McCallUnbreak private_extern, which apparently we had zero...
2010-11-02 Fariborz JahanianFix a crash mangling decayed val argument-typed function.
2010-11-02 Argyrios KyrtzidisProperly handle temporaries that are created in a AsmStmt.
2010-11-02 John McCallIgnore attributes on classes when calculating visibilit...
2010-11-02 Fariborz JahanianDiagnose a coherant message when @interface
2010-11-02 Douglas GregorTeach SourceManager::getPresumedLoc() how to fail grace...
2010-11-02 Douglas GregorWhen performing template argument deduction against...
2010-11-01 Douglas GregorMake my test case test what it meant to
2010-11-01 Ted KremenekEncapsulate within CXCursor the notion of whether a...
2010-11-01 Douglas GregorTeach the CStringChecker and PthreadLockChecker about...
2010-11-01 Douglas GregorEliminate an unused local variable
2010-11-01 Argyrios KyrtzidisClean up temporaries created by an asm statement. Fixes...
2010-11-01 Douglas GregorHarden Sema::MaybeBindTotemporary.
2010-11-01 Fariborz JahanianRestore patch for PR8453 which was undone in r117829
2010-11-01 Douglas GregorDo not compare invalid source locations
2010-11-01 Argyrios KyrtzidisEmit error when using a bound member function for somet...
2010-11-01 Douglas GregorRequire that the types of the parameters of a block...
2010-11-01 Devang PatelSimplify. Builtin types' context is always implied.
2010-11-01 Anders CarlssonDon't update empty field subobjects for bitfields....
2010-11-01 Douglas GregorPlug a leak in the preprocessing record's handling...
2010-11-01 Douglas GregorDisable some timing code
2010-11-01 Zhongxing XuExplicitly handle CXXBindTemporaryExpr, CXXFunctionalCa...
2010-11-01 Zhongxing XuNow initializer of C++ record type is visited as block...
2010-11-01 Zhongxing XuMake all CXXConstructExpr's block-level expressions...
2010-11-01 John McCallOnly apply -fvisibility-inlines-hidden to definitions...
2010-11-01 Anders CarlssonGet rid of more calls to getBaseClassOffsetInBits.
2010-10-31 Anders CarlssonPort over a couple of getVBaseClassOffsetInBits call...
2010-10-31 Anders CarlssonRename getBaseClassOffset to getBaseClassOffsetInBits...
2010-10-31 Anders CarlssonStart converting over the RecordLayoutBuilder next.
2010-10-31 Anders CarlssonEmptyObjectMap now uses CharUnits wherever possible.
2010-10-31 Anders CarlssonMore CharUnits conversion.
2010-10-31 Anders CarlssonMore CharUnits conversion.
2010-10-31 Anders CarlssonUse CharUnits in the EmptyClassOffsets map.
2010-10-31 Anders CarlssonAdd a DenseMapInfo specializaiton for CharUnits.
2010-10-31 Nick LewyckyCorrect typos and whitespace, spotted by Nico Weber!
2010-10-31 Nick LewyckyFix typo spotted by Nico Weber.
2010-10-31 Anders CarlssonBaby steps towards using only CharUnits for base class...
2010-10-31 Anders CarlssonTeach the constant expr evaluator about derived-to...
2010-10-31 Zhanyong WanMake Clang static analyzer skip function template defin...
2010-10-31 Anders CarlssonDon't try to evaluate the LHS or RHS of a member pointe...
2010-10-30 Argyrios KyrtzidisEmit an error when trying to form a pointer-to-member...
2010-10-30 Argyrios Kyrtzidisrenamed: test/SemaCXX/ptrtomember-badcall.cpp -...
2010-10-30 Daniel DunbarRevert r117678, "Qualified 'id' should implement all...
2010-10-30 Benjamin KramerTurns out that we may end up calling dladdr on GetExecu...
2010-10-30 Benjamin KramerThis function doesn't need external linkage either.
2010-10-30 John McCallBetter solution: calculate the visibility of functions...
2010-10-30 John McCallGCC faithfully calculates visibility for variables...
2010-10-30 Benjamin KramerUse the expanded form of S_ISREG. Hopefully this unbrea...
2010-10-30 Nick LewyckyPreserve the template type parameter name when instanti...
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2010-10-30 Douglas GregorFlush statements after writing each DECL_CXX_BASE_SPECI...
2010-10-30 Argyrios KyrtzidisDon't remove the init expression from the initializer...
2010-10-30 Argyrios KyrtzidisAdd test/SemaCXX/crash-PR7625.cpp into test/SemaCXX...
2010-10-30 Argyrios Kyrtzidistest/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cpp
2010-10-30 Ted KremenekAdd test case for <rdar://problem/8610363> (a bogus...
2010-10-30 Douglas GregorMake the deserialization of macro definitions lazy...
2010-10-30 John McCallWhen list-initializing a vector, try to copy-initialize...
2010-10-29 Dan GohmanDon't test isRegularFile before calling eraseFromDisk...
2010-10-29 Dale JohannesenHandle Type.h a better way.
2010-10-29 Fariborz JahanianImprove diagnostics reporting of un-implemented
2010-10-29 Dale JohannesenGenerate bitcasts going in and out of MMX parameters
2010-10-29 Dan GohmanUse CodeGenFunction's getContext(), for consistency.
2010-10-29 Dan GohmanThese functions don't need external linkage.
2010-10-29 Douglas GregorMake the deserialization of C++ base class specifiers...
2010-10-29 John McCallRestore r117644, this time properly ignoring -fvisibili...
2010-10-29 Rafael EspindolaUse objdir != srcdir in the getting started doc.
2010-10-29 Rafael EspindolaUpdate tests to not search of as.
2010-10-29 Rafael EspindolaSwitch to using the integrated assembler by default...
2010-10-29 Fariborz JahanianIf Consumer object failed to create due to some
2010-10-29 Fariborz JahanianQualified 'id' should implement all of static class...
2010-10-29 Devang PatelAfter processing named unions do not fall through to...
2010-10-29 Argyrios KyrtzidisWhen doing name lookup for members don't look into...
2010-10-29 Daniel DunbarRevert r117644, "Apply visibility in IR gen to variable...
2010-10-29 John McCallDon't assert on attempts to throw 'bool'. I wonder...
2010-10-29 John McCallApply visibility in IR gen to variables that are merely...
2010-10-29 Marcin SwiderskiAdded CFGTerminator class, that holds information about...
2010-10-29 Charles DavisAdd a hook to the CXXABI object to get the default...
2010-10-29 Ted KremenekDon't flag idempotent '+' or '-' warnings for pointer...
2010-10-29 Ted KremenekRemove old CrashTracer cruft from CIndex.
2010-10-29 John McCallWhen computing the visibility of a class member, calcul...
2010-10-28 Blaine Garstexpand discussion of __block C++ on-stack objects
2010-10-28 Devang PatelBasic types are language defined builtins. They are...
2010-10-28 John McCallWhen emitting l-values for bool non-__block decl refere...
2010-10-28 Daniel DunbarDriver/IA: Ignore -L for now, which users shouldn't...
2010-10-28 Devang PatelDirectly use NamespaceDecl->getLocation() to find the...
2010-10-28 John McCallDon't apply -fvisibility-inlines-hidden to extern templ...
2010-10-28 Devang PatelStay within 80 columns.
2010-10-28 Douglas GregorSimplify ASTUnit's internal timers, by not trying to...
2010-10-28 Argyrios KyrtzidisInitialize the ASTMutationListener. Thanks goes to...
2010-10-28 Argyrios KyrtzidisSwitch case IDs conflict between chained PCHs; since...
2010-10-28 John McCallImplement an indirect-goto optimization for goto *...
2010-10-28 Argyrios KyrtzidisRemove an assertion that hit on legitimate cases. A...
next