Age | Commit message (Expand) | Author |
2009-06-29 | Remove ASTContext::getObjCQualifiedIdType(). | Steve Naroff |
2009-06-29 | Invalidate the alloca region by setting its default value to conjured symbol. | Zhongxing Xu |
2009-06-28 | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling |
2009-06-28 | Move the check for vprintf* functions inside of SemaCheckStringLiteral. Fixes... | Anders Carlsson |
2009-06-28 | Fix incorrect AST's being produced, noticed by Eli. | Nate Begeman |
2009-06-28 | Adjust retrieve handler priority. If a field is of array type, it should be | Zhongxing Xu |
2009-06-28 | Invalidate a field of struct type by setting its default value to conjured | Zhongxing Xu |
2009-06-28 | Do not crash on binding concrete integer location. | Zhongxing Xu |
2009-06-28 | Simplify some code. As in region store, we always expect the location is a | Zhongxing Xu |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-06-28 | OpenCL 1.0 support: | Nate Begeman |
2009-06-27 | Implement feedback from Eli re: the purpose of lax vector conversions | Nate Begeman |
2009-06-27 | Improve support for overloaded operator templates. | Douglas Gregor |
2009-06-27 | Fix the parser error hanlding for __builtin_offsetof to actually print | Eli Friedman |
2009-06-27 | Renamed MarcDestructorReferenced -> MarkDestructorReferenced | Fariborz Jahanian |
2009-06-27 | Fix screwup with my previous patch which broke tests. (The patch is | Eli Friedman |
2009-06-27 | Fix a crash with constructs like x<false>() in C++. No testcase because | Eli Friedman |
2009-06-27 | Fix a bogus error overloading an operator where the only class | Eli Friedman |
2009-06-27 | Implement support for the format_arg attribute. Fixes PR4442. | Anders Carlsson |
2009-06-27 | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson |
2009-06-27 | Remove the last 'GetXXX' methods from GRStateManager. | Ted Kremenek |
2009-06-26 | Patch to mark destructors when they are used. | Fariborz Jahanian |
2009-06-26 | Fix test. | Anders Carlsson |
2009-06-26 | Set the rest of the flags we need to perform template argument | Douglas Gregor |
2009-06-26 | During template argument deduction from a function call, allow | Douglas Gregor |
2009-06-26 | More auto work. | Anders Carlsson |
2009-06-26 | A little template argument deduction test uncovered an "oops". As part | Douglas Gregor |
2009-06-26 | OpenCL 1.0 Support: fix a bug with lvalue swizzles | Nate Begeman |
2009-06-26 | Template argument deduction is no longer responsible for checking | Douglas Gregor |
2009-06-26 | Can't have arrays of auto. | Anders Carlsson |
2009-06-26 | An auto variable can't appear in its own initializer. | Anders Carlsson |
2009-06-26 | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson |
2009-06-26 | typo | Devang Patel |
2009-06-26 | Revrt PR4228 fix for now. | Devang Patel |
2009-06-26 | Simplify, and fix a possible crash (never happens however, because we don't ever | Daniel Dunbar |
2009-06-26 | Improve template argument deduction for reference parameters when | Douglas Gregor |
2009-06-26 | OpenCL 1.0 Support: | Nate Begeman |
2009-06-26 | Minor change per Doug's comments. | Fariborz Jahanian |
2009-06-26 | OpenCL 1.0 support: attributes | Nate Begeman |
2009-06-26 | Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa... | Anders Carlsson |
2009-06-26 | See through UsingDecls in more places. | Anders Carlsson |
2009-06-26 | Fix failing test. | Anders Carlsson |
2009-06-26 | Improve error recovery in C++: when we hit 'implicit int' cases in C++, | Chris Lattner |
2009-06-26 | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner |
2009-06-26 | Fix another assert related to using decls. | Anders Carlsson |
2009-06-26 | rearrange more code, this avoids a token lookahead for foo< | Chris Lattner |
2009-06-26 | move some code around, no functionality change. | Chris Lattner |
2009-06-26 | simplify some code. | Chris Lattner |
2009-06-26 | When creating LookupResults, see through UsingDecls. Fixes PR4450. | Anders Carlsson |
2009-06-26 | Fix PR4448. | Anders Carlsson |