]> granicus.if.org Git - clang/commit
Updated GNU runtime non-fragile ABI.
authorDavid Chisnall <csdavec@swan.ac.uk>
Mon, 31 Aug 2009 16:41:57 +0000 (16:41 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Mon, 31 Aug 2009 16:41:57 +0000 (16:41 +0000)
commit8a5a9aaddb627c0884c2ed8db55cc29fdb601195
treef3ba5e77d9ef06672e345b003125bab3610afe6a
parent2d4d629d8a0de5112c7ae9d05c03ddbf6dcd956a
Updated GNU runtime non-fragile ABI.
Added -fconstant-string-class= option.
Added __has_feature() test for non-fragile ABI.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80591 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/Options.def
lib/CodeGen/CGObjCGNU.cpp
lib/Driver/Tools.cpp
lib/Lex/PPMacroExpansion.cpp
test/CodeGenObjC/constant-strings.m
tools/clang-cc/clang-cc.cpp