This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0a0fb94463 [analyzer] RetainCount: Accept more "safe" CFRetain wrappers. new a87e09cd75 [CFG] [analyzer] Don't treat argument constructors as tempor [...] new a7da2380bd Implement proper support for `-falign-functions`
The 2 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/Basic/LangOptions.def | 2 + include/clang/Driver/CC1Options.td | 2 + include/clang/Driver/Options.td | 5 ++- lib/Analysis/CFG.cpp | 7 ++++ lib/Analysis/ConstructionContext.cpp | 6 +++ lib/CodeGen/CodeGenModule.cpp | 4 ++ lib/Driver/ToolChains/Clang.cpp | 7 ++++ lib/Driver/ToolChains/CommonArgs.cpp | 34 ++++++++++++++++ lib/Driver/ToolChains/CommonArgs.h | 3 ++ lib/Frontend/CompilerInvocation.cpp | 3 ++ test/Analysis/cfg-rich-constructors.cpp | 72 +++++++++++++++++++++++++++++++++ test/CodeGen/function-alignment.c | 16 ++++++++ test/Driver/clang_f_opts.c | 4 -- test/Driver/function-alignment.c | 17 ++++++++ 14 files changed, 176 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/function-alignment.c create mode 100644 test/Driver/function-alignment.c