This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6616e2d814 [Sema][ObjC] Fix a -Wformat false positive with localizedStr [...] new da781a67c9 [NFC][clang] Moving argument handling: Driver::BuildActions [...] new f6a49c4be8 [CFG] Introduce CFGElementRef, a wrapper that knows it's pos [...]
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/Analysis/CFG.h | 175 ++++++++++++++++++++++++++++++- include/clang/Driver/Driver.h | 9 ++ lib/Analysis/CFG.cpp | 4 + lib/Driver/Driver.cpp | 232 +++++++++++++++++++++-------------------- unittests/Analysis/CFGTest.cpp | 133 +++++++++++++++++++++++ 5 files changed, 437 insertions(+), 116 deletions(-)