[all-commits] [llvm/llvm-project] 6ac9e5: [clang][RecoveryExpr] Clarify the dependence-bits ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Jul 13 02:45:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ac9e589f869b6a63c9966e7c7ec7cc8207cf2f2
https://github.com/llvm/llvm-project/commit/6ac9e589f869b6a63c9966e7c7ec7cc8207cf2f2
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M clang/include/clang/AST/DependenceFlags.h
M clang/include/clang/AST/Expr.h
M clang/lib/AST/ComputeDependence.cpp
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
[clang][RecoveryExpr] Clarify the dependence-bits documentation.
The expr dependent-bits described that the expression somehow
depends on a template paramter.
With RecoveryExpr, we have generalized it to "the expression depends on
a template parameter, or an error". This patch updates/cleanups all related
comments of dependence-bits.
Differential Revision: https://reviews.llvm.org/D83213
More information about the All-commits
mailing list