User Details
- User Since
- Sep 12 2013, 1:55 AM (534 w, 2 d)
May 18 2023
May 17 2023
Just uploaded new diff as these files were reformatted as part of big python reformatting. To make sure whats in phabricator matches what lands.
May 16 2023
May 15 2023
Mar 13 2023
Mar 10 2023
@erichkeane
Patch stack now updated to include a method extraction of hasSpelling, and releasenote added.
Mar 1 2023
Feb 28 2023
Feb 20 2023
Jun 14 2022
Jun 13 2022
Updated diff with:
- Release note
- Cleaned up command line options in RUN commands
- Fixed type mimatch pointed out by @kimgr (out of band)
One week gentle ping.
+ added reviewers from the https://reviews.llvm.org/D111400 patch that fixed the bug these tests covers.
Jun 10 2022
Updated patch with full context.
Gentle 1-week ping
Jun 7 2022
Jun 3 2022
Jun 2 2022
Jun 1 2022
May 28 2022
Added explicit triple to hopefully make it pass on win.
Made the new files clang-format clean.
May 27 2022
Diff updated with release note + updated text in documentation as per jyknight's suggestion.
May 25 2022
Diff updated to be git-clang-format clean and to (hopefully) accommodate for differences in test output on w64.
May 24 2022
This looks sensible to me. But I'm not an expert in the area (and still not 100% clear on the purpose of the ignorelist) so can't really say if the added comments captures the intent accurately.
May 19 2022
There are other pragmas which include colon. How do they fare?
Jun 9 2021
I think this looks good. I can't vouch for the cmake changes.
May 13 2021
May 3 2021
Jul 20 2020
Renamed option to "BitFieldColonSpacing" and made it an enum of: "Both", "None," "Before", "After"
Jul 18 2020
- Regenerated rst
- Fixed clang format errors
- Added release note
- Added bool parsing test
May 8 2020
Nov 7 2019
Nov 6 2019
Oct 7 2019
The "Language" option can not distinguish between C and C++.
This depends on https://reviews.llvm.org/D68568
I might revisit this later. But carrying this patch locally for now.
May 10 2019
Why are you interested in expending this list?
May 7 2019
But running code that has been compiled with -mno-red-zone on a platform that guarantees that redzones are not stamped on should be fine as far as I can understand?