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 | 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 | Implement typo correction for Objective-C message sends when the | 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 | Fix an embarrasing memory error. I was apparently very tired when I wrote this | John McCall |
2010-04-13 | Support befriending members of class template specializations. | John McCall |
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 | make the rewriter add a #ifndef around the #define of __attribute__. | Chris Lattner |
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 | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall |
2010-04-13 | Remove this test for now until I can figure out | Fariborz Jahanian |
2010-04-13 | Don't try to find a scope corresponding to the search DC for an unfound | John McCall |
2010-04-13 | Modify test to be darwin specific. | Fariborz Jahanian |
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 | 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 | 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 | Add fixit hint for missing ':' in ternary expressions. | Ted Kremenek |
2010-04-12 | fix PR6660/6168: emit padding as zeros instead of undef. Because | Chris Lattner |
2010-04-12 | Implement C++ [temp.local]p4, which specifies how we eliminate | Douglas Gregor |
2010-04-12 | fix PR6819 | Chris Lattner |
2010-04-12 | tighten the check for cast of super to avoid rejecting valid code, | Chris Lattner |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor |
2010-04-12 | fix rdar://7852959 - Use of super within a block is actually ok. | Chris Lattner |
2010-04-12 | Fix a crash-on-invalid involving name lookup of tag names, where we | Douglas Gregor |
2010-04-12 | Add another test case for r101029, which verifies that we now | Douglas Gregor |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-12 | fix a bug I noticed by inspection, correcting two reject-valid bugs. | Chris Lattner |
2010-04-12 | fix a rejects-valid bug that I introduced, pointed out | Chris Lattner |
2010-04-12 | fix a rejects-valid testcase involving super that I dreamt up. | Chris Lattner |
2010-04-12 | change Scope::WithinElse to be a normal scope flag, widen the | Chris Lattner |
2010-04-12 | fix this test. | Chris Lattner |
2010-04-12 | xfail this test for now. | Chris Lattner |
2010-04-12 | fix an invalid use of super, you can't use super like this in a block! | Chris Lattner |
2010-04-12 | Have the parser decide whether a message to super is a variable or | Chris Lattner |
2010-04-12 | Typo. | Nick Lewycky |
2010-04-12 | fix PR6287 by accepting and ignoring the returns_twice attribute. | Chris Lattner |
2010-04-11 | Unbreak test on windows. | Ted Kremenek |
2010-04-11 | Fix another bug where we wouldn't generate secondary vtables for construction... | Anders Carlsson |
2010-04-11 | Add CIndex support for blocks. | Ted Kremenek |
2010-04-11 | Fix a bug where we were adding too many vcall offsets in some cases. | Anders Carlsson |