summaryrefslogtreecommitdiff
path: root/test/Rewriter/properties.m
Commit message (Expand)AuthorAgeFilesLines
* Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fixReid Kleckner2015-03-051-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).Fariborz Jahanian2012-02-041-1/+1
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-1/+1
* Fix rewriter to match recent changes in property refFariborz Jahanian2010-12-041-5/+3
* Apparently properties.m does not always fail; make it.John McCall2010-12-041-0/+1
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...Steve Naroff2008-12-091-0/+1
* Handle chained/nested property 'getters' (obj.p1.p2.p3).Steve Naroff2008-12-081-0/+53