search for: d64474

Displaying 5 results from an estimated 5 matches for "d64474".

2019 Jul 10
3
RFC: changing variable naming rules in LLVM codebase
Rui, I have created D64474 to change comments explicitly stating the parameter names for constants ( /*parameterName=*/<constant> ). I did this by hand to match the new variable names. Do you know if there would be a way to update these comments with a tool similar to what you used to change these names? Perhaps it wou...
2019 Jul 10
4
RFC: changing variable naming rules in LLVM codebase
..., my guess is > it case sensitive. So perhaps we will need to find a way to manually change > these names for doxygen comments? > > On Wed, Jul 10, 2019 at 7:12 AM Alex Brachet-Mialot < > alexbrachetmialot at gmail.com> wrote: > >> Rui, >> >> I have created D64474 to change comments explicitly stating the parameter >> names for constants ( /*parameterName=*/<constant> ). I did this by hand to >> match the new variable names. Do you know if there would be a way to update >> these comments with a tool similar to what you used to change...
2019 Jul 12
5
RFC: changing variable naming rules in LLVM codebase
...case sensitive. So perhaps we will need to >> find a way to manually change these names for doxygen comments? >> >> On Wed, Jul 10, 2019 at 7:12 AM Alex Brachet-Mialot >> <alexbrachetmialot at gmail.com> wrote: >> >> Rui, >> >> I have created D64474 to change comments explicitly stating the >> parameter names for constants ( /*parameterName=*/<constant> ). I >> did this by hand to match the new variable names. Do you know if >> there would be a way to update these comments with a tool similar to >> what you used t...
2019 Jul 18
4
RFC: changing variable naming rules in LLVM codebase
...ed to > >> find a way to manually change these names for doxygen comments? > >> > >> On Wed, Jul 10, 2019 at 7:12 AM Alex Brachet-Mialot > >> <alexbrachetmialot at gmail.com> wrote: > >> > >> Rui, > >> > >> I have created D64474 to change comments explicitly stating the > >> parameter names for constants ( /*parameterName=*/<constant> ). I > >> did this by hand to match the new variable names. Do you know if > >> there would be a way to update these comments with a tool similar to > >...
2019 Jul 09
2
RFC: changing variable naming rules in LLVM codebase
Hi Rui, I’m totally positive on switching to camelCase convention. In fact I have been always uncomfortable with the current naming approach. My only suggestion/concern is that we should provide a transition path not only for the trunk code in the repository, but for eventual out-of-trunk code with implementations of custom architectures. I have currently a custom backend implemented on top of