]> granicus.if.org Git - clang/shortlog
clang
2009-11-15 Chandler CarruthFix a missing include from r88876.
2009-11-15 Anders CarlssonWhen generating the deleting ctor, emit a call to delete.
2009-11-15 Anders CarlssonMake sure that virtual destructors have delete operators.
2009-11-15 Anders CarlssonAdd DeclarationName::dump().
2009-11-15 Mike StumpPeer through refernces for typeid. WIP.
2009-11-15 Anders CarlssonDeallocation functions must also be static.
2009-11-15 Anders Carlssonallocation functions are always static.
2009-11-15 Anders CarlssonFactor finding a deallocation function for a record...
2009-11-15 Mike StumpFix linux buildbots.
2009-11-15 Mike StumpFinish off zero check for typeid(*p) so that it will...
2009-11-15 Anders CarlssonIf we find a deallocation function in the class scope...
2009-11-15 Edward O'CallaghanAdd MIPS support to Triple for Linux and the PSP. Credi...
2009-11-15 Douglas GregorWhen performing a static downcast as part of a static_c...
2009-11-15 Douglas GregorDon't gratuitously mark the default constructors of...
2009-11-15 Douglas GregorWhen adding the underlying declaration of a decl to...
2009-11-15 Daniel DunbarAdd two new C++ lit tests suites, for testing Clang...
2009-11-15 Mike StumpImplement typeid for class types.
2009-11-15 Douglas GregorWhen looking for operator() to type-check a call to...
2009-11-15 Douglas GregorMake a couple more headers standalone
2009-11-15 Daniel DunbarAdd Clang-Syntax C++Tests; these don't run by default...
2009-11-15 Douglas GregorRemove an obviously-broken header, which still tries...
2009-11-15 Daniel DunbarUse the other excludes syntax.
2009-11-15 Douglas GregorMake some more headers standalone
2009-11-15 Douglas GregorIf any errors have occurred by the time we hit the...
2009-11-15 Daniel DunbarAdd TargetOptions and use it when constructing targets.
2009-11-15 Douglas GregorMake a few headers parse standalone
2009-11-15 Mike StumpFinish off support for typeinfo generation for classes.
2009-11-15 Daniel DunbarAdd a trivial example plugin, which prints the names...
2009-11-15 Daniel DunbarAdd examples dir, built with BUILD_EXAMPLES=1 (Makefile...
2009-11-15 Daniel DunbarAdd pluggable action support to clang-cc, via -plugin...
2009-11-14 Mike StumpFinisgh off rest of class_type_info rtti generation.
2009-11-14 Anders CarlssonWhen dumping implicit cast exprs, print out whether...
2009-11-14 Daniel DunbarMove the program action enum to FrontendOptions.
2009-11-14 Daniel DunbarAdd clang -mcpu=native support, patch by Roman Divacky...
2009-11-14 Anders CarlssonAdd an internal CreateRecordDecl that will create a...
2009-11-14 Anders CarlssonAlways build a builtin operator expression for the...
2009-11-14 Anders CarlssonHandle CK_BitCast in EmitCastLValue.
2009-11-14 Sebastian Redl- Have TryStaticImplicitCast set the cast kind to NoOp...
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...
next