This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e0df036e92 [clang-format] JS: don't treat is: as a type matcher new 12aa868ef2 Update the documentation for attribute feature tests. new 20e1e29aff Revert 347294, it turned many bots on lab.llvm.org:8011/cons [...]
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: docs/LanguageExtensions.rst | 41 +++++++++------- include/clang/AST/Expr.h | 11 ++--- lib/AST/ASTImporter.cpp | 2 +- lib/AST/Expr.cpp | 18 +++---- lib/AST/ExprConstant.cpp | 85 ++++++++++------------------------ lib/CodeGen/CGBuiltin.cpp | 20 -------- lib/Sema/SemaDeclCXX.cpp | 2 - lib/Sema/SemaExpr.cpp | 12 ++--- lib/Sema/SemaOverload.cpp | 2 +- lib/Sema/SemaTemplateDeduction.cpp | 4 -- lib/Sema/SemaType.cpp | 4 ++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 ++ test/Analysis/builtin-functions.cpp | 6 +-- test/Sema/builtins.c | 9 ---- test/SemaCXX/compound-literal.cpp | 4 +- 15 files changed, 74 insertions(+), 149 deletions(-)