Issue 56024
Summary Duplicated diagnostic message "must be imported ... before it is used"
Labels
Assignees
Reporter ChuanqiXu9
    In  https://github.com/llvm/llvm-project/blob/16ca490f450ea3ceaeda92addd8546967af4b2e1/clang/test/Modules/cxx-templates.cpp#L215-L232 , we could find many 'expected-error +1' directives. And if we remove the '+1' part, we could find many duplicated error message. It is not user friendly. 

Note that there is a FIXME in https://github.com/llvm/llvm-project/blob/16ca490f450ea3ceaeda92addd8546967af4b2e1/clang/lib/Sema/SemaLookup.cpp#L5446-L5447, I guess they refer to the same thing.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to