search for: gettypesourceinfo

Displaying 2 results from an estimated 2 matches for "gettypesourceinfo".

2019 Feb 03
3
RFC: Modernizing our use of auto
...d a guideline update? > > Is there consistency in celbrating that but writing 'remove all use of > auto from this file' in reviews? > > If there's no consensus and no consistency, what does that mean for the > code? > > Is > > if (const auto *TSI = D->getTypeSourceInfo()) > > ok? > > Some reviewers say 'no'. What is the consensus and how is that expressed > in the guidelines? > > Does anyone have any interest in making the guidelines more clear on > this? > > I have made several proposals, and at least Chris agreed that somet...
2018 Dec 31
4
RFC: Modernizing our use of auto
On Dec 16, 2018, at 11:44 AM, Stephen Kelly via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 25/11/2018 14:43, Stephen Kelly via llvm-dev wrote: >> 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: > > Hi, > > Thanks for the input on this topic,