]> granicus.if.org Git - clang/shortlog
clang
2010-10-26 Douglas GregorI hate this test
2010-10-26 Dan GohmanFactor out the code for emitting code to load vtable...
2010-10-26 Douglas GregorSomething is seriously wonky with this test
2010-10-26 Douglas GregorFix silly typo
2010-10-26 Douglas GregorTeach typo correction not to return the same keyword...
2010-10-26 John McCallOptimize field space usage in CompoundStmt, LabelStmt...
2010-10-26 John McCallNo really, we don't have a retain/release system for...
2010-10-26 John McCallCookie crumbs.
2010-10-26 John McCallActually, that doesn't really work, and anyway we shoul...
2010-10-26 John McCallConsider conversions of Objective-C pointers to 'id...
2010-10-26 Douglas GregorDelay complete-type checking for arguments to no-protot...
2010-10-26 John McCallA couple of tweaks to the visibility rules:
2010-10-26 John McCallPending further discussion, re-enable warnings for...
2010-10-26 Douglas GregorWhen de-serializing a type that is supposed to be canon...
2010-10-26 Ted KremenekFix lazy symbolication bug in RegionStore involving...
2010-10-26 Ted KremenekMove 'includeGlobals' as a field into ClusterAnalysis.
2010-10-26 Ted KremenekTweak null dereference checker to give better diagnosti...
2010-10-25 Dan GohmanAdd infrastructure for emitting TBAA metadata with...
2010-10-25 Fariborz JahanianPatch for mis-compile of statement expressions with
2010-10-25 Dan GohmanTrim an unnecessary #include.
2010-10-25 Dan GohmanFactor out the code for creating the Root and Char...
2010-10-25 Eric ChristopherAdd and describe a quick script to migrate gcc builtins...
2010-10-25 Douglas GregorLook through the address-of operator to find the functi...
2010-10-25 Douglas GregorWhen we're calling a function that we know based on...
2010-10-25 Ted KremenekAdd check for UnknownVals for mutexes in ObjCAtSyncChec...
2010-10-25 David ChisnallOnly warn for mismatched types in Objective-C methods...
2010-10-25 Chandler CarruthImprove the tracking of source locations for parenthese...
2010-10-25 Marcin SwiderskiAdded generation of destructors for member constant...
2010-10-25 Marcin SwiderskiAdded generation of destructors for constant size arrays.
2010-10-24 Peter CollingbourneImplement GNU C extension: two types are compatible...
2010-10-24 Argyrios KyrtzidisKeep track in chained PCH of implicit members that...
2010-10-24 Argyrios KyrtzidisStart fleshing out ASTMutationListener; notify when...
2010-10-24 Argyrios KyrtzidisIntroduce a DeclsToRewrite field in ASTWrite, used...
2010-10-24 Argyrios KyrtzidisSome method renaming, no functionality change.
2010-10-24 Argyrios KyrtzidisRefactoring.
2010-10-24 Argyrios KyrtzidisPut the mechanism in place to track modifications in...
2010-10-24 Argyrios KyrtzidisSimplify and "robust-ify" the way that CXXRecord refere...
2010-10-24 Argyrios KyrtzidisMinor refactoring; Pull reading/writing DefinitionData...
2010-10-24 Anders CarlssonFix tyop.
2010-10-24 Marcin Swiderski- Fixed subexpressions evaluation order for binary...
2010-10-24 Anders CarlssonMove the "used but marked unused" warning behind a...
2010-10-23 Douglas GregorC++ [basic.scope.hiding] allows an ordinary name to...
2010-10-23 Chandler CarruthUpdate remaining attribute macros to new style.
2010-10-23 Chandler CarruthUpdate to use 'LLVM_*' macro names for attributes.
2010-10-22 Anders CarlssonWarn if a variable marked with the "unused" attribute...
2010-10-22 John McCallParse attributes on enumerators and instantiate attribu...
2010-10-22 Anders CarlssonMinor tweak so that fixit-errors.c is never compiled...
2010-10-22 Fariborz JahanianUpdate compatibility page for objective-c.
2010-10-22 Douglas GregorTeach clang_getCursorReferenced() and friends about...
2010-10-22 Douglas GregorIn the presence of using declarations, we can find...
2010-10-22 Ted KremenekFix a horrible bug in all dataflow analyses that use...
2010-10-22 Ted KremenekFix '-analyzer-display-progress' for Objective-C method...
2010-10-22 Fariborz JahanianTest emoved.
2010-10-22 Fariborz JahanianAfter discussion with Doug and John, I am reverting
2010-10-22 Dale JohannesenChange handling of inline asm 'p' constraint to match...
2010-10-22 John McCallSubstantially revise how clang computes the visibility...
2010-10-22 Fariborz JahanianPatch fixes miscompile with non-trivial copy constructo...
2010-10-22 Devang PatelDelay record type's debug info emission, in -flimit...
2010-10-22 Devang PatelRevert unintentional check-in.
2010-10-22 Douglas GregorWhen we perform name lookup for a template, we may...
2010-10-22 Oscar FuentesDon't try to guess svn version when current path is...
2010-10-22 Devang PatelTidy up MIPS_linkage name. Provide it only if it does...
2010-10-22 Benjamin KramerMore class anonymization.
2010-10-22 Benjamin KramerMove classes into anonymous namespaces.
2010-10-22 Douglas GregorWhen performing name lookup for a namespace definition...
2010-10-21 Douglas GregorTeach the C++ simple-type-specifier parser and tentativ...
2010-10-21 Douglas GregorUpdate clang_getCursor() test to check searches on...
2010-10-21 Dan GohmanRename clang's TBAA tree root from "experimental" to...
2010-10-21 Ted KremenekTweak diagnostics for redeclaration of a @property...
2010-10-21 Ted KremenekTidy up comment (remove extraneous text).
2010-10-21 Dan GohmanAdd some more comments.
2010-10-21 Douglas GregorImplement the integral promotion rules for the C++0x...
2010-10-21 Douglas GregorDiagnose the declaration of template template parameter...
2010-10-21 Douglas GregorAlways treat 'main' as an extern "C" function, so that...
2010-10-21 Douglas GregorWhen checking whether a return statement returns a...
2010-10-21 Francois PichetRevert r117005, WIN32 is not predefined after all.
2010-10-21 Ted KremenekTweak the ObjCAtSyncChecker to assume that a mutex...
2010-10-21 Francois PichetMSVC defines WIN32 as a predefined macro.
2010-10-21 Michael J.... Targets: Fix MinGW and VisualStudio predefined macros.
2010-10-21 Douglas GregorImprove the implementation of libclang's token-annotati...
2010-10-21 Michael J.... Add test for Windows predefined macros.
2010-10-21 Michael J.... Reorganize predefined macros for all Windows targets.
2010-10-21 Ted KremenekPreviously, the printf warnings would say your argument...
2010-10-21 Ted KremenekRemove unused variable.
2010-10-21 Andrew Trickputback r116782, it's a safe fix and should not break...
2010-10-21 Michael J.... Fix Whitespace.
2010-10-21 Michael J.... Revert "Cleanup and fix predefined macros for windows."
2010-10-21 Michael J.... Cleanup and fix predefined macros for windows.
2010-10-21 Craig SilversteinPass TInfo to CXXDestructorDecl::Create(), just like...
2010-10-20 Andrew Trickrevert r116782 & r116793 to fix msvc9 buildbots
2010-10-20 Argyrios KyrtzidisWhen implicit members are added to a C++ record, notify...
2010-10-20 Argyrios KyrtzidisModify the assumptions of an assert; the updated latest...
2010-10-20 Ted KremenekRemove obsolete GRAuditor and GRSimpleAPICheck, which...
2010-10-20 Ted KremenekConvert GRSimpleAPIChecks in BasicObjCFoundationChecks...
2010-10-20 Douglas GregorExtend the preprocessing record and libclang with suppo...
2010-10-20 Ted KremenekCall clang_disposeTokens() when we are done with the...
2010-10-20 Craig SilversteinGet FunctionDecl to recurse on FunctionTypeLoc rather...
2010-10-20 Argyrios KyrtzidisFix chained PCH issue; make sure all visible decls...
2010-10-20 Argyrios KyrtzidisMinor optimization; Try to iterator over redeclarations...
2010-10-20 Fariborz JahanianFixes a potential crash in rewriter when sending message
next