[all-commits] [llvm/llvm-project] df53f0: Revert "PR46209: properly determine whether a copy...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jun 4 23:45:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df53f09056b09999f6a91029cae5f1cdc941c21b
https://github.com/llvm/llvm-project/commit/df53f09056b09999f6a91029cae5f1cdc941c21b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
M clang/include/clang/AST/DeclCXX.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/TextNodeDumper.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/AST/ast-dump-decl-context-json.cpp
M clang/test/AST/ast-dump-decl.cpp
M clang/test/AST/ast-dump-expr-json.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.cpp
M clang/test/AST/ast-dump-special-member-functions.cpp
M clang/test/AST/ast-dump-template-decls-json.cpp
M clang/test/SemaCXX/type-traits.cpp
M clang/test/SemaObjCXX/arc-0x.mm
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
Revert "PR46209: properly determine whether a copy assignment operator is"
This reverts commit c57f8a3a20540fcf9fbf98c0a73f381ec32fce2a.
Commit: 70ad03d93818532ef19f149f8ff89bcd8af80163
https://github.com/llvm/llvm-project/commit/70ad03d93818532ef19f149f8ff89bcd8af80163
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M clang/include/clang/AST/DeclCXX.h
M clang/include/clang/AST/ExprCXX.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/AST/ExprCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
Log Message:
-----------
Revert "Set the captures on a CXXRecordDecl representing a lambda closure type"
This reverts commit c13dd74e311d2ac70dd3ea663d800307d1aa5b6b.
Compare: https://github.com/llvm/llvm-project/compare/7fc6d36d4848...70ad03d93818
More information about the All-commits
mailing list