[all-commits] [llvm/llvm-project] eabb1f: [AST] Avoid single-trip loop in ClangAttrEmitter
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Aug 19 23:50:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eabb1f0732ac5e20d2e169024befaf2e9f166a8d
https://github.com/llvm/llvm-project/commit/eabb1f0732ac5e20d2e169024befaf2e9f166a8d
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
[AST] Avoid single-trip loop in ClangAttrEmitter
This triggers coverity warnings, see https://reviews.llvm.org/D107703
More information about the All-commits
mailing list