User Details
- User Since
- Jan 3 2015, 1:16 AM (320 w, 6 d)
Dec 22 2020
Dec 21 2020
Oct 15 2020
Aug 10 2020
Any chance we can still get this in LLVM 11?
Dec 17 2017
I'm missing some documentation to understand the corner cases. How does this check behave with suppressed warnings for checks which ain't currently checked. (Using -no-... on a code base or suppressing the warnings via the pragmas)
Dec 6 2017
How does this check deal with atomic members?
Nov 23 2017
Looking at the documentation and the examples, it is unclear to me what the behavior of checking is when you call a function without throw/noexcept if you can't see the implementation. (Other cpp file)
Nov 9 2017
How does this new file know if it should handle it's flags as it does in clang.exe or clang-cl.exe?
Mar 20 2016
I'm not sure if I'm the right person to do reviews, as I'm mostly a user of the tool and have not yet done any developments or bug fixes to it.
However, from what I know from coding, this looks good to me.
Nov 8 2015
Jan 12 2015
I've fixed the method to do the indentation, by adapting indent in ContinuationIndenter::getNewLineColumn()
Jan 5 2015
I'm gonna assume you guys now the code base better then I do :p
By just indenting the braces, its gonna most likely be much cleaner code,
though then all code in UnwrappedLineParser will be the exact same for
Allman and Whitesmiths.
Any ideas how to make sure this will stay in sync in the future?