[all-commits] [llvm/llvm-project] beb997: [Clang] Improve diagnostic message for loop hint p...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Fri Oct 28 01:51:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beb997799d823aece097494f156c6d277d26571c
https://github.com/llvm/llvm-project/commit/beb997799d823aece097494f156c6d277d26571c
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M clang/lib/Parse/ParsePragma.cpp
M clang/test/Parser/pragma-loop.cpp
Log Message:
-----------
[Clang] Improve diagnostic message for loop hint pragma
Originally the loop hint is not displayed correctly in the diagnostic.
This patch fixes it.
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D136784
More information about the All-commits
mailing list