aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Rewriter/properties.m
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Restructure how the driver communicates information about theJohn McCall1-1/+1
2012-02-04These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).Fariborz Jahanian1-1/+1
2011-02-19Warn about code that uses variables and functions with internal linkageJohn McCall1-1/+1
2010-12-04Fix rewriter to match recent changes in property refFariborz Jahanian1-5/+3
2010-12-04Apparently properties.m does not always fail; make it.John McCall1-0/+1
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall1-0/+4
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-12-09Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...Steve Naroff1-0/+1
2008-12-08Handle chained/nested property 'getters' (obj.p1.p2.p3).Steve Naroff1-0/+53