<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Jan 5, 2019 at 11:37 AM Stephen Kelly via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p><br>
    </p>
    <div class="gmail-m_-3798332382521450953moz-cite-prefix">On 31/12/2018 04:54, Chris Lattner
      wrote:<br>
    </div>
    <blockquote type="cite">
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">On Dec 16, 2018, at 11:44 AM, Stephen Kelly via llvm-dev <a class="gmail-m_-3798332382521450953moz-txt-link-rfc2396E" href="mailto:llvm-dev@lists.llvm.org" target="_blank"><llvm-dev@lists.llvm.org></a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">On 25/11/2018 14:43, Stephen Kelly via llvm-dev wrote:
</pre>
        <blockquote type="cite">
          <pre class="gmail-m_-3798332382521450953moz-quote-pre">However this is a proposal for more modern thinking regarding the permissiveness of auto in LLVM codebases.
Currently the rule on the use of auto is here:
</pre>
        </blockquote>
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">Hi,

Thanks for the input on this topic, which has appeared here on the mailing list, on the phab review, and on IRC.

Almost all respondants generally expressed the claim "The type must be obvious if auto is used", though as I wrote before the guide uses auto in context that the type is not obvious:

for (const auto &Val : Container) { observe(Val); }

It seems that the respondants wish for 'almost never auto'. Fair enough, if the existing practice supports that.

There is one problem though, or rather ~56,000 problems. That's how many uses of auto there are in the entire codebase currently, according to someone on IRC.
</pre>
      </blockquote>
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">I find this to be a helpful line of argument.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>Given what you wrote below, maybe you are missing a negation
      somewhere in this sentence?<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite">
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">We should, as a community, decide what the right thing is regardless of the existing art.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>The existing art is part of 'the community deciding what to do'.</p>
    <p><br>
    </p>
    <p>And yes, I think it makes sense to 'standardize existing
      practice' where possible.<br>
    </p>
    <p><br>
    </p>
    <p>
    </p>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">How did all of those uses get into the codebase? Does it indicate that the guide is not followed, or does it indicate that the guide is too subjective, or that maybe the 'the type must be obvios' guide does not reflect the 'reality at the coalface' anymore? Should those uses of auto be changed?
</pre>
      </blockquote>
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">My understanding is that there has been no widely understood or accepted policy, so different coders and reviewers are doing different things.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>And different contexts within LLVM are fine with auto, but seem
      to get campaigning from other parts who have a different
      interpretation of the guideline:</p>
    <p><br>
    </p>
    <p><a class="gmail-m_-3798332382521450953moz-txt-link-freetext" href="https://reviews.llvm.org/D33672#inline-475812" target="_blank">https://reviews.llvm.org/D33672#inline-475812</a></p>
    <p><br>
    </p>
    <p>
    </p>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">How is a new contributor to react to any of that? What are the real criteria that we can use to determine where auto will cause a patch to be rejected? Does it only depend on who you get as a reviewer?
</pre>
      </blockquote>
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">Right now, it is quite arbitrary.  This is a bug, not a feature.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>Do we have some idea of who is interested in fixing the bug? It
      can't be just one person fixing it - this is a community issue.
      You've suggested that the guideline needs an update, and I've
      already suggested an update. Is it only the two of us? How can we
      proceed?</p>
    <p><br>
    </p>
    <p>
    </p>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">Here is a quote from this thread from Chris and supported by Chandler and Quentin at least:

</pre>
        <blockquote type="cite">
          <pre class="gmail-m_-3798332382521450953moz-quote-pre">Perhaps the rule came be rewritten more generally, as
in “auto should generally only be used when the inferred
type is obvious from context, e.g. as a result of a cast
like dyn_cast or as a result of constructing a value with
a constructor containing a type name.”?
</pre>
        </blockquote>
        <pre class="gmail-m_-3798332382521450953moz-quote-pre">Is it reasonable to have that as a rule if there are ~12000 uses which break that rule?
</pre>
      </blockquote>
      <pre class="gmail-m_-3798332382521450953moz-quote-pre"></pre>
    </blockquote>
    <blockquote type="cite">
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">If you’d like to make progress on this, I think you should start by building consensus.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>Well, I'm trying to find out what the positions people have are,
      but even though there are so many existing usages of auto, this
      thread is not getting responses from the people who put them
      there. So, the code says one thing, and the guideline says
      arguably the same thing, but people have alternative
      interpretations of the guideline. But at least the responses here
      are not really representative.<br></p></div></blockquote><div><br></div><div>You're discounting some aspects:</div><div><br></div><div>- Code is written downstream without much consideration for the guideline and then upstreamed</div><div>- Review process isn't perfect: we let things slip, we don't always want to nitpick on things like `auto`, etc.</div><div>- Some developers just don't know the guidelines and because of the point above, some cases slip.<br></div><div>- People move back and forth between projects (i.e. LLVM is not their main project) and thus aren't focused on every details of the code guidelines (For instance I would review a patch today and not necessarily catch on every style aspect).</div><div><br></div><div>For the particular case of auto, there is an even more complex effect: since the intention is that "types should be obvious when reading the code", someone very familiar with some libraries will always unconsciously infer the returned type from API calls (from conventions, past experience, etc.), but someone who is less familiar with this area of the codebase would be quickly confused.</div><div>Now add to this the fact that the reviewers are (in general) familiar with the area they are reviewing, they aren't necessarily in a good position to catch immediately all the uses of auto that makes the types less obvious to other people.</div><div><br></div><div>The view you mentioned above is a good example of this: one reviewer points very accurately that "if you have to explain that in the variable's name, justify it in review comments" then "This really shouldn't be auto".</div><div>To me this is the important part of the guideline: make it easy for anyone to read the code and infer the types (ideally without extra steps like clicking in an IDE to debunk it).</div><div><br></div><div>On the other hand, another reviewer mentions that there is a specific pattern here and that "people get used to it very quickly when they start actively working on the codebase."</div><div>This is also a valid point, and while I'm very much in favor of the current guideline in general, there are pattern that are so much repetitive that it can be worthwhile to endorse them as the kind of things you need to know for this area.</div><div><br></div><div>The question in this case is if:</div><div><br></div><div><div>const auto ValueToCast = ....getAs<DefinedOrUnknownSVal>();</div></div><div><br></div><div>has an "obvious" type of being an Optional<DefinedOrUnknownSVal>.</div><div><br></div><div>I claim that this example is less about `auto` itself but rather a question about can you consider that `getAs` is such a "core" pattern of this area of the code base that we can accept as "common knowledge" that it always wrap the returned type in an optional.</div><div>And if we do, then the current guideline is actually fulfilled: "the type is already obvious from the context" (getAs being part of the context at this point).</div><div><br></div><div>There are other such example, for example I believe we can assume that all the standard STL algorithm are known and so in this case: </div><div><div> llvm::all_of(Container, [] (const auto &Value) { ...})</div></div><div> </div><div>The use of auto in the lambda should be OK (assuming c++14 and the type of Container is obvious).</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
    </p>
    <p>For me that means I'm not able to get my clang-query features
(<a class="gmail-m_-3798332382521450953moz-txt-link-freetext" href="https://steveire.wordpress.com/2018/11/11/future-developments-in-clang-query/" target="_blank">https://steveire.wordpress.com/2018/11/11/future-developments-in-clang-query/</a>)
      upstream because I'm getting reviews which say "remove <tt class="gmail-m_-3798332382521450953remarkup-monospaced">auto</tt>, here and everywhere in
      this file." in</p>
    <p><br>
    </p>
    <p> <a class="gmail-m_-3798332382521450953moz-txt-link-freetext" href="https://reviews.llvm.org/D54408?id=173770#inline-480255" target="_blank">https://reviews.llvm.org/D54408?id=173770#inline-480255</a><br>
    </p>
    <p><br>
    </p>
    <p>That's a bit of a difficult review comment, given the ways it is
      already used throughout the code.<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite">
      <pre class="gmail-m_-3798332382521450953moz-quote-pre">It seems like there is widespread enough acknowledgement that the current state of things is broken, but there is no concrete proposal for a coding standards change.  Please prepare a patch so we can discuss it.</pre>
    </blockquote>
    <p><br>
    </p>
    <p>I made a proposal in my initial mail in this thread. See the end
      of the email:
      <a class="gmail-m_-3798332382521450953moz-txt-link-freetext" href="https://lists.llvm.org/pipermail/llvm-dev/2018-November/127953.html" target="_blank">https://lists.llvm.org/pipermail/llvm-dev/2018-November/127953.html</a></p></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF">
    <p>Phab is not well-suited to discussion like this, so we should
      probably keep it on the mailing list for now.<br>
    </p>
    <p><br>
    </p>
    <p>But, here's some updated thinking:<br>
    </p>
    <p><br>
    </p>
    <p>New guidelines should <br>
      <br>
      * Be easy to follow<br>
      * Have some consistency<br>
      * Be modern<br>
      * Be welcoming (or at least non-hostile) to newcomers<br>
      * Standardize existing practice in LLVM<br>
      * Achieve a consensus of support about the spirit of the guideline
      (consensus is not unanimity) and be acceptable to people who
      dislike auto<br>
      <br>
    </p>
    <p>Can we agree on that much to start?<br></p></div></blockquote><div><br></div><div>It depends what you mean by "standardize existing practice in LLVM", this seems like a "guideline" to define the new guideline, more than a rule. I.e. if some area are "abusing" auto for example, this is not automatically a reason to standardize, this may just be an indication that some cleanup is needed there.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
    </p>
    <p><br>
    </p>
    <p>On the Phab review, some people expressed that they liked the
      examples of when auto is acceptable. Here is an updated attempt at
      guideline text for that section:<br>
    </p>
    <p><br>
      <br>
      ```<br>
      Some are advocating a policy of "almost always ``auto``" in C++11,
      however LLVM<br>
      uses a more moderate stance. Don't "almost always" use ``auto``,
      but it may be used where either the Concept or the type is obvious
      from the context. Here are<br>
      some cases where use of ``auto`` would make sense:<br>
      <br>
      * Where the type appears elsewhere in the line (eg a dyn_cast)<br>
      * Where the variable name or initializing expression provides
      enough information (`auto SR = getSourceRange()`)<br>
      * Where the context makes the *Concept* obvious, even if the type
      is not obvious (eg, where the instance is only used as an
      iterator, or in an algorithm as a container-like concept, or only
      with a validity check, or an AST Matcher).<br></p></div></blockquote><div><br></div><div>The later point isn't clear to me: even if you're only using the instance as an iterator, I may want to know what types the iterator is actually iterating on.</div><div>I'm not saying that the idea you have here is not desirable, just that the language used does not help me visualize what is / isn't OK: it does not fit your first criteria "Be easy to follow".</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
      <br>
      Exceptions may arise, but they should only arise in exceptional
      cases. If the case is not exceptional, apply the guidelines in
      review discussion.<br></p></div></blockquote><div><br></div><div>This last sentence seems general to the full document rather than this section?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
      ```<br>
    </p>
    <p><br>
    </p>
    <p>The most important thing here is that it does not accept your
      proposal that 'the type must be obvious'. Instead, it recognizes
      that `auto` is really "an unspecified concept" - unspecified only
      because we can't specify the concept in C++ yet.</p>
    <p>However, the point/concern seems to be that readers of code
      should know the instance may be used in its local scope.<br>
    </p>
    <p>That's why these guidelines would allow `auto Ctors` in <br>
    </p>
    <p><br>
    </p>
    <p>llvm::Optional<std::pair<std::string, MatcherCtor>><br>
       getNodeConstructorType(ASTNodeKind targetType) {<br>
         const auto &Ctors = RegistryData->nodeConstructors();<br>
         auto It = llvm::find_if(<br>
             Ctors, [targetType](const NodeConstructorMap::value_type
      &Ctor) {<br>
               return Ctor.first.isSame(targetType);<br>
             });<br>
         if (It == Ctors.end())<br>
           return llvm::None;<br>
         return It->second;<br>
       } <br>
       <br>
    </p>
    <p>because `Ctors` is obviously the Container *concept*</p></div></blockquote><div>It is only obvious after your read the following, but more importantly: why use auto here? It wouldn't hurt to write:    const NodeConstructorMap &Ctors = RegistryData->nodeConstructors(); </div><div>I.e. auto does not make the code more readable to me in this case.</div><div>On the other hand, if the type of Ctors is explicit, the lambda argument type could be auto to me (it becomes obvious from the local context and the use of llvm::find_if).</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>, and knowing
      exactly what type it is is not necessary in the local context. </p></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p>
    </p>
    <p>However, in the below code it would probably not be ok because
      we're calling methods on the instance which opens up more
      possibilities (is it a base interface? etc):</p>
    <p><br>
    </p>
    void SomeClass::foo(int input)<br>
    {<br>
        auto Ctors = getCtors(input);<br>
    <br>
        m_widgets = Ctors->calculate();<br>
    }<br>
    <br>
    <p>Here, `Ctors` is definitely not a Container concept, we don't
      know what kind of concept it is, so we should know the type by
      seeing it typed in the code.<br>
    </p>
    <p>Another example from earlier in the thread:</p>
    <p><br>
    </p>
    <p> template <typename BaseT, typename DerivedT><br>
       void registerIfNodeMatcher(...) {<br>
         auto NodeKind = ASTNodeKind::getFromNodeKind<DerivedT>();<br>
         if (!NodeKind.isNone())<br>
           NodeCtors[NodeKind] = std::make_pair(MatcherName,
      Descriptor);<br>
       }<br>
      <br>
    </p>
    <p>Here, `NodeKind` is used as an Optional (or Maybe) *concept*. All
      we do is a validity check. So, `auto` should be allowed here.</p>
    <p>This 'the concept must be obvious' guideline is also what allows
      the use of `auto` for iterators.<br>
    </p>
    <p><br>
    </p>
    <p>What do people think of "Either the Concept or the type should be
      obvious from the context" as a baseline guideline?</p></div></blockquote><div>You forgot to add "and knowing exactly what type it is is not necessary in the local context" after "Concept", it seems that this is necessary for your definition.</div><div><br></div><div>I'm still fairly unconvinced, because the concept of "concept" seems too fuzzy to be applicable in such a guideline. What is a "Concept" other than a class that honor an API? How is your previous example " m_widgets = Ctors->calculate();" not just obvious that Ctors is an instance of a Concept that "can calculate a widget"?</div><div><br></div><div>Best,</div><div><br></div><div>-- </div><div>Mehdi</div><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>