search for: 10191bc5

Displaying 2 results from an estimated 2 matches for "10191bc5".

Did you mean: 1019155
2019 Jul 22
3
RFC: changing variable naming rules in LLVM codebase
...until after the monorepo migration? * While we’re at it, should we clang-format everything? * How do we expect to maintain git blame history, if at all? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190722/10191bc5/attachment.html>
2019 Jul 18
4
RFC: changing variable naming rules in LLVM codebase
Hi Denis, On Fri, Jul 19, 2019 at 6:55 AM Bakhvalov, Denis <denis.bakhvalov at intel.com> wrote: > Hello Rui, all, > > We recently went through the LLD renaming process at Intel and it went > reasonably well too. > Very glad to hear that! > However I encountered one case when the tool seems not to work: > > > > int foo() > > { > > int A = 1;