]> granicus.if.org Git - clang/shortlog
clang
2009-08-01 Daniel DunbarOk, ok, I give in. Fix tests for unused result warning.
2009-08-01 Ted KremenekTemporarily disable out-of-bounds checking. The curren...
2009-08-01 Daniel DunbarUse %S, not `pwd`, and enable a line that *does* work.
2009-08-01 Daniel Dunbarlit: Fix two sh lexing bugs.
2009-08-01 Daniel Dunbar'unset' isn't needed in these tests anymore, we always...
2009-08-01 Daniel Dunbarlit: Fix a name lookup problem, which only occurred...
2009-08-01 Daniel Dunbarlit: Pull a few more variables into the TestingConfig...
2009-08-01 Daniel Dunbarlit: Don't use threads when only running one test,...
2009-08-01 Daniel DunbarMultiTestRunner: Add 'sh' parsing to ShUtil.
2009-08-01 Anders CarlssonMore warnings for unused expressions.
2009-07-31 Mike StumpAdd beginnigs of rtti generation, wire up more of ...
2009-07-31 Anders CarlssonRemove the old struct builder code.
2009-07-31 Mike StumpAnd now we can generate a simple vtable. Still a work...
2009-07-31 Anders CarlssonMove code from EmitUnion directly into the function...
2009-07-31 Anders CarlssonUse the struct builder for unions.
2009-07-31 Mike StumpFixup spacing and 80-col violations.
2009-07-31 Owen AndersonUpdate for LLVM API change.
2009-07-31 Argyrios KyrtzidisFor a CXXOperatorCallExpr, fix the order that StmtLocRe...
2009-07-31 Douglas GregorMake the recanonicalization-for-an-out-of-line-definiti...
2009-07-31 Douglas GregorAllow one to update the type representation of the...
2009-07-31 Douglas GregorRemove a redundant getCanonicalType call
2009-07-31 Mike StumpAdd code to setup the vtable pointer in the constructor...
2009-07-31 Devang PatelNew test case for rev. 77694.
2009-07-31 Daniel DunbarMultiTestRunner: Fix invalid warning when pointing...
2009-07-31 Mike StumpFix spacing.
2009-07-31 Owen AndersonUpdate for LLVM API change.
2009-07-31 Douglas GregorFix 80-col violation
2009-07-31 Douglas GregorMake canonicalization of overloaded function declaratio...
2009-07-31 Douglas GregorCanonicalize template template parameters. We can't...
2009-07-31 Douglas GregorCanonicalize function parameters
2009-07-31 Daniel DunbarMultiTestRunner: Add module for lexing 'sh' commands.
2009-07-31 Daniel DunbarAdd missing test suffixes.
2009-07-31 Daniel DunbarMultiTestRunner: Simplify, cleanup, and rename!
2009-07-31 Douglas GregorCanonicalization and profiling for overloaded function...
2009-07-31 Douglas GregorCanonicalize dependent extended vector types.
2009-07-31 Ryan FlynnPR3679 - enable #pragma weak aliasing.
2009-07-31 John McCallRename Action::TagKind to Action::TagUseKind, which...
2009-07-31 John McCallsp.
2009-07-31 Mike StumpWhitespace around else canonicalization and fix 80...
2009-07-31 Eli FriedmanMake the check for the linkage of a template handle...
2009-07-31 Anders CarlssonAdd CK_DerivedToBase and use it PerformObjectMemberConv...
2009-07-31 Mike StumpFix build warnings.
2009-07-31 Anders CarlssonAdd a CastKind enum to CastExpr. Right now it's not...
2009-07-31 Ted KremenekFix use-after-release bug introduced in r77585 where...
2009-07-31 Douglas GregorBuild canonical types for dependently-sized array types.
2009-07-30 Ted KremenekAdd scan-build option '-no-failure-reports' to supress...
2009-07-30 Douglas GregorCanonicalization of dependent C++0x decltype types.
2009-07-30 Fariborz JahanianSynthesize the default constructor which has not
2009-07-30 Douglas GregorCanonicalization for dependent typeof(expr) types.
2009-07-30 Owen AndersonUpdate for LLVM API changes.
2009-07-30 Anders CarlssonDiagnose unused expression results for all statements...
2009-07-30 Anders CarlssonAdd casts to avoid a bunch of unused expr warnings...
2009-07-30 Mike StumpCanonicalize else spacing.
2009-07-30 Anders CarlssonFactor code out into a DiagnoseUnusedExprResult function.
2009-07-30 Mike StumpNote some other limitations.
2009-07-30 Mike StumpUpdate based upon comments. Explain why we have an...
2009-07-30 Mike StumpWe'll also need a vtable pointer if we have virtual...
2009-07-30 Douglas GregorWhat luck! Clang obtains support for refering to member...
2009-07-30 Fariborz JahanianPatch for future ir-gen for destructor calls.
2009-07-30 Ted KremenekLexically order files.
2009-07-30 Douglas GregorSupport out-of-line definitions of the members of class...
2009-07-30 Douglas GregorInitialize an otherwise-wild pointer. Fixes a crashy...
2009-07-30 Benjamin Kramerfix cmake build
2009-07-30 Zhongxing Xusimple fixes.
2009-07-30 Zhongxing XuMake AnalysisManager into its own source file and a...
2009-07-30 Daniel DunbarUpdate CMakeLists.txt
2009-07-30 Argyrios KyrtzidisFix Selector <-> GlobalSelector conversion.
2009-07-30 Ryan FlynnPR3679 - handle #pragma weak
2009-07-30 Daniel DunbarAdd -fblocks.
2009-07-30 Daniel DunbarMultiTestRunner: Stop printing XFAILs on every run...
2009-07-30 Zhongxing XuThis patch collects all analysis context data into...
2009-07-30 Eli FriedmanRemove bogus "unsupported" case for vectors (which...
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.
next