]> granicus.if.org Git - clang/commit
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
authorChad Rosier <mcrosier@apple.com>
Thu, 15 Mar 2012 22:31:42 +0000 (22:31 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 15 Mar 2012 22:31:42 +0000 (22:31 +0000)
commitfc055f943d154c9b7463f43a3b59e093723362c9
tree82934e44a3716742bd97de3a7fc1bf5af8eefa40
parent7b204d6433d842341f602fbd8b31b5c0020b35a4
[frontend] Fix how the frontend handles -fno-inline.  AFAIK clang now matches
the behavior of gcc with respect to the -fno-inline and -fno-inline-functions
flags.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152861 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/noinline.c
test/Driver/noinline.c