aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/metadata_symbols.m
AgeCommit message (Expand)AuthorFilesLines
2022-09-02[test] Change cc1 -fvisibility to -fvisibility=Fangrui Song1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-8/+8
2020-03-09[CodeGenObjC] Privatize some ObjC metadata symbolsErik Pilkington1-2/+2
2019-05-09[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka1-2/+2
2017-06-03tests: silence -Wobjc-root-class warningsSaleem Abdulrasool1-3/+3
2017-06-03CodeGen: fix section names for different file formatsSaleem Abdulrasool1-2/+2
2016-02-16Remove unnecessary regex in the test cases I fixed in r260496.Akira Hatanaka1-1/+1
2016-02-11[Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka1-3/+3
2014-11-06Don't manually insert L prefixes.Rafael Espindola1-4/+4
2014-02-27Use private linkage for globals we already name with \01L and \01l.Rafael Espindola1-2/+2
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner1-1/+7
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi1-2/+0
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi1-0/+2
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-3/+3
2011-03-25Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar1-2/+2
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson1-3/+3
2010-07-29Revert "Re-apply fixed version of 108749, correctly conditionalizing the newDaniel Dunbar1-2/+2
2010-07-20Re-apply fixed version of 108749, correctly conditionalizing the new sections onJim Grosbach1-2/+2
2010-07-19and revert the related tests, tooJim Grosbach1-2/+2
2010-07-19Update tests for r108749Jim Grosbach1-2/+2
2010-07-13Teach IR generation how to lazily emit cleanups. This has a lot of advantages,John McCall1-1/+1
2010-06-16Fix tests that I missed from my previous commit.Rafael Espindola1-2/+2
2010-04-25IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols:Daniel Dunbar1-0/+12
2010-04-25tests: Convert test to FileCheck.Daniel Dunbar1-20/+23
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-12-14Tests use the new clang.Fariborz Jahanian1-2/+2
2009-11-29Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...Daniel Dunbar1-1/+1
2009-11-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar1-2/+2
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-21/+21
2009-04-16Category method synbols must be qualified by gategory name toFariborz Jahanian1-4/+2
2009-04-14Set alignment on __cstring metadata variables to 1 (matchingDaniel Dunbar1-0/+1
2009-04-08Implementation definition of interfaces with __objc_exception attribute.Daniel Dunbar1-1/+13
2009-04-07Propagte -fvisibility to objc2's class symbols.Fariborz Jahanian1-4/+2
2009-04-07Handle use side of __objc_exception__ attribute; when using anDaniel Dunbar1-4/+10
2009-04-07Various fixes to symbols used for Obj-C x86_64 metadata.Daniel Dunbar1-0/+46