]> granicus.if.org Git - clang/shortlog
clang
2009-11-14 Anders CarlssonCanonicalize the type before trying to create a debug...
2009-11-14 Anders CarlssonHave CGDebugInfo::getOrCreateType cache the QualType...
2009-11-14 Daniel DunbarImprove test to make sure -fixit is really working.
2009-11-14 Benjamin KramerMove DISABLE_INLINE to the front of the decl so MSVC...
2009-11-14 Mike StumpBuild up more of the rtti info for a class. WIP.
2009-11-14 Mike StumpAdd the name to the rtti data structure.
2009-11-14 Benjamin KramerChange *BugReport constructors to take StringRefs.
2009-11-14 Daniel Dunbarclang-cc: Switch to using FrontendAction. Whee.
2009-11-14 Daniel DunbarAdd FrontendActions for all preprocessor based clang...
2009-11-14 Daniel DunbarAdd FrontendActions, which provides a FrontendAction...
2009-11-14 Daniel DunbarAdd FrontendAction interface, for encapsulating a ...
2009-11-14 Eli FriedmanAvoid assert-crash in a case where the expression passe...
2009-11-14 Eli FriedmanMake __func__ and friends work correctly within the...
2009-11-14 Daniel DunbarShuffle VerifyDiagnosticsClient API to be less fragile.
2009-11-14 Daniel DunbarAdd CompilerInstance::InitializeSourceManager.
2009-11-14 Eli FriedmanPR5462: Don't run off the edge of the argument array...
2009-11-14 Daniel DunbarUpdate FixIt tests to make it more obvious they use...
2009-11-14 Daniel DunbarTurn -fixit it back into a mode, but make -fixit-at...
2009-11-14 Eli FriedmanFix a couple of tests.
2009-11-14 Eli FriedmanPR5483: Generate missing form of destructor when it...
2009-11-14 Eli FriedmanFix for PR5489: don't skip the complete type requrireme...
2009-11-14 Douglas GregorWhen type-checking a static cast (or the static_cast...
2009-11-14 Daniel DunbarSwitch -verify implementation to use VerifyDiagnosticCl...
2009-11-14 Daniel DunbarFix broken tests, exposed by improved -verify.
2009-11-14 Daniel DunbarAdd VerifyDiagnosticsClient, to replace old -verify.
2009-11-14 Anders CarlssonDiagnose ambiguity of operator delete and operator...
2009-11-14 Daniel DunbarPass Preprocessor through DiagnosticClient::BeginSource...
2009-11-14 Daniel DunbarAdd ASTConsumer to CompilerInstance.
2009-11-14 Fariborz JahanianGenerate the old API when sending message to super
2009-11-14 Anders CarlssonHandle CXXDefaultArgExprs in EmitLValue. Fixes PR5484.
2009-11-14 Douglas GregorIf we attempt to add a constructor template specializat...
2009-11-14 Daniel DunbarAdd static version of Preprocessor::getSpelling.
2009-11-14 Daniel DunbarMove CompilerInstance::set* methods out-of-line.
2009-11-14 Ted KremenekMove definition of GRExprEngine::ProcessEndPath() out...
2009-11-14 Mike StumpMangling support for typeinfo names.
2009-11-13 Douglas GregorRevert r88718, which does NOT solve the constructor...
2009-11-13 Mike StumpHandle descructor printing better.
2009-11-13 Douglas GregorTemplate argument deduction of a non-type template...
2009-11-13 Douglas GregorA constructor template cannot be instantiated to a...
2009-11-13 Mike StumpAlso track address points for primaries bases.
2009-11-13 Fariborz JahanianCode gen. For virtual destructor call on array objects
2009-11-13 Mike StumpMore VTT and constructor vtable testcases from recent...
2009-11-13 Mike StumpAdd more testcase for construction vtables and VTTs.
2009-11-13 Mike StumpAdd some more VTT testcases.
2009-11-13 Eli FriedmanObvious fix for PR5474.
2009-11-13 Fariborz JahanianFixes a code gen. bug for array delete operator call
2009-11-13 Anders CarlssonClear temporaries in more places.
2009-11-13 Ted KremenekRemove test case's dependency on header file.
2009-11-13 Ted KremenekAdd two new test cases for the Malloc/Free checker...
2009-11-13 Ted KremenekAdd test case that shows a leak we don't catch.
2009-11-13 Mike StumpAdd a testcase for the recent VTT work.
2009-11-13 Fariborz JahanianCode gen for arrady delete operator. Fixes pr5472.
2009-11-13 Anders CarlssonFix bug Doug noticed.
2009-11-13 Daniel DunbarAdd test for expr.delete p5, with a FIXME.
2009-11-13 Devang PatelDo not store DIDescriptor directly into a container...
2009-11-13 Mike StumpThis falls into the category of stupid pet tricks....
2009-11-13 Ken Dyckadd missing slashes to separator line; also testing...
2009-11-13 Ted KremenekUse 'eq' operator, and enable regular experimental...
2009-11-13 Ted KremenekAdd clang-cc option "--analyzer-experimental-internal...
2009-11-13 Douglas GregorWhen performing copy initialization (= "implicit conver...
2009-11-13 Douglas GregorWhen transforming an expression statement (e.g., for...
2009-11-13 Daniel DunbarAdd CompilerInstance utility functions for creating...
2009-11-13 Anders CarlssonInstead of storing CXXMethodDecls in the vtable builder...
2009-11-13 Anders CarlssonDon't bind arguments to temporaries if the argument...
2009-11-13 Daniel DunbarRemove local splitLines reimplementation.
2009-11-13 Daniel DunbarAdd output file list to CompilerInstance, so that it...
2009-11-13 Daniel Dunbarclang-cc: Move output file initialization closer to...
2009-11-13 Daniel DunbarSimplify, in anticipation of introducing explicit actio...
2009-11-13 Daniel DunbarAdd CodeCompletion consumer to CompilerInvocation.
2009-11-13 Daniel DunbarRework Sema code completion interface.
2009-11-13 Daniel DunbarAdd CompilerInstance::createPCHExternalASTSource.
2009-11-13 Daniel DunbarAdd CompilerInstance::has* methods for testing if the...
2009-11-13 Daniel DunbarAdd ASTContext to CompilerInstance.
2009-11-13 Zhongxing XuMalloc checker basically works now.
2009-11-13 Zhongxing XuHook up Malloc checker.
2009-11-13 Zhongxing XuCheck in a new interface of Checker, which will soon...
2009-11-13 Zhongxing XuGRStateManager::CurrentStmt is not used. Remove it.
2009-11-13 Daniel DunbarAdd CompilerInstance::createDiagnostics, and move clang...
2009-11-13 Daniel DunbarAdd a FIXME.
2009-11-13 Daniel DunbarAdd Preprocessor to CompilerInstance, and move clang...
2009-11-13 Daniel DunbarWherein the TargetInfo argument to Preprocessor is...
2009-11-13 Zhongxing XuInclude header for printf.
2009-11-13 Rafael EspindolaUse StringRef::split instead of SplitString.
2009-11-13 Anders CarlssonAdd a special BuildVirtualCall that's going to be used...
2009-11-13 Anders CarlssonFix two bugs with temporaries:
2009-11-13 Anders CarlssonMove GlobalDecl to its own file. Also add DenseMapInfo...
2009-11-13 Daniel DunbarAdd {File,Source}Manager to CompilerInstance.
2009-11-13 Daniel DunbarAdd CompilerInstance, and starting moving clang-cc...
2009-11-13 Ted KremenekOnly flush plist diagnostics once.
2009-11-13 Ted KremenekFix recently introduced use-after-free error reported...
2009-11-13 Mike StumpRefine construction vtables; they don't include bits...
2009-11-13 Mike StumpRefine the construction vtables with respect to offsets...
2009-11-13 Daniel DunbarMove input kind identification (-x) into FrontendOptions.
2009-11-13 Ted KremenekPull static variable within function (for slightly...
2009-11-13 Mike StumpAllow the tracking of address points for construction...
2009-11-13 Ted Kremenekretain/release checker: refactor some of the summary...
2009-11-13 Ted KremenekAdd clang-cc option "-analyzer-experimental-checks...
2009-11-13 Daniel DunbarMove -target-{triple,abi} options into FrontendOptions.
2009-11-13 Daniel DunbarMove code completion options to clang-cc
2009-11-13 Chris Lattneradd a fixme, inheriting from PointerIntPair is gross :)
next