This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24c3501 [RecordLayout] Use an ASTVector instead of using a separate p [...] new 9d6c9d9 [Driver] Add support for -finline-functions and /Ob2 flags
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/CLCompatOptions.td | 3 ++- include/clang/Driver/Options.td | 2 +- lib/Driver/Tools.cpp | 5 +++-- lib/Frontend/CompilerInvocation.cpp | 8 ++++++-- test/CodeGen/inline-optim.cc | 26 ++++++++++++++++++++++++++ test/Driver/cl-options.c | 4 +++- test/Driver/clang_f_opts.c | 2 -- 7 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/inline-optim.cc