aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-14Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C...Daniel Dunbar
2010-04-14Improve line marker directive locations, patch by Jordy RoseChris Lattner
2010-04-14IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessI...Daniel Dunbar
2010-04-14make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner
2010-04-14implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner
2010-04-14Implement typo correction for Objective-C message sends when theDouglas Gregor
2010-04-14Mark a function declaration invalid if any of its parameter declarationsJohn McCall
2010-04-14Parse friend template ids as types instead of ending up inJohn McCall
2010-04-13Add encoding of reference types like gcc does for objc methods andFariborz Jahanian
2010-04-13Fix an embarrasing memory error. I was apparently very tired when I wrote thisJohn McCall
2010-04-13Support befriending members of class template specializations.John McCall
2010-04-13Variation of objc_copyStruct API generation whenFariborz Jahanian
2010-04-13Rework the ConstStructBuilder code to emit missing initializerChris Lattner
2010-04-13make the rewriter add a #ifndef around the #define of __attribute__.Chris Lattner
2010-04-13When returning the result of a call to an object of class type, do notDouglas Gregor
2010-04-13During referencing binding, only consider conversion functions forDouglas Gregor
2010-04-13Allow classes to befriend implicitly-declared members. Fixes PR6207 forJohn McCall
2010-04-13Remove this test for now until I can figure outFariborz Jahanian
2010-04-13Don't try to find a scope corresponding to the search DC for an unfoundJohn McCall
2010-04-13Modify test to be darwin specific.Fariborz Jahanian
2010-04-13Add support for objc_copyStruct to enforceFariborz Jahanian
2010-04-13Fix debug info for cleanup block.Devang Patel
2010-04-13Diagnose declarations of conversion functions with declarators other than '()'.John McCall
2010-04-13make the preprocessor listen to linemarker directives in -E mode,Chris Lattner
2010-04-12Implement C++ [over.ics.user]p3, which restricts the final conversionDouglas Gregor
2010-04-12Improve source-location information for C++ conversion functions, byDouglas Gregor
2010-04-12Add fixit hint for missing ':' in ternary expressions.Ted Kremenek
2010-04-12fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner
2010-04-12Implement C++ [temp.local]p4, which specifies how we eliminateDouglas Gregor
2010-04-12fix PR6819Chris Lattner
2010-04-12tighten the check for cast of super to avoid rejecting valid code,Chris Lattner
2010-04-12When creating the implicitly-declared special member functions, beDouglas Gregor
2010-04-12fix rdar://7852959 - Use of super within a block is actually ok.Chris Lattner
2010-04-12Fix a crash-on-invalid involving name lookup of tag names, where weDouglas Gregor
2010-04-12Add another test case for r101029, which verifies that we nowDouglas Gregor
2010-04-12Be sure to instantiate the parameters of a function, even when theDouglas Gregor
2010-04-12fix a bug I noticed by inspection, correcting two reject-valid bugs.Chris Lattner
2010-04-12fix a rejects-valid bug that I introduced, pointed out Chris Lattner
2010-04-12fix a rejects-valid testcase involving super that I dreamt up.Chris Lattner
2010-04-12change Scope::WithinElse to be a normal scope flag, widen theChris Lattner
2010-04-12fix this test.Chris Lattner
2010-04-12xfail this test for now.Chris Lattner
2010-04-12fix an invalid use of super, you can't use super like this in a block!Chris Lattner
2010-04-12Have the parser decide whether a message to super is a variable orChris Lattner
2010-04-12Typo.Nick Lewycky
2010-04-12fix PR6287 by accepting and ignoring the returns_twice attribute.Chris Lattner
2010-04-11Unbreak test on windows.Ted Kremenek
2010-04-11Fix another bug where we wouldn't generate secondary vtables for construction...Anders Carlsson
2010-04-11Add CIndex support for blocks.Ted Kremenek
2010-04-11Fix a bug where we were adding too many vcall offsets in some cases.Anders Carlsson