This revision was automatically updated to reflect the committed changes.
Closed by commit rC320904: [TextDiagnosticBuffer] Fix diagnostic note emission
order (authored by hfinkel, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D40995
Files:
include/clang/Frontend/TextDiagnos
jdenny added a comment.
Hi Richard. Thanks for accepting. I don't have commit privileges. Would you
please commit for me?
https://reviews.llvm.org/D40995
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Huh, I'm amazed we've had this bug for so long. Thanks!
https://reviews.llvm.org/D40995
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
h
jdenny created this revision.
The frontend currently groups diagnostics from the command line
according to diagnostic level, but that places all notes last. Fix
that by emitting such diagnostics in the order they were generated.
https://reviews.llvm.org/D40995
Files:
include/clang/Frontend/T