[all-commits] [llvm/llvm-project] 6b742c: [clang] Replace call to private ctor with ElementC...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 19 09:41:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b742cc48d91f35bfa98844d5add3655f33f8326
https://github.com/llvm/llvm-project/commit/6b742cc48d91f35bfa98844d5add3655f33f8326
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M clang/lib/AST/ASTContext.cpp
Log Message:
-----------
[clang] Replace call to private ctor with ElementCount::getScalable (2/2)
Update the code for D86120 which made the constructors of `ElementCount`
private. Apparently I missed another instance in the macro just below.
More information about the All-commits
mailing list