Age | Commit message (Expand) | Author |
2010-04-14 | Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C... | Daniel Dunbar |
2010-04-14 | Improve line marker directive locations, patch by Jordy Rose | Chris Lattner |
2010-04-14 | IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessI... | Daniel Dunbar |
2010-04-14 | IRgen: Tweak CGBitFieldInfo doxyments & add an accessor. | Daniel Dunbar |
2010-04-14 | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner |
2010-04-14 | implement altivec.h and a bunch of support code, patch by Anton Yartsev! | Chris Lattner |
2010-04-14 | remove some obsolete super-handling code that I forgot to zap. | Chris Lattner |
2010-04-14 | Implement typo correction for Objective-C message sends when the | Douglas Gregor |
2010-04-14 | Introduce a parsing action to distinguish between class, instance, and | Douglas Gregor |
2010-04-14 | Mark a function declaration invalid if any of its parameter declarations | John McCall |
2010-04-14 | Parse friend template ids as types instead of ending up in | John McCall |
2010-04-13 | Add encoding of reference types like gcc does for objc methods and | Fariborz Jahanian |
2010-04-13 | Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance | Ted Kremenek |
2010-04-13 | IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo de... | Daniel Dunbar |
2010-04-13 | Fix an embarrasing memory error. I was apparently very tired when I wrote this | John McCall |
2010-04-13 | IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "... | Daniel Dunbar |
2010-04-13 | Remove unnecessary cast. | Daniel Dunbar |
2010-04-13 | Support befriending members of class template specializations. | John McCall |
2010-04-13 | Twik to radar 7839485. Do not attach weak_import attribute to class | Fariborz Jahanian |
2010-04-13 | Turn off warning about weak_import attribute | Fariborz Jahanian |
2010-04-13 | Removes a FIXME. | Fariborz Jahanian |
2010-04-13 | Variation of objc_copyStruct API generation when | Fariborz Jahanian |
2010-04-13 | Rework the ConstStructBuilder code to emit missing initializer | Chris Lattner |
2010-04-13 | unbreak tests. | Chris Lattner |
2010-04-13 | move a bunch of ConstStructBuilder methods out of line. | Chris Lattner |
2010-04-13 | minor cleanups | Chris Lattner |
2010-04-13 | Teach HasSideEffect about InitListExprs. Not having | Chris Lattner |
2010-04-13 | make the rewriter add a #ifndef around the #define of __attribute__. | Chris Lattner |
2010-04-13 | Refactor and simplify the computation of implicit conversion sequences | Douglas Gregor |
2010-04-13 | When returning the result of a call to an object of class type, do not | Douglas Gregor |
2010-04-13 | During referencing binding, only consider conversion functions for | Douglas Gregor |
2010-04-13 | Make all cases that we don't handle explicit. | Zhongxing Xu |
2010-04-13 | Dispatch all C++ cast expr to VisitCast(). | Zhongxing Xu |
2010-04-13 | CFGBuilder: always add C++ member call expr as block-level expr. | Zhongxing Xu |
2010-04-13 | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall |
2010-04-13 | Add a cc1 option to specify the max number of nodes the analyzer can explore. | Zhongxing Xu |
2010-04-13 | Parse constructor names in friend declarations. Part of the fix for | John McCall |
2010-04-13 | Don't try to find a scope corresponding to the search DC for an unfound | John McCall |
2010-04-13 | add frontend support for -fdata-sections and -ffunction-sections, | Chris Lattner |
2010-04-13 | Add support for objc_copyStruct to enforce | Fariborz Jahanian |
2010-04-13 | Fix debug info for cleanup block. | Devang Patel |
2010-04-13 | cache the PP's SourceManager. | Chris Lattner |
2010-04-13 | Diagnose declarations of conversion functions with declarators other than '()'. | John McCall |
2010-04-13 | make the preprocessor listen to linemarker directives in -E mode, | Chris Lattner |
2010-04-12 | Remove some dead FIXMEs | Douglas Gregor |
2010-04-12 | Implement C++ [over.ics.user]p3, which restricts the final conversion | Douglas Gregor |
2010-04-12 | Improve source-location information for C++ conversion functions, by | Douglas Gregor |
2010-04-12 | fix a minor bug I noticed while work with Jordy's patch for PR6101, | Chris Lattner |
2010-04-12 | Add fixit hint for missing ':' in ternary expressions. | Ted Kremenek |
2010-04-12 | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner |