[all-commits] [llvm/llvm-project] e8743c: Const-initialize ParsedAttrInfos
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Mar 28 11:06:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8743c0f389d43aeab053904c6407280bfbfd3a6
https://github.com/llvm/llvm-project/commit/e8743c0f389d43aeab053904c6407280bfbfd3a6
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths:
M clang/examples/Attribute/Attribute.cpp
M clang/include/clang/Sema/ParsedAttr.h
M clang/lib/Sema/ParsedAttr.cpp
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
Const-initialize ParsedAttrInfos
Gets rid of a 150k static initializer (Release clang)
More information about the All-commits
mailing list