]> granicus.if.org Git - clang/shortlog
clang
2009-07-30 Mike StumpFix type to be consistent with the rest of the code.
2009-07-30 Mike StumpAdd ability to layout the vtable pointer in trivial...
2009-07-30 Eli FriedmanFix gcc warning.
2009-07-30 Fariborz Jahanianir-gen for nested non-virtual base member access
2009-07-30 Eli FriedmanAdd support for -Wno-long-long.
2009-07-30 Argyrios KyrtzidisAdd support for ObjC message expressions, in the Analyzer:
2009-07-30 Argyrios KyrtzidisUpdate CMake.
2009-07-29 Argyrios KyrtzidisSupport ObjC methods as Entities.
2009-07-29 Douglas GregorThere's no point in going through the getAs<TagType...
2009-07-29 Argyrios KyrtzidisUse a STL helper template 'pair_value_iterator', by...
2009-07-29 Argyrios KyrtzidisAdd ObjCMethodDecl::isThisDeclarationADefinition().
2009-07-29 Argyrios KyrtzidisIndex the selectors and provide the translation units...
2009-07-29 Argyrios KyrtzidisAdd TranslationUnit::getSelectorMap().
2009-07-29 Argyrios KyrtzidisIntroduce SelectorMap whose purpose is to map selectors...
2009-07-29 Argyrios KyrtzidisFind references inside blocks.
2009-07-29 Argyrios KyrtzidisUse helper class ASTVisitor to fully traverse an AST.
2009-07-29 Argyrios KyrtzidisIntroduce the GlobalSelector class in the Indexing...
2009-07-29 Argyrios KyrtzidisUse an IdentifierTable for names used for Entities.
2009-07-29 Argyrios Kyrtzidis-Introduce the idx::Analyzer class used for getting...
2009-07-29 Argyrios KyrtzidisIntroduce TULocation and TULocationHandler classes.
2009-07-29 Argyrios KyrtzidisModify the Indexer class so that it can return the...
2009-07-29 Argyrios KyrtzidisAdd Entity::getInternalDecl() to be used only on Entiti...
2009-07-29 Argyrios KyrtzidisConstify ASTLocation::print.
2009-07-29 Argyrios KyrtzidisFix some comments.
2009-07-29 Argyrios KyrtzidisAdd getDeclReferenceMap() to the abstract interface...
2009-07-29 Argyrios KyrtzidisRemove the TranslationUnit usage from clang-wpa.cpp...
2009-07-29 Argyrios KyrtzidisIntroduce a helper template for the Handler classes...
2009-07-29 Argyrios KyrtzidisAdd an assert.
2009-07-29 Argyrios KyrtzidisAccept Handler objects in parameters as references.
2009-07-29 Argyrios KyrtzidisRename EntityHandler::HandleEntity to Handle.
2009-07-29 Argyrios Kyrtzidis-Make IndexProvider an abstract interface for getting...
2009-07-29 Douglas GregorMake tag declarations redeclarable. This change has...
2009-07-29 Douglas GregorEliminate an unused-variable warning
2009-07-29 Owen AndersonUpdate for LLVM API change.
2009-07-29 Ted KremenekChange uses of:
2009-07-29 Ted KremenekRemove 'StoreManager::OldCastRegion()', TypedViewRegion...
2009-07-29 Fariborz JahanianFixed test.
2009-07-29 Fariborz JahanianSome refactoring of member access for
2009-07-29 Eli FriedmanRefactor base/member initializers, and construct them...
2009-07-29 Fariborz JahanianCheck accessibility when converting object to the base
2009-07-29 Owen AndersonUpdate for LLVM API change.
2009-07-29 Fariborz JahanianNo longer need to keep base class offsets in the offset
2009-07-29 Fariborz JahanianPatch to provide cast of objects in member access
2009-07-29 Douglas Gregor[llvm up]
2009-07-29 Ted KremenekAdd an XFAILed test case that currently crashes for...
2009-07-29 Ted KremenekAdd another analyzer test case involving an OSAtomic...
2009-07-29 Ted KremenekRemove some uses of TypedViewRegion, and use getBaseReg...
2009-07-29 Ted KremenekMake StoreManager::InvalidateRegion() virtual, move...
2009-07-29 Ted KremenekAdd 'MemRegion::getBaseRegion()', a utility method...
2009-07-29 Ted KremenekcanSymbolicate() should only return true for integer...
2009-07-29 Sebastian RedlCheck for identical types in C++ catch expression....
2009-07-29 Daniel DunbarDon't use a formatted ostream when writing .ll either.
2009-07-29 Daniel DunbarDon't use a formatted ostream when writing .bc files...
2009-07-29 Douglas GregorWhen lookup of an identifier preceding a '<' finds...
2009-07-29 Daniel Dunbarscan-build: Don't try to index plist-html output direct...
2009-07-29 Douglas GregorRemove an obsolete kludge based on the previous, comple...
2009-07-29 Douglas GregorTest redefinition of class template partial specializations
2009-07-29 Douglas GregorUse the new statement/expression profiling code to...
2009-07-29 Fariborz JahanianUse the existing API for base offset. Use suitable...
2009-07-29 Douglas GregorMake the Python TestRunner work for individual tests
2009-07-29 Steve NaroffRemove an ObjC-specific XFAIL (and tweak test).
2009-07-29 Steve NaroffFix <rdar://problem/7100524> regression: "error: incomp...
2009-07-29 Steve NaroffIncorporate feedback from Chris (on r76979).
2009-07-29 Sebastian RedlMake functional-style casts emit correct messages,...
2009-07-29 Zhongxing Xuadd a fixme
2009-07-29 Zhongxing Xudelete an undefined method.
2009-07-29 Daniel DunbarMultiTestRunner: Reenable --vg option.
2009-07-29 Daniel DunbarDestroy the ASTConsumer prior to the Context, HTMLPrint...
2009-07-29 Daniel DunbarBlockScopeInfo::hasPrototype was uninitialized.
2009-07-29 Daniel DunbarCharLiteralParser::IsMultiChar was sometimes uninitialized.
2009-07-29 Daniel DunbarAdd missing '"'
2009-07-29 Fariborz JahanianCode refactoring to define getCXXRecordDeclForPointerType
2009-07-29 Mike StumpBe sure to turn on -fblocks.
2009-07-28 Mike StumpSome minor cleanups, thanks Chris.
2009-07-28 Mike StumpSome style fixes, thanks Chris.
2009-07-28 Mike StumpAdd support for -Wmissing-noreturn.
2009-07-28 Douglas GregorRefactor the code that produces a TemplateSpecializatio...
2009-07-28 Chris Lattnerremove extraneous braces
2009-07-28 Mike StumpAdd noreturn support for blocks.
2009-07-28 Fariborz Jahanianir-gen derived-to-base conversion in implicit casts.
2009-07-28 Owen AndersonUpdate for LLVM API change.
2009-07-28 Anders CarlssonRemove the old RecordOrganizer.
2009-07-28 Ted KremenekFix PR 4631. The compound initializers of unions were...
2009-07-28 Ted KremenekAdd missing break statement.
2009-07-28 Mike StumpUpdate comments.
2009-07-28 Ted KremenekFix regression in attribute 'nonnull' checking when...
2009-07-28 Anders CarlssonAdd a field for C++ specific data to ASTRecordLayout...
2009-07-28 Fariborz JahanianMore cleanup of data member access and then some.
2009-07-28 Owen AndersonUpdate for LLVM API change.
2009-07-28 Chris Lattnerfix PR4633: cast to void should silence the 'unused...
2009-07-28 Chris Lattneradd some fixme's
2009-07-28 Chris Lattnerthis test crashes, disable it harder.
2009-07-28 Fariborz JahanianSome code cleanup.
2009-07-28 Anders CarlssonMore CGRecordLayoutBuilder cleanup.
2009-07-28 Fariborz JahanianMore work toward data member access ir-gen.
2009-07-28 Anders CarlssonAdd two more tests.
2009-07-28 Douglas GregorAdd a template test that requires canonical expression...
2009-07-28 Douglas GregorFix a typo in a comment
2009-07-28 Douglas GregorProfiling the pointer of a canonical type is sufficient...
2009-07-28 Douglas GregorFinish profile support for statements.
next