]> granicus.if.org Git - clang/shortlog
clang
2009-11-19 Douglas GregorImprove code-completion results for the flags in an...
2009-11-18 Fariborz JahanianDo not enter forward class 'Protocol' in decl context.
2009-11-18 Sebastian RedlDo overload resolution for compound assignment even...
2009-11-18 Douglas GregorRename CodeCompleteObjCProperty to something more speci...
2009-11-18 John McCallResolve this FIXME: unelaborated lookups are ambiguous...
2009-11-18 Douglas GregorCode completion after @dynamic
2009-11-18 John McCallOverhaul previous-declaration and overload checking...
2009-11-18 Douglas GregorTest case for parsing-recovery change to @synthesized
2009-11-18 Douglas GregorCode completion for Objective-C @synthesized.
2009-11-18 Fariborz Jahanianignore parens surounding the type when diagnosing
2009-11-18 Fariborz JahanianThis patch fixes a bug in misdiagnosing correct
2009-11-18 Sebastian RedlTrack overriding methods when instantiating a template...
2009-11-18 Daniel DunbarMake MSVC happy.
2009-11-18 Sebastian RedlPretend destructors are const and volatile. This allows...
2009-11-18 Sebastian RedlDon't generate superfluous and ambiguous built-in candi...
2009-11-18 Ken DyckConstruct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from...
2009-11-18 Ken DyckDefine intptr_t and uintptr_t in terms of their equival...
2009-11-18 Daniel DunbarUpdate test to stop scanning things in the predefines...
2009-11-18 Daniel DunbarDriver: Rework OptTable to have no dependency on the...
2009-11-18 Daniel DunbarDriver: Make local type name more distinct.
2009-11-18 Daniel DunbarDriver: Store Option ID field as unsigned to drop depen...
2009-11-18 Ken DyckPredefine __INTPTR_WIDTH__ for future use in stdint.h.
2009-11-18 Ken DyckRemove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built...
2009-11-18 Daniel DunbarUse llvm::sys::Path to check isAbsolute, instead of...
2009-11-18 Douglas GregorImprove diagnostics and recovery when parsing @synthesi...
2009-11-18 Ken DyckDefine INTMAX_C and UINTMAX_C in terms of the correspon...
2009-11-18 Ken DyckDefine INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms...
2009-11-18 Douglas GregorImplement code completion for Objective-C category...
2009-11-18 Mike StumpReflow to fit 80-col.
2009-11-18 Ken DyckDefine intmax_t and uintmax_t as the [u]intN_t type...
2009-11-18 Fariborz JahanianDon't warn if objc method param types in declaration and
2009-11-18 Mike StumpTrim whitespace.
2009-11-18 Fariborz JahanianImprove on diagnosing type mismatches because of
2009-11-18 Sebastian RedlCastsAwayConstness shouldn't care if member pointers...
2009-11-18 Daniel DunbarDriver: Switch Options.def to storing flags as a bitmas...
2009-11-18 Douglas GregorCode completion for Objective-C class names after ...
2009-11-18 Edward O'CallaghanFix passing stdc++ correctly in the FreeBSD toolchain...
2009-11-18 Benjamin KramerUpdate index tests for r89203.
2009-11-18 Ken DyckPredefine __INTMAX_WIDTH__ for the future parameterizat...
2009-11-18 Eli FriedmanMinor cleanup to member pointer handling.
2009-11-18 John McCallSplit LookupResult into its own header.
2009-11-18 Eli FriedmanClean up EmitPointerToDataMemberBinaryExpr a bit.
2009-11-18 Douglas GregorCode completion after @property, providing the names...
2009-11-18 Douglas GregorRename code-completion test to actually make sense
2009-11-18 Douglas GregorCode completion for Objective-C properly lists
2009-11-18 Mike StumpSet up vtable visibility appropriately.
2009-11-18 Eli FriedmanMake CreateOverloadedUnaryOp build the correct node...
2009-11-18 Mike StumpPropagate hidden to the _ZTS symbols appropriately...
2009-11-18 Eli FriedmanAdd an assertion to catch bad calls to EmitCallArgs.
2009-11-18 Eli FriedmanSimplify ActOnPostfixUnaryOp.
2009-11-18 Mike StumpBe sure to set visibility for ZTI symbols for classes...
2009-11-18 Mike StumpMake _ZTI symbols hidden. This speeds up the dynamic...
2009-11-18 John McCallIncremental progress on using declarations. Split...
2009-11-18 Ted KremenekAdd special clang_getCursor() support for @class. ...
2009-11-18 Douglas GregorCode completion for member accesses that involve Object...
2009-11-18 Douglas GregorEliminate some completely-redundant lookups
2009-11-18 Eli FriedmanPR5520: Make sure to check whether the base type is...
2009-11-18 Ted KremenekAdd ObjCClassDecl::getSourceRange().
2009-11-18 Eli FriedmanMissing piece of r89173.
2009-11-18 Eli FriedmanRefactor emitting call to delete operator into common...
2009-11-18 Mike StumpFix one last gotcha with typeid.
2009-11-18 Ted KremenekAdd SourceLocations to ObjCClassDecl for the class...
2009-11-18 Douglas GregorFinish code completion for Objective-C message sends
2009-11-17 Mike StumpCleanup.
2009-11-17 Mike StumpAdd rtti support for arrays, functiond without prototyp...
2009-11-17 Douglas GregorRename Objective-C message send completion functions...
2009-11-17 Douglas GregorRefactor code-completion support for message sends...
2009-11-17 Ted KremenekPass source locations of identifiers referenced by...
2009-11-17 Mike StumpAdd rtti info for function prototypes and refactor...
2009-11-17 Ted KremenekDo not register ObjCInterfaceDecls implicitly created...
2009-11-17 Fariborz JahanianThis patch finalizes implementatin of weak_import
2009-11-17 Mike StumpAdd rtti support for pointer to data members.
2009-11-17 Daniel DunbarDrop unnecessary #include.
2009-11-17 Daniel DunbarRemove unnecessary &&s.
2009-11-17 Fariborz JahanianMore cases for weak_import objective-c2 classes.
2009-11-17 Daniel DunbarFix -Asserts warning.
2009-11-17 Mike StumpAdd rtti support for non-member pointers. WIP.
2009-11-17 Fariborz JahanianMore support for weak_import objective-c2 class.
2009-11-17 Douglas GregorImprove location information when adding conversion...
2009-11-17 Benjamin Kramerfgetln is a BSDism; replace it with more portable code.
2009-11-17 Ted KremenekAdd c-index-test mode "-test-file-scan", which scans...
2009-11-17 Ted KremenekFix test case.
2009-11-17 David ChisnallAdded block type introspection support.
2009-11-17 David ChisnallFixed bug where ivar offsets were being initialized...
2009-11-17 Ted KremenekRename test.
2009-11-17 Ted KremenekAdd clang_getNullCursor() and clang_equalCursors()...
2009-11-17 Jakob Stoklund... Undo previous test fix. -split-phi-edges now disables...
2009-11-17 Fariborz JahanianStart support of weak_import objective-c classes.
2009-11-17 Ken DyckReplace (-INT8_C(128)), which uses an illegally out...
2009-11-17 Ted KremenekAllow "source_filename" to be an optional argument...
2009-11-17 Ted KremenekOrganize c-index-test into logic sections, and add...
2009-11-17 Ted KremenekClean up c-index-test command line usage a bit by requi...
2009-11-17 Sebastian RedlAdjust format attribute index for implicit object argum...
2009-11-17 Douglas GregorImplement code completion for Objective-C message sends...
2009-11-17 Fariborz JahanianFixes a typo, reported by Doug.
2009-11-17 Anders CarlssonFix PR5531.
2009-11-17 Douglas GregorMake sure, for sure this time, that expressions do...
2009-11-17 Douglas GregorAugment code-completion results to provide argument...
2009-11-17 Douglas GregorStringRef'ify CodeCompletionString
2009-11-17 Ken DyckUse the INTn_C integer constant macros to generate...
next