]> granicus.if.org Git - clang/commit
Implement -cl-single-precision-constant
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 4 Dec 2010 01:50:56 +0000 (01:50 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 4 Dec 2010 01:50:56 +0000 (01:50 +0000)
commit0982136cb748f4a842141bf199d133126d6be882
tree30ee87d2a35c1d37c6c1eed58671c20cbce241e4
parent61e07861dd3a70c31f658bad8c4b911994e4933b
Implement -cl-single-precision-constant

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120877 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaExpr.cpp
test/CodeGen/cl-single-precision-constant.c [new file with mode: 0644]