summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/constant-strings.m
AgeCommit message (Expand)Author
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2018-05-22Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall
2018-05-22Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson
2018-05-22GNUstep Objective-C ABI version 2David Chisnall
2016-05-30test: add explicit targets for some testsSaleem Abdulrasool
2014-01-20Give explicit sections for string constants used in NSStrings.Rafael Espindola
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-01-04Restore r147493 and remove the part of the test that was checking the wrong t...David Chisnall
2011-04-12IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,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-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-04Add some Objective-C code generation tests.Daniel Dunbar