]> granicus.if.org Git - clang/commit
Turn struct-path aware TBAA on by default.
authorManman Ren <manman.ren@gmail.com>
Mon, 30 Sep 2013 19:35:19 +0000 (19:35 +0000)
committerManman Ren <manman.ren@gmail.com>
Mon, 30 Sep 2013 19:35:19 +0000 (19:35 +0000)
commit03928403af872d3b04d1d5d5a5c4be2d4d366af4
tree22fc27ea758ada593d734b23d48e4797397d1afb
parentc6801d3bb7eb414d0c990e8542c7c22ff33ff5f2
Turn struct-path aware TBAA on by default.

Use -no-struct-path-tbaa to turn it off.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191695 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/bitfield.c
test/CodeGen/may-alias.c
test/CodeGen/tbaa-class.cpp
test/CodeGen/tbaa.cpp