[all-commits] [llvm/llvm-project] e11f9f: Add 'l' constraint to goto label reference
Bill Wendling via All-commits
all-commits at lists.llvm.org
Tue Feb 25 11:48:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e11f9fb4508534d31b09d2ba6cd22428ccc75f65
https://github.com/llvm/llvm-project/commit/e11f9fb4508534d31b09d2ba6cd22428ccc75f65
Author: Bill Wendling <isanbard at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M clang/test/Analysis/uninit-asm-goto.cpp
Log Message:
-----------
Add 'l' constraint to goto label reference
A goto label uses the 'l' constraint, skipping it can cause unexpected
warnings.
More information about the All-commits
mailing list