]> granicus.if.org Git - clang/shortlog
clang
2009-08-27 Chris Lattnerconvert to filecheck and force a triple so that this...
2009-08-27 Ted KremenekCFG construction: Abort CFG construction when processin...
2009-08-27 Ted KremenekRename 'bindExpr' to 'BindExpr'.
2009-08-27 Ted KremenekMove the AnalysisContext* from GRState to Environment.
2009-08-27 Eli FriedmanDefine _GNU_SOURCE in C++ mode so that clang works...
2009-08-27 Eli FriedmanAdd __builtin_memchr (used by GNU libstdc++).
2009-08-27 Eli FriedmanClean up CodeGenFunction::EmitCastLValue to use the...
2009-08-27 Steve NaroffFill in Index.h header file and add stubs to implementa...
2009-08-27 Eli FriedmanFix for PR4794 (instantiating friend class decl); this...
2009-08-27 Sebastian RedlExtend the exception spec test even further. Now I...
2009-08-27 Eli FriedmanRemove unnecessary include.
2009-08-27 Eli FriedmanDon't create a junk file in the source directory.
2009-08-27 Eli FriedmanBack out bad piece of r80272. Will look at fixing...
2009-08-27 Eli FriedmanPR4794: Make instantiating friend class decls not crash.
2009-08-27 Anders CarlssonAdd an InOverloadResolution flag to TryCopyInitialization.
2009-08-27 Anders CarlssonRemove more default arguments.
2009-08-27 Anders CarlssonRemove default arguments from TryImplicitConversion...
2009-08-27 Eli FriedmanPR4800: Implement -Wpointer-arith. I think this is...
2009-08-27 Anders CarlssonRemove default argument from TryCopyInitialization.
2009-08-27 Anders CarlssonRevert the flags change for now, I have a better idea...
2009-08-27 Douglas GregorImplement instantiation of the declarations of member...
2009-08-27 Anders CarlssonAdd a OverloadResolutionFlags and start converting...
2009-08-27 Zhongxing XuRemove unused utility methods of GRStmtNodeBuilder.
2009-08-27 Zhongxing XuRemove unused utility methods of GRStmtNodeBuilder.
2009-08-27 Gabor Greifrestore indentation
2009-08-27 Gabor Greifadd missing header
2009-08-27 Zhongxing XuRemove a unused member variable. Instead query the...
2009-08-27 Gabor Greifiterator.h is no more. Be standards compliant.
2009-08-27 Douglas GregorWhen checking whether one declaration context encloses...
2009-08-27 Anders CarlssonDon't check member and base initializers if the constru...
2009-08-27 Anders CarlssonUse early returns to avoid indentation.
2009-08-27 Eli FriedmanStub out an error so we don't crash.
2009-08-27 Anders CarlssonAdd a BuildCXXTemporaryObjectExpr and use it so default...
2009-08-27 Anders CarlssonIn ActOnCXXTypeConstructExpr, check that the type is...
2009-08-27 Ted KremenekSimplify 'Environment' to contain only one map from...
2009-08-27 Mike StumpTestcase for an almost recent checkin.
2009-08-27 Mike StumpCleanups.
2009-08-27 Anders CarlssonNew RequireNonAbstractType function.
2009-08-26 Anders CarlssonBye-bye old RequireCompleteType.
2009-08-26 Mike StumpFixup codegen for static dispatch to a virtual function...
2009-08-26 Douglas GregorTweak the list of open projects for C++
2009-08-26 Fariborz Jahanianir-gen for type convesion of class objects. WIP.
2009-08-26 Douglas GregorMake sure to bump the reference count of the last eleme...
2009-08-26 Anders CarlssonRemove another unused argument.
2009-08-26 Anders CarlssonRemove the PrintType argument from RequireCompleteType.
2009-08-26 Douglas GregorWhen a member reference expression includes a qualifier...
2009-08-26 Ted KremenekAdd initial boilerplate for CIndex, a shared library...
2009-08-26 Anders CarlssonAdd a RequireCompleteType variant that takes a PartialD...
2009-08-26 Anders CarlssonThe PartialDiagnostic constructor doesn't need to be...
2009-08-26 Mike StumpRegularize the case and sort.
2009-08-26 Anders CarlssonMore improvements to PartialDiagnostic.
2009-08-26 Douglas GregorImplement support for C++ direct initializers that...
2009-08-26 Mike StumpMore work for conversion functions.
2009-08-26 Mike StumpImplement virtual dispatch. :-) This is self-consisten...
2009-08-26 Fariborz JahanianFixes a comment.
2009-08-26 Fariborz JahanianAST for conversion by conversion functions. WIP.
2009-08-26 Eli FriedmanAs far as I know, there aren't any warning differences...
2009-08-26 Eli FriedmanSince the HexFloats option only controls a warning...
2009-08-26 Eli FriedmanMake address-space qualification work correctly for...
2009-08-26 Anders CarlssonMore support for pseudo dtors.
2009-08-26 Fariborz Jahanianupdate to CXXFunctionalCastExpr to support ir-gen for
2009-08-26 Douglas GregorMake sure to compare primary declaration contexts when...
2009-08-26 Douglas GregorWhen we know that we are parsing a class-name, implicit...
2009-08-26 Anders CarlssonAdd Sema::BuildMemberReferenceExpr and have Sema::ActOn...
2009-08-26 Anders CarlssonAddress some of Doug's comments.
2009-08-26 Douglas GregorFix for overloaded binary operators whose operands...
2009-08-26 Anders CarlssonAdd the partially implemented PartialDiagnostic class.
2009-08-26 Douglas GregorSource location information for ? and : in a Conditiona...
2009-08-26 Douglas GregorFix bug in __extension__ handling for declarations...
2009-08-26 Anders CarlssonRevert r80064 since it broke the build.
2009-08-26 Mike StumpImplement virtual dispatch. :-) This is self-consiste...
2009-08-26 Fariborz JahanianSimplified default construction of array data members
2009-08-26 Douglas GregorImprove diagnostics and recovery when the nested-name...
2009-08-25 Anders CarlssonParsing of pseudo-destructors.
2009-08-25 Ted KremenekUpdate checker build.
2009-08-25 Ted KremenekFix regression in BasicStoreManager caused by implicitl...
2009-08-25 Ted KremenekHandle pointer arithmetic in RegionStoreManager involvi...
2009-08-25 Douglas GregorTest out-of-line definition of a static data member...
2009-08-25 Douglas GregorTest out-of-line definitions of static data members...
2009-08-25 Douglas GregorImprove support for out-of-line definitions of nested...
2009-08-25 John McCallClarify the difference between substitution and instant...
2009-08-25 Ted KremenekUpdate checker build.
2009-08-25 Ted KremenekFix crash reported in <rdar://problem/7124210> by ...
2009-08-25 Steve NaroffUpdate Xcode project file to include indexing source...
2009-08-25 Fariborz JahanianChanged condition of an assert.
2009-08-25 Ted KremenekMove logic of GRExprEngine::EvalBinOp to SValuator...
2009-08-25 John McCallModify an assert to capture the restriction on friend...
2009-08-25 Douglas GregorImplement out-of-line definitions of nested class templ...
2009-08-25 Fariborz JahanianSkip over bases/fields with dependent types.
2009-08-25 Fariborz JahanianTest case for r79968 (courtesy of Anders).
2009-08-25 Douglas GregorSanity checking for statement reference counts. Thanks...
2009-08-25 Dan GohmanUpdate clang for raw_fd_ostream no longer requiring...
2009-08-25 Douglas GregorAdd a little more testing for default arguments of...
2009-08-25 Anders CarlssonHandle the implicit 'this' parameter for format attributes.
2009-08-25 Anders CarlssonIf a parameter has a default argument expression, make...
2009-08-25 Anders CarlssonEmit conversion functions correctly.
2009-08-25 Anders CarlssonImproved support for default arguments in constructors...
2009-08-25 Zhongxing XuRemove CodeDecl and CFG from GRExprEngine and GRStateMa...
2009-08-25 Devang PatelRemove a test that relies on old debug info format.
2009-08-25 Anders CarlssonInitializeVarWithConstructor now returns true on failure.
next