]> granicus.if.org Git - clang/shortlog
clang
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.
2009-08-25 Anders CarlssonBuildCXXConstructExpr now returns an OwningExprResult.
2009-08-25 Anders CarlssonFactor building of CXXDefaultArgExpr expressions out...
2009-08-25 Zhongxing XuRemove Decl and CFG from ExplodedGraph. This leads...
2009-08-25 Anders CarlssonBasic support for default argument expressions for...
2009-08-25 Anders CarlssonFactor setting default arguments out into SetParamDefau...
2009-08-25 Anders CarlssonFix ivar layout map generation (hopefully).
2009-08-25 Anders CarlssonUse hasDefaultArg instead of getDefaultArg.
2009-08-25 Anders CarlssonAdd Decl getter/setters for uninstantiated default...
2009-08-25 Anders CarlssonCheck that the default argument is well-formed before...
2009-08-25 Douglas GregorEliminate a GCC warning
2009-08-24 Fariborz JahanianRemove #ifdef'out code.
2009-08-24 Douglas GregorKeep track of the template parameter depth properly...
2009-08-24 Ted KremenekAdd test case for PR 4759.
2009-08-24 Ted KremenekConstraintManager::AssumeDual now accepts a 'DefinedSVa...
2009-08-24 Ted KremenekIntroduce 'DefinedSVal', an intermediate parent class...
2009-08-24 Daniel DunbarAdd missing '&&'...
2009-08-24 Daniel DunbarPR4766: Don't pass -static to 'as' on x86_64 on Darwin.
2009-08-24 Fariborz JahanianRemove ivarlayout bitmap optimization, instead if all...
2009-08-24 Douglas GregorDon't try to evaluate an expression that is type- or...
2009-08-24 Douglas GregorSkip transparent contexts when performing C++ name...
2009-08-24 Anders CarlssonHandle array to pointer decay in EmitCastExpr and get...
2009-08-24 Anders CarlssonHandle CK_NullToMemberPointer in ScalarExprEmitter...
2009-08-24 Anders CarlssonPass the cast kind to ScalarExprEmitter::EmitCastExpr.
2009-08-24 Anders CarlssonUse the right cast kind when comparing null to member...
2009-08-24 Douglas GregorImplement support for equality comparisons (!=, ==...
2009-08-24 Chris Lattnernormalize the CharacterLiteral::getLocation method...
2009-08-24 Fariborz JahanianFixes pr4763.
2009-08-24 Anders CarlssonMore member pointer work.
2009-08-24 Anders CarlssonRemove dead code
2009-08-24 Douglas GregorTry to complete a type before looking for conversion...
2009-08-24 Douglas GregorRefactor the template-instantiation logic for expressio...
2009-08-24 Torok EdwinFix build of clang with gcc-4.4: #include <cstdio>...
2009-08-24 Douglas GregorImprove top-level-semicolon test a bit
2009-08-24 Douglas GregorTop-level semicolons are allowed in C++0x. Fixes PR4755.
2009-08-24 Douglas GregorMake sure to adjust function template declarations...
2009-08-24 Daniel DunbarRemove TargetInfo::getTargetPrefix().
2009-08-24 Daniel DunbarSwitch to StringRef based BitstreamWriter APIs, where...
2009-08-24 Daniel DunbarRemove arch normalization from Driver, this should...
2009-08-24 Daniel DunbarSwitch TargetInfo to store an llvm::Triple.
2009-08-24 Daniel DunbarSwitch ABI selection to use llvm::Triple instead of...
2009-08-24 Chris Lattnerfix a GCC type punning warning.
2009-08-24 Chris Lattnerprune #includes.
2009-08-23 Chris LattnerAPI changes to match llvm ToT.
2009-08-23 Daniel DunbarReenable clang using clang-cc for C++ and all archs...
2009-08-23 Daniel DunbarFix a few tests to be -Asserts agnostic.
2009-08-23 Daniel DunbarTemporarily switch clang back to not using clang-cc...
2009-08-23 Benjamin KramerReplace cerr with errs().
next