summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/cfstring.c
AgeCommit message (Expand)Author
2024-06-22[clang][Interp] Fix CFStringMakeConstantString etc. evaluationTimm Bäder
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2016-05-30test: add explicit targets for some testsSaleem Abdulrasool
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2014-01-21Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola
2014-01-20Give explicit sections for string constants used in NSStrings.Rafael Espindola
2012-01-10The `-fwritable-strings' flag doesn't make the backing store strings of allBill Wendling
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-25Make the constant folder aware of Eli Friedman
2008-10-06Make sema and codegen allow __builtin___CFStringMakeConstantString as a validChris Lattner
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar
2007-11-19Put back the flags field in the constant CF string type.Anders Carlsson