aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-23Teach GRExprEngine::VisitLValue to ignore CXXExprWithTempories (for now).Ted Kremenek
2009-12-23Fix PR 5857. When casting from a symbolic region to an integer back to a poi...Ted Kremenek
2009-12-23Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck
2009-12-23Patch to do more rewrite of __block variables.Fariborz Jahanian
2009-12-23Eliminate a completely unnecessary buffer copy when parsing float literals.John McCall
2009-12-23Teach GRExprEngine::VisitLValue that we don't handle CXXZeroInitValueExprs yet.Ted Kremenek
2009-12-23Also treat the type of the subexpression as a pointer in GRExprEngine::VisitC...Ted Kremenek
2009-12-23Add assertion to check for valid source ranges.Ted Kremenek
2009-12-23Test case for PR5134.John McCall
2009-12-23Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar
2009-12-23Driver: Drop ToolChain::getHost()Daniel Dunbar
2009-12-23Test case from PR5476.John McCall
2009-12-23Set a member's access specifier even if it doesn't match the previous specifier.John McCall
2009-12-23Add basic support for analyzing CastExprs as lvalues.Ted Kremenek
2009-12-23Objective-C methods can be variadic, too. Who knew.Douglas Gregor
2009-12-23Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence.Douglas Gregor
2009-12-23set svn:ignoreNuno Lopes
2009-12-22warn when attribute warn_unused_result is applied to void functions.Nuno Lopes
2009-12-22Allow the first parameter of operator new to be a cv-qualifiedDouglas Gregor
2009-12-22Driver: When linking, don't warn about unused arguments which are obviously onlyDaniel Dunbar
2009-12-22implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner
2009-12-22Add c++-analyzer symlink (which is used by scan-build)Ted Kremenek
2009-12-22Make sure that reinterpret_cast gets a CastKind on all successfulDouglas Gregor
2009-12-22Revert accidental commitDouglas Gregor
2009-12-22accept -Wcomments as an alias for -Wcomment, PR5855Chris Lattner
2009-12-22Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall
2009-12-22Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor
2009-12-22Add transfer functions support for visiting an Objective-C message expression...Ted Kremenek
2009-12-22ARM: Remove a FIXME, it's not actually more complicated than that.Daniel Dunbar
2009-12-22Switch parameter passing for overloaded binary operators toDouglas Gregor
2009-12-22Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor
2009-12-22Enter the scope of an initializer for direct-initialization as well asDouglas Gregor
2009-12-22When transforming a C++ "new" expression that was not explicitly givenDouglas Gregor
2009-12-22Switch parameter-passing for calls via function pointers (where weDouglas Gregor
2009-12-22Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ...Douglas Gregor
2009-12-22Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file toKen Dyck
2009-12-22Switch initialization of parameters in a call over toDouglas Gregor
2009-12-22Make sure that we mangle overloaded operators that are member functions corre...Anders Carlsson
2009-12-22Work around PR5514.Anders Carlsson
2009-12-22fix a bug handling the gnu ?: extension. Patch by Storlek on IRC,Chris Lattner
2009-12-22When we simply return a retained member expression when instantiating, we mus...Anders Carlsson
2009-12-22Zap CheckInitializerTypes.Eli Friedman
2009-12-22Switch default arguments over to InitializationSequence.Eli Friedman
2009-12-22Switch compound literals over to InitializationSequence.Eli Friedman
2009-12-22Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman
2009-12-22x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar
2009-12-22Centralize the emission/suppression/delay of diagnostics describing runtime b...Douglas Gregor
2009-12-22Stop diagnosing the use of inner classes as friends. ddunbar asked whetherJohn McCall
2009-12-22Template code for rewrite of __block variables - wip.Fariborz Jahanian
2009-12-22Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...Douglas Gregor