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