[all-commits] [llvm/llvm-project] 6559eb: [AST] Replace asserts with a condition
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Wed Apr 14 13:15:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6559ebd91b70f8d2ed82e19539ee09c5220159c2
https://github.com/llvm/llvm-project/commit/6559ebd91b70f8d2ed82e19539ee09c5220159c2
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M clang/include/clang/AST/DeclCXX.h
M clang/include/clang/AST/TemplateBase.h
Log Message:
-----------
[AST] Replace asserts with a condition
As was done for other locations in commit 54272e5b (NFC:
Replace asserts with if() in SourceLocation accessors, 2019-01-07).
Extracted from https://reviews.llvm.org/D99231
More information about the All-commits
mailing list