summaryrefslogtreecommitdiffstats
path: root/clang/test/Rewriter/rewrite-modern-struct-ivar.mm
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/Rewriter: Remove XFAIL and add -U__declspec to other 9 tests. ↵NAKAMURA Takumi2012-05-011-1/+1
| | | | | | mingw32 tends to define built-in __declspec. llvm-svn: 155911
* modern objective-c translator. named aggregate typesFariborz Jahanian2012-04-301-2/+2
| | | | | | | | defined inside the objc class belong to class's decl. scope. This is to conform to objective-c rules. // rdar://11351299 llvm-svn: 155855
* objective-c modern translator: Correctly translateFariborz Jahanian2012-04-271-2/+30
| | | | | | | nonfragile ivar access code when ivar type is a locally defined struct/union type. // rdar://11323187 llvm-svn: 155740
* objective-c modern translator: Refactor intername ivar names toFariborz Jahanian2012-03-201-1/+1
| | | | | | | one place and use it throughout. Also, change ivar name to avoid name collisions. // rdar://11079366 llvm-svn: 153093
* test for writing modern ivar of struct type.Fariborz Jahanian2012-02-241-0/+24
llvm-svn: 151378
OpenPOWER on IntegriCloud