]> granicus.if.org Git - clang/shortlog
clang
2009-11-17 Eli FriedmanPR5526: Make sure to set the right cast kinds for the...
2009-11-17 Douglas GregorWhen querying type qualifiers on QualType via one of...
2009-11-17 Mike StumpEnsure we peer through () when handling typeid(*p).
2009-11-17 Ted KremenekRemove extra space in warn_maynot_respond diagnostic...
2009-11-17 Mike StumpNote why this doesn't yet work.
2009-11-17 Mike StumpTrim spacing.
2009-11-17 Mike StumpSince we always have 2 edges, we don't need to reserve...
2009-11-17 Mike StumpMinor CFG refinements for typeid and dynamic_cast.
2009-11-16 Eli FriedmanFix up EmitMemberInitializer to handle many more cases.
2009-11-16 Mike StumpTestcase for dynamic_cast.
2009-11-16 Eli FriedmanReorganize EmitMemberInitializer to put anonymous union...
2009-11-16 Eli FriedmanSimplify the AST a bit by skipping creating member...
2009-11-16 Eli FriedmanMake member initializers for union members work correctly.
2009-11-16 Mike StumpImplement dynamic_cast<void*>(E).
2009-11-16 Daniel DunbarUpdate test, I don't know why this changed but seems...
2009-11-16 Daniel DunbarTrim includes.
2009-11-16 Daniel DunbarStore more information in HeaderSearchOptions so that...
2009-11-16 Daniel Dunbarclang-cc: Eliminate cyclic dependency in initializing...
2009-11-16 Eli FriedmanImplement a few more cases for copy constructor synthesis.
2009-11-16 Douglas GregorFirst part of changes to eliminate problems with cv...
2009-11-16 Eli FriedmanClean up scalar cast kind handling; make cast kind...
2009-11-16 Mike StumpAudit done, all the required casts are already done.
2009-11-16 Devang Patelrevert r88963.
2009-11-16 Devang PatelUse TrackingVH to hold forward decl. This one is for...
2009-11-16 Eli FriedmanParallel fix to r88951: use TrackingVH to hold forward...
2009-11-16 Sebastian RedlRepair broken FindCompositePointerType. Correct early...
2009-11-16 Eli FriedmanFix valgrind uninitialized error.
2009-11-16 Devang PatelUse TrackingVH to hold forward decl.
2009-11-16 Ted KremenekFix condition in LocationCheck::classof(). Thanks...
2009-11-16 Rafael EspindolaUse configure options for searching for libstdc++.
2009-11-16 Mike StumpFix members to be public.
2009-11-16 Mike StumpMake bots happy.
2009-11-16 Eli FriedmanFix PR5488: special-case the overloaded arrow operator...
2009-11-16 David ChisnallFixed two minor differences between clang and GCC-gener...
2009-11-16 Fariborz JahanianHandle case of missing '@end' in implementation context
2009-11-16 Mike StumpFix spelling for target triplet.
2009-11-16 Anders CarlssonThe ssp and sspreq function attributes should only...
2009-11-16 Ken DyckParameterize the constant-generating macros in stdint...
2009-11-16 Duncan SandsPass a value for the isSigned parameter of CreateIntCas...
2009-11-16 Mike StumpImplement most of dynamic_cast. WIP.
2009-11-16 Mike StumpTry and fix buildbot issue.
2009-11-16 Eli FriedmanMake GetAddrOfConstantStringFromLiteral return a consta...
2009-11-16 Eli FriedmanSome minor cleanup for EmitCastLValue.
2009-11-16 Eli FriedmanSet the cast kind for a few more code paths.
2009-11-16 Eli FriedmanFix a couple of cases where we weren't generating the...
2009-11-16 Eli FriedmanImplement two-argument form of delete operator.
2009-11-16 Eli FriedmanFix test on Linux.
2009-11-16 Zhongxing Xu* Do the same thing to the basicstore as in r84163.
2009-11-16 Eli FriedmanAdd constant evaluation for comma operator with floatin...
2009-11-16 Zhongxing XuRemove an unused parameter.
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...
next