]> granicus.if.org Git - clang/shortlog
clang
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...
2010-10-28 Argyrios KyrtzidisUse the ASTMutationListener to track when a named decl...
2010-10-28 Argyrios KyrtzidisProperly add chained template specializations.
2010-10-28 Argyrios KyrtzidisFix the re-serializing decls in a chained PCH mechanism.
2010-10-28 Argyrios KyrtzidisUse the ASTMutationListener to track added template...
2010-10-28 John McCallAbandon the type-visibility optimization for functions...
2010-10-28 John McCallWhen computing visibility, use the latest declaration...
2010-10-28 Ted KremenekAdd test case for <rdar://problem/8356342>.
2010-10-28 John McCallImplement the newest status quo for method override...
2010-10-28 Chris Lattnermake it really clear that vla != flexible arrays
2010-10-28 Ted KremenekDon't warn about unamed bitfield ivars in the ObjCUnuse...
2010-10-28 Dale JohannesenAhem. Add rest of D and Q registers to ARM inline...
2010-10-28 Stuart HastingsTest passes on Darwin; try to XFAIL on freebsd, linux...
2010-10-27 Dale JohannesenAdd D and Q register names to ARM inline asm handling.
2010-10-27 Devang PatelFix context info for enums.
2010-10-27 Blaine Garstsmall tweaks to reflect statements of what really ever...
2010-10-27 John McCallDon't override explicit visibility attributes on class...
2010-10-27 Douglas GregorMake AST deserialization for class template specializat...
2010-10-27 Blaine Garstreconcile missing typos & delete obsolete pre-SnowLeopa...
2010-10-27 John McCallRestore r117403 (fixing IR gen for bool atomics), this...
2010-10-27 Fariborz JahanianDecay array/function types of a statement-expression.
2010-10-27 Douglas GregorLazily load the next friend in the chain of FriendDecls...
2010-10-27 Fariborz Jahanianpatch to do array-to-pointer conversion in a
2010-10-27 Douglas GregorLazily load the "next" namespace in the chain of Namesp...
2010-10-27 Douglas GregorIntroduce libclang-level options for C++ precompiled...
2010-10-27 Rafael EspindolaRevert r117403 as it caused PR8480.
2010-10-27 Fariborz JahanianDo the guarding of instantiated static data members
2010-10-27 Douglas GregorDocument how source ranges work
2010-10-27 Douglas GregorAdd an environment variable that allows us to turn...
2010-10-27 Douglas GregorRemove redundant test
2010-10-27 Anders CarlssonAlso devirtualize calls to a member functions where...
2010-10-27 Anders CarlssonIf a virtual member function has the 'final' attribute...
2010-10-27 Chandler CarruthAdd helper for extracting the CXXRecordDecl for the...
2010-10-27 Zhongxing XuIf visiting RHS causes us to finish 'Block', e.g. the...
2010-10-27 John McCallAvoid calculating linkage until the more obvious checks...
2010-10-27 John McCallDon't compute linkage for a declaration as part of...
2010-10-26 Douglas GregorDisable this test until we figure out what madness...
2010-10-26 Dan GohmanAdd support for code completion on stdin.
2010-10-26 Fariborz JahanianPatch to provide guard when initializing instances
2010-10-26 John McCallExtract procedures to do scalar-to-memory and memory...
2010-10-26 Douglas GregorSign
2010-10-26 Dan GohmanSimplify this code: don't check for the same error two
2010-10-26 Dan GohmangetOrCreateContentCache never returns null, so override...
2010-10-26 Douglas GregorI hate this test
2010-10-26 Dan GohmanFactor out the code for emitting code to load vtable...
next