This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8283bbb942 [AST] Widen the bit-fields of Stmt to 8 bytes.
new a0460af1b7 [AST] Refactor PredefinedExpr
The 1 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/AST/Expr.h | 144 +++++++++++++++++++-------------
include/clang/AST/Stmt.h | 19 +++++
include/clang/AST/StmtDataCollectors.td | 2 +-
include/clang/Sema/Sema.h | 2 +-
lib/AST/ASTDumper.cpp | 2 +-
lib/AST/ASTImporter.cpp | 4 +-
lib/AST/Expr.cpp | 63 +++++++++-----
lib/AST/StmtPrinter.cpp | 2 +-
lib/AST/StmtProfile.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 2 +-
lib/CodeGen/CGExprConstant.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 26 +++---
lib/Sema/SemaTemplateInstantiate.cpp | 2 +-
lib/Sema/TreeTransform.h | 6 +-
lib/Serialization/ASTReaderStmt.cpp | 15 ++--
lib/Serialization/ASTWriterStmt.cpp | 8 +-
16 files changed, 191 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 9ce7d24d [clang-doc] Switch to default to all-TUs executor
new ff8ea9d0 [AST] Refactor PredefinedExpr
The 1 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:
clang-tidy/bugprone/LambdaFunctionNameCheck.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5512699133 AST: fix a typo in a comment (NFC)
new 8283bbb942 [AST] Widen the bit-fields of Stmt to 8 bytes.
The 1 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/AST/Stmt.h | 395 +++++++++++++++++++++++-------------
lib/AST/Stmt.cpp | 9 +-
lib/Serialization/ASTReaderStmt.cpp | 11 +-
lib/Serialization/ASTWriterStmt.cpp | 2 +-
4 files changed, 272 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.