<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<blockquote style="border-left: 3px solid rgb(200, 200, 200); border-top-color: rgb(200, 200, 200); border-right-color: rgb(200, 200, 200); border-bottom-color: rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Aaron Ballman <aaron.ballman@gmail.com><br>
<b>Sent:</b> Tuesday, May 19, 2020 7:44 AM<br>
<b>To:</b> Finkel, Hal J. <hfinkel@anl.gov><br>
<b>Cc:</b> cfe-dev@lists.llvm.org <cfe-dev@lists.llvm.org>; Owen Voorhees <owenvoorhees@gmail.com><br>
<b>Subject:</b> Re: [cfe-dev] [RFC] Upstreaming proposed change to .dia format from Swift</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">On Tue, May 19, 2020 at 6:26 AM Finkel, Hal J. <hfinkel@anl.gov> wrote:<br>
><br>
> Hi, Owen,<br>
><br>
> I think having documentation links associated with diagnostics is a useful feature, and I would be happy to see it in Clang.<br>
<br>
I agree, I think this is a great idea! Hopefully we can also make use<br>
of it (or something like it) in clang-tidy as well.<br>
<br>
> I would encourage the addition of appropriate links to Clang's <a href="https://clang.llvm.org/docs/LanguageExtensions.html">
https://clang.llvm.org/docs/LanguageExtensions.html</a> and, moreover, maybe we can generate these for mis-applied attributes in some automated way (given that our attribute docs are also TableGen-generated).<br>
<br>
Are you envisioning something like `[[gnu::nonnull]] int *i;` giving<br>
you a diagnostic about the attribute being ignored because it doesn't<br>
apply to local variables, along with a link directly to the<br>
documentation for that attribute? If so, that's a neat idea! We could<br>
possibly even do something like that for unknown or misspelled command<br>
line arguments, because the command line reference is also table<br>
</div>
<div class="PlainText">generated.<br>
</div>
</span></font></div>
</div>
</blockquote>
<div class="PlainText"><br>
</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Yes, exactly. I'm glad that you agree <span id="🙂">🙂</span></div>
<div class="PlainText"><span><br>
</span></div>
<div class="PlainText"><span> -Hal</span></div>
<div class="PlainText"><br>
</div>
<blockquote style="border-left: 3px solid rgb(200, 200, 200); border-top-color: rgb(200, 200, 200); border-right-color: rgb(200, 200, 200); border-bottom-color: rgb(200, 200, 200); padding-left: 1ex; margin-left: 0.8ex; color: rgb(102, 102, 102);">
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText"><br>
~Aaron<br>
<br>
><br>
>  -Hal<br>
><br>
> Hal Finkel<br>
> Lead, Compiler Technology and Programming Languages<br>
> Leadership Computing Facility<br>
> Argonne National Laboratory<br>
><br>
> ________________________________<br>
> From: cfe-dev <cfe-dev-bounces@lists.llvm.org> on behalf of Owen Voorhees via cfe-dev <cfe-dev@lists.llvm.org><br>
> Sent: Monday, May 18, 2020 10:15 AM<br>
> To: cfe-dev@lists.llvm.org <cfe-dev@lists.llvm.org><br>
> Subject: [cfe-dev] [RFC] Upstreaming proposed change to .dia format from Swift<br>
><br>
> Hi all,<br>
><br>
> I was hoping to get some feedback on a proposed change to clang's serialized diagnostics format.<br>
><br>
> To give some background, Swift (swift.org) also uses this format for its diagnostics, and we recently added a new feature called "educational notes" which we'd like to start serializing. An educational note is attached to a diagnostic and is essentially just
 a path to associated documentation somewhere in a compiler toolchain. The documentation can then be displayed alongside emitted diagnostics to teach users about relevant language concepts or describe common problems and solutions. More details can be found
 at <a href="https://github.com/apple/swift/blob/master/docs/Diagnostics.md#educational-notes">
https://github.com/apple/swift/blob/master/docs/Diagnostics.md#educational-notes</a> and an example is available at
<a href="https://github.com/apple/swift/blob/master/userdocs/diagnostics/temporary-pointers.md">
https://github.com/apple/swift/blob/master/userdocs/diagnostics/temporary-pointers.md</a>.<br>
><br>
> In order to support this use case, I'd like to propose adding new records to the .dia format for educational note paths, or perhaps more generally, documentation paths. The new records would be emitted alongside the main diagnostic record, similar to the
 handling of ranges and fix-its. I've submitted a patch with the proposed changes here:
<a href="https://reviews.llvm.org/D80126">https://reviews.llvm.org/D80126</a> .<br>
><br>
> The main reason we'd like to upstream this change to Clang instead of just implementing it in Swift is to avoid diverging from the established format. However, it isn't language specific and in the long term I think this is a feature that could benefit Clang's
 diagnostics quite a bit as well.<br>
><br>
> My questions are:<br>
><br>
> Is the clang community open to making a change like this that primarily benefits a downstream project (swift) in the short term?<br>
> Is this a feature clang might be interested in adopting at some point?<br>
><br>
><br>
> Any and all feedback is welcome! Sorry if this is the wrong place to discuss this sort of thing â€” it's my first time posting to the LLVM lists.<br>
><br>
> Thanks,<br>
> Owen<br>
</div>
</span></font></div>
</div>
</blockquote>
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText"></div>
</span></font></div>
</div>
</body>
</html>