[all-commits] [llvm/llvm-project] 1ae63b: [clang][NFC] Pass the ASTContext to CXXRecordDecl:...
Bruno Ricci via All-commits
all-commits at lists.llvm.org
Wed Jul 29 06:55:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ae63b4179c222431cd6a4b2397abceaa5bc3d30
https://github.com/llvm/llvm-project/commit/1ae63b4179c222431cd6a4b2397abceaa5bc3d30
Author: Bruno Ricci <riccibrun at gmail.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M clang/include/clang/AST/DeclCXX.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
Log Message:
-----------
[clang][NFC] Pass the ASTContext to CXXRecordDecl::setCaptures
In general Decl::getASTContext() is relatively expensive and here the changes
are non-invasive. NFC.
Commit: 517fe058d42a1f937e14de4b61a5ac2ad326c850
https://github.com/llvm/llvm-project/commit/517fe058d42a1f937e14de4b61a5ac2ad326c850
Author: Bruno Ricci <riccibrun at gmail.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
Log Message:
-----------
[clang][NFC] clang-format fix after eb10b065f2a870b425dcc2040b9955e0eee464b4
Compare: https://github.com/llvm/llvm-project/compare/ad793ed90370...517fe058d42a
More information about the All-commits
mailing list