This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8fcedf2 Widen EHScope::ClenupBitFields::FixupDepth to avoid overflowi [...] new 7c0418d Add support for /Ob1 and -finline-hint-functions flags new 5cafc35 [analyzer] Teach ObjCDeallocChecker about XCTestCase
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/Driver/CLCompatOptions.td | 1 - include/clang/Driver/Options.td | 5 +- include/clang/Frontend/CodeGenOptions.h | 1 + lib/CodeGen/BackendUtil.cpp | 3 +- lib/CodeGen/CodeGenFunction.cpp | 10 ++- lib/Driver/MSVCToolChain.cpp | 2 +- lib/Driver/Tools.cpp | 1 + lib/Frontend/CompilerInvocation.cpp | 11 ++- lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 20 ++--- test/Analysis/DeallocMissingRelease.m | 22 ++++++ test/CodeGen/inline-optim.c | 5 ++ test/CodeGenCXX/inline-hint.cpp | 96 ++++++++++++++++++++++++ test/Driver/cl-options.c | 5 +- 13 files changed, 163 insertions(+), 19 deletions(-) create mode 100644 test/CodeGenCXX/inline-hint.cpp