search for: blangmuir

Displaying 4 results from an estimated 4 matches for "blangmuir".

Did you mean: langmuir
2014 Mar 06
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...at case is not covered by the tool. On Wed, Mar 5, 2014 at 2:54 PM, Craig Topper <craig.topper at gmail.com> wrote: > Didn't realize that. I'll see if i can figure out how to make it delete > the virtual keyword. > > > On Wed, Mar 5, 2014 at 2:32 PM, Ben Langmuir <blangmuir at apple.com> wrote: > >> clang-modernize has a -format option that will run clang-format on the >> code it changes. >> >> Ben >> >> >> >> On Mar 5, 2014, at 2:26 PM, Craig Topper <craig.topper at gmail.com> wrote: >> >> clang-...
2014 Mar 06
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...; >> On Wed, Mar 5, 2014 at 2:54 PM, Craig Topper <craig.topper at gmail.com>wrote: >> >> Didn't realize that. I'll see if i can figure out how to make it delete >> the virtual keyword. >> >> >> On Wed, Mar 5, 2014 at 2:32 PM, Ben Langmuir <blangmuir at apple.com> wrote: >> >> clang-modernize has a -format option that will run clang-format on the >> code it changes. >> >> Ben >> >> >> >> On Mar 5, 2014, at 2:26 PM, Craig Topper <craig.topper at gmail.com> wrote: >> >> cl...
2014 Mar 07
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...Topper <craig.topper at gmail.com>wrote: >>>> >>>> Didn't realize that. I'll see if i can figure out how to make it delete >>>> the virtual keyword. >>>> >>>> >>>> On Wed, Mar 5, 2014 at 2:32 PM, Ben Langmuir <blangmuir at apple.com>wrote: >>>> >>>> clang-modernize has a -format option that will run clang-format on the >>>> code it changes. >>>> >>>> Ben >>>> >>>> >>>> >>>> On Mar 5, 2014, at 2:26 PM, Cra...
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
clang-modernize has a -format option that will run clang-format on the code it changes. Ben On Mar 5, 2014, at 2:26 PM, Craig Topper <craig.topper at gmail.com> wrote: > clang-modernize can add the 'override', but it can't currently delete 'virtual'. It will also potentially overflow 80 columns. And if it removed virtual it would fail to align a second line of