]> granicus.if.org Git - clang/shortlog
clang
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:
2009-04-22 Douglas GregorRemove some debugging output from the PCH reader
2009-04-22 Ted Kremenekccc-analyzer: Don't create preprocessed files about...
2009-04-22 Daniel DunbarRemove lookupFieldDeclFromIvar from ObjCIvarDecl interface.
2009-04-22 Daniel DunbarSimplify addRecordToClass, it is not legal to call...
2009-04-22 Daniel DunbarDon't convert interface types (to structs) as part...
2009-04-22 Daniel DunbarAdd CGObjCRuntime::GetConcreteClassStruct to encapsulat...
2009-04-22 Daniel DunbarAdd another workaround for -include.
2009-04-22 Daniel DunbarSimplify.
2009-04-22 Daniel DunbarEmit meta data using the Ivar, not a looked up FieldDecl.
2009-04-22 Daniel DunbarUse ComputeIvarBaseOffset instead of looking up by...
2009-04-22 Daniel DunbarMerge ivar access amongst the three runtimes.
2009-04-22 Daniel DunbarMake sure this test runs on all 3 Objective-C implement...
2009-04-22 Chris Lattnerimplement debug info support for id<proto> and interfac...
2009-04-22 Chris LattnerObjCQualifiedClass is dead, remove it.
2009-04-22 Chris Lattnerdeserialization support for qualified interfaces
2009-04-22 Chris Lattnerpch support for protocol qualified id's.
2009-04-22 Chris Lattneradd three new objc expression types. @selector doesn...
2009-04-22 Chris Lattnerimplement serialization support for @encode,
2009-04-22 Chris Lattnerrename methods.* -> objc_methods.*
2009-04-22 Chris Lattnerchange implicit int warnings to point to the identifier...
2009-04-22 Ted KremenekUpdate checker build.
2009-04-22 Daniel DunbarMake ObjCInterfaceDecl's const in some more places.
2009-04-22 Douglas GregorReorganize built-in initialization to separate the...
2009-04-22 Daniel DunbarRevert r69771, I missed some (obvious) details. :/
2009-04-22 Daniel DunbarMark another TypeForDecl const and make getObjCInterfac...
2009-04-22 Daniel DunbarRework the shadow struct that is layed out for Objectiv...
2009-04-22 Chris LattnerFix rdar://6814950 - stdint.h isn't "-pedantic -std...
2009-04-22 Chris Lattnermove 64-bit abi functions to lazy model, everything...
2009-04-22 Chris Lattnerremove the last of the non-lazy objc runtime functions...
2009-04-22 Chris Lattnernumber of non-lazy runtime functions from 9 -> 4.
2009-04-22 Chris Lattnermake message send functions lazy, we're down from 14...
2009-04-22 Chris Lattnermove more EH stuff to being lazily created. An empty...
2009-04-22 Chris Lattnermake try/catch objc runtime functions be lazily generated.
2009-04-22 Chris Lattnerrename test
2009-04-22 Chris LattnerFix a problem with objc foreach loop. It turns out...
2009-04-22 Douglas GregorTest PCH support for VLAs
2009-04-22 Douglas GregorEliminate a FIXME in one of the PCH test cases
2009-04-22 Chris LattnerFix some mishandling of the attr(gnu_inline) mode when...
2009-04-21 Douglas GregorLazy deserialization of macro definitions for precompil...
2009-04-21 Ted KremenekFix crash reported in PR 3991. The analyzer doesn...
2009-04-21 Steve NaroffUpdate Xcode project with recently added files.
2009-04-21 Ted KremenekThis patch is largely due to Zhongxing Xu. I've simply...
2009-04-21 Chris Lattnerapply Eli's patch to fix PR4008, with a testcase. ...
next