This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9ff2a18 Minor fixes for miamcpu-opt.c test new 44d1e0a Functions declared in a scope should not hide previous declar [...] new 21f60bb Keep invalid functions as part of the AST new 12a83d3 Fix a few issues while skipping function bodies
The 3 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: lib/Parse/ParseCXXInlineMethods.cpp | 6 ++++ lib/Parse/ParseObjc.cpp | 6 ++++ lib/Parse/ParseStmt.cpp | 46 ++++++++++++++------------ lib/Parse/Parser.cpp | 13 ++++++++ lib/Sema/SemaDecl.cpp | 9 +++-- lib/Sema/SemaLookup.cpp | 23 +++++++------ test/CodeCompletion/ctor-initializer.cpp | 41 +++++++++++++++++++++++ test/Misc/ast-dump-invalid.cpp | 21 ++++++++++++ test/Sema/predefined-function.c | 5 ++- test/SemaCXX/function-redecl.cpp | 9 ++++- unittests/Tooling/ToolingTest.cpp | 56 +++++++++++++++++++++++++++++++- 11 files changed, 194 insertions(+), 41 deletions(-) create mode 100644 test/CodeCompletion/ctor-initializer.cpp