This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f05b16b [tsan][clang] Introduce a function attribute to disable TSan [...] new f74c116 [c++1z] Add constant-folding support for strcmp, strncmp, and [...] new 8b5e03a [c++1z] p0522 is approved. new 0e0e98c [index] Rename SymbolSubKind -> SymbolProperty, NFC.
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: include/clang/Index/IndexSymbol.h | 15 ++--- lib/AST/ExprConstant.cpp | 50 +++++++++++++++++ lib/Index/IndexSymbol.cpp | 100 ++++++++++++++++----------------- test/SemaCXX/constexpr-string.cpp | 68 ++++++++++++++++++++++ test/SemaCXX/constexpr-strlen.cpp | 15 ----- tools/c-index-test/core_main.cpp | 4 +- tools/libclang/CXIndexDataConsumer.cpp | 12 ++-- www/cxx_status.html | 7 ++- 8 files changed, 189 insertions(+), 82 deletions(-) create mode 100644 test/SemaCXX/constexpr-string.cpp delete mode 100644 test/SemaCXX/constexpr-strlen.cpp