This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6c542b52ff Diagnose invalid cv-qualifiers for friend decls. new a336291ffe [Preprocessor] Allow libc++ to detect when aligned allocatio [...] new b319a856c2 [analyzer] Do not crash in NoStoreFuncVisitor notes if an un [...]
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/DiagnosticGroups.td | 1 - include/clang/Basic/DiagnosticSemaKinds.td | 6 +++--- lib/Driver/ToolChains/Darwin.cpp | 6 +++++- lib/Frontend/InitPreprocessor.cpp | 2 +- lib/Sema/SemaExprCXX.cpp | 6 +++--- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 21 ++++++++++++------- .../diagnostics/no-store-func-path-notes.cpp | 24 ++++++++++++++++++++++ test/Driver/unavailable_aligned_allocation.cpp | 9 ++++++++ test/Lexer/aligned-allocation.cpp | 23 +++++++++++++++++++++ 9 files changed, 82 insertions(+), 16 deletions(-) create mode 100644 test/Lexer/aligned-allocation.cpp