]> granicus.if.org Git - clang/shortlog
clang
2009-04-24 Chris Lattnerfix the sizeof error recovery issue (sizeof-interface...
2009-04-24 Douglas GregorFix a pasto in the lookup of instance methods in the...
2009-04-24 Douglas GregorOnce the protocol list has been loaded from the PCH...
2009-04-24 Ted KremenekFix the same false positive reported in PR 2542 and...
2009-04-24 Douglas GregorFix two small but very nasty bugs in the PCH writer...
2009-04-24 Douglas GregorPCH support for the global method pool (= instance...
2009-04-24 Fariborz JahanianMinor refactoring. No intended change in behavior.
2009-04-24 Steve NaroffAdd PCH support for #import.
2009-04-24 Ted KremenekMinor refactoring: pass selector to getCommonMethodSumm...
2009-04-24 Ted Kremenekretain/release checker: more hacks to workaround false...
2009-04-24 Ted KremenekSentence case bug name.
2009-04-24 Ted Kremenekretain/release checker:
2009-04-24 Anders CarlssonMake CXXTemporaryObjectExpr inherit from CXXConstructExpr.
2009-04-24 Fariborz JahanianAvoid issuing spurious errors as side-effect of diagnosing
2009-04-24 Fariborz JahanianMinor refactoring. No change in functionality.
2009-04-24 Steve NaroffUse cast_or_null instead of ternary operator (suggested...
2009-04-24 Fariborz JahanianSome code clean up of objc2's bitmap layout.
2009-04-24 Steve NaroffAllow the next catoregory slot to be null.
2009-04-24 Chris Lattnerfix rdar://6816766 - Crash with function-like macro...
2009-04-24 Chris Lattnersimplification and speedup
2009-04-24 Anders CarlssonFix assert.
2009-04-24 Anders CarlssonCXXTempVarDecls aren't looked up. Fixes tests.
2009-04-24 Anders CarlssonAdd an ASTContext parameter to CXXTemporaryObjectExpr.
2009-04-24 Anders CarlssonAdd a VarDecl parameter to the CXXTemporaryObjectExpr...
2009-04-24 Anders CarlssonCreate a CXXConstructExpr instead of a CXXTemporaryObje...
2009-04-24 Douglas GregorMake sure that ObjCCompatibleAlias and ObjCImplementati...
2009-04-24 Anders CarlssonMake the CXXConstructExpr public and add a StmtClass...
2009-04-24 Anders CarlssonMove the CXXConstructExpr before the CXXTemporaryObject...
2009-04-24 Daniel DunbarDon't run dsymutil when making a fat executable direct...
2009-04-24 Douglas GregorEliminate Sema::ObjCAliasDecls. This is based on Steve...
2009-04-24 Sanjiv GuptaClang part of r69947. Reverting back 69574 as it is...
2009-04-24 Daniel DunbarAdd a test case for a somewhat obscure scenario.
2009-04-24 Douglas GregorFix Objective-C crashes
2009-04-24 Daniel DunbarWe don't accept this test anymore in a non-fragile...
2009-04-24 Chris LattnerFix rdar://6821047 - clang crashes on subscript of...
2009-04-24 Douglas GregorEliminate Sema::ObjCInterfaceDecls
2009-04-24 Douglas GregorEliminate Sema::ObjCImplementations, relying instead...
2009-04-23 Ted KremenekUpdate checker build.
2009-04-23 Douglas GregorEliminate Sema::ObjCProtocols. Instead, we place ObjCPr...
2009-04-23 Daniel DunbarCall ld, not collect2.
2009-04-23 Ted KremenekRefactor common logic in getMethodSummary() and getClas...
2009-04-23 Douglas GregorPCH support for categories in Objective-C interfaces.
2009-04-23 Douglas GregorPCH support for all of the predefined Objective-C types...
2009-04-23 Ted KremenekFurther cleanups to isTrackedObjectType().
2009-04-23 Fariborz JahanianDiagnose if an implementation implements a forward...
2009-04-23 Ted Kremenekretain/release checker: Don't call isTrackedObject...
2009-04-23 Ted KremenekTemporarily remove expected warnings.
2009-04-23 Ted Kremenekretain/release checker: For class methods, only treat...
2009-04-23 Chris Lattneraccept and ignore -Wconversion
2009-04-23 Ted KremenekPer discussions with Ken Ferry and Paul Marks (<rdar...
2009-04-23 Douglas GregorFix handling of C99 "extern inline" semantics when...
2009-04-23 Devang PatelHandle corner case where clang-cc is invoked directly...
2009-04-23 Ted KremenekFix PR 4033: the analyzer shouldn't crash on computed...
2009-04-23 Steve NaroffRemove @compatibility_alias regression.
2009-04-23 Ted KremenekBugReporter (extensive diagnostics): Recursively adjust...
2009-04-23 Chris LattnerFix rdar://6819438 - -Wmissing-noreturn not recognised...
2009-04-23 Fariborz JahanianRemoved bunch of FIXMEs no longer needed.
2009-04-23 Ted KremenekBugReporter (extensive diagnostics): Ignore parentheses...
2009-04-23 Steve NaroffMore PushOnScopeChain() FIXME's.
2009-04-23 Steve NaroffSema::ActOnStartClassInterface(): Use PushOnScopeChains().
2009-04-23 Steve NaroffAdd PCH read/write support for Objective-C Selectors.
2009-04-23 Daniel DunbarMark IMAGE_INFO as constant on x86_64-darwin.
2009-04-23 Chris Lattnerfix a problem producing debug info with global blocks.
2009-04-23 Daniel DunbarAdd implicit definition of objc_msgSend.
2009-04-23 Chris Lattnerimplement debug info for _Complex.
2009-04-23 Chris Lattnerthe logic for computing __func__ and friends is really...
2009-04-23 Chris Lattnerremove some gone files
2009-04-23 Daniel DunbarDon't build error/warning/assertion detection in the...
2009-04-23 Chris Lattnersome arm triples have weird characters in them, just...
2009-04-23 Chris LattnerSilence warnings about common forms of -Wstrict-aliasin...
2009-04-23 Douglas GregorPCH (de-)serialization of the protocols in an ObjCInter...
2009-04-23 Douglas GregorAdd the PCH reader stub for ObjCCompatibleAliasDecl
2009-04-23 Douglas GregorPCH support for ObjCPropertyImplDecl
2009-04-23 Douglas GregorThe ivars in an ObjCImplementationDecl are now stored...
2009-04-23 Douglas GregorPCH support for ObjCCategoryImplDecl (which can't be...
2009-04-23 Douglas GregorPCH (de-)serialization for ObjCImplDecl. This can't...
2009-04-23 Anders CarlssonAdd a CXXConstructExpr that represents an implicit...
2009-04-23 Daniel DunbarUse std::sort instead of qsort.
2009-04-23 Douglas GregorEliminate the three SmallVectors in ObjCImplDecl (for...
2009-04-22 Douglas GregorPCH support for Objective-C property declarations ...
2009-04-22 Fariborz Jahanianivar layout bitmap is alive!
2009-04-22 Douglas GregorAdd PCH statistics for the number/percent of lexical...
2009-04-22 Ted KremenekAdd PathDiagnosticRange to PathDiagnostics. These simpl...
2009-04-22 Douglas GregorSupport locally-declared external declarations in PCH...
2009-04-22 Douglas GregorClean up and de-XFAIL-ify PCH test for external definitions
2009-04-22 Chris Lattnerremove obsolete tests.
2009-04-22 Douglas GregorSupport tentative definitions in precompiled headers...
2009-04-22 Douglas GregorRemove the serialization code that predates precompiled
2009-04-22 Douglas GregorEliminate some FIXMEs in the PCH reader that were eithe...
2009-04-22 Douglas GregorEliminate Sema::KnownFunctionIDs, so that Sema doesn...
2009-04-22 Ted KremenekBugReporter (extensive diagnostics): Use correct locati...
2009-04-22 Ted KremenekBugReporter (extensive diagnostics): always add an...
2009-04-22 Eli FriedmanAdd handling for complex->int, int->complex float,...
2009-04-22 Douglas GregorMinimize the number and kind of "external definitions...
2009-04-22 Chris LattnerAdd missing dependency, patch by Jason Haslam!
2009-04-22 Douglas GregorLazy loading of builtins for precompiled headers.
2009-04-22 Ted KremenekBugReporter (extensive diagnostics):
2009-04-22 Ted KremenekBugReporter (extensive diagnostic algorithm): The initi...
2009-04-22 Ted KremenekPathDiagnosticLocation: ranges for terminators now...
2009-04-22 Daniel DunbarReapply r69771, with updates & fixes:
next