[all-commits] [llvm/llvm-project] 7096e0: [Sema] Use isAlwaysUninit for -Wuninitialized-cons...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jun 2 11:25:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7096e04a6831d4668c39b388ccd166f84de69191
https://github.com/llvm/llvm-project/commit/7096e04a6831d4668c39b388ccd166f84de69191
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M clang/lib/Analysis/UninitializedValues.cpp
M clang/test/SemaCXX/warn-uninitialized-const-reference.cpp
Log Message:
-----------
[Sema] Use isAlwaysUninit for -Wuninitialized-const-reference after D79895
More information about the All-commits
mailing list