summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/metadata_symbols.m
AgeCommit message (Expand)Author
2017-06-03tests: silence -Wobjc-root-class warningsSaleem Abdulrasool
2017-06-03CodeGen: fix section names for different file formatsSaleem Abdulrasool
2016-02-16Remove unnecessary regex in the test cases I fixed in r260496.Akira Hatanaka
2016-02-11[Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka
2014-11-06Don't manually insert L prefixes.Rafael Espindola
2014-02-27Use private linkage for globals we already name with \01L and \01l.Rafael Espindola
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-03-25Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-07-29Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar
2010-07-20Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach
2010-07-19and revert the related tests, tooJim Grosbach
2010-07-19Update tests for r108749Jim Grosbach
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall
2010-06-16Fix tests that I missed from my previous commit.Rafael Espindola
2010-04-25IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols:Daniel Dunbar
2010-04-25tests: Convert test to FileCheck.Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-29Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar
2009-11-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-16Category method synbols must be qualified by gategory name toFariborz Jahanian
2009-04-14Set alignment on __cstring metadata variables to 1 (matchingDaniel Dunbar
2009-04-08Implementation definition of interfaces with __objc_exception attribute.Daniel Dunbar
2009-04-07Propagte -fvisibility to objc2's class symbols.Fariborz Jahanian
2009-04-07Handle use side of __objc_exception__ attribute; when using anDaniel Dunbar
2009-04-07Various fixes to symbols used for Obj-C x86_64 metadata.Daniel Dunbar