These functions make it clear to the compiler and user what the intended
behavior is so llvm can make them go as fast as possible.
Details
- Reviewers
sivachandra - Group Reviewers
Restricted Project - Commits
- rG640ed21cceb2: [libc][NFC] Add noreturn and constexpr qualifiers where appropriate
Diff Detail
Event Timeline
I have marked those files in which the changes are OK. Please update and I can submit this patch for you.
libc/src/__support/integer_operations.h | ||
---|---|---|
14 | Changes in this file OK. | |
libc/src/ctype/ctype_utils.h | ||
18 | Changes in this file OK. | |
libc/utils/HdrGen/Command.h | ||
36 ↗ | (On Diff #362076) | Changes in this file OK. |
llvm/include/llvm/Support/Compiler.h | ||
27 ↗ | (On Diff #362076) | You will need to move the changes in this file out to a different patch and get it reviewed by a suitable reviewer. Also, as I have suggested previously, do not mixup style cleanups with the actual intention of the patches. |
Moved ctype function changes to its own diff. This diff now has every requested change!
The frequent updates and repeated pinging of reviewers is almost like spamming us.
Please see https://llvm.org/docs/Contributing.html#how-to-submit-a-patch where it says that a good practice is to ping after a week of silence.
Again, don't get me wrong - I totally appreciate you doing this but we all have our own jobs and work which makes patches like this drop down in priority. That said, I have accepted this patch and will submit it for you some time day (US west coast time).
Ok, I read it. I apologize and should have read it earlier. I am sorry.
I was in a rush since I was hoping to get my changes in the release branch.
I definitely should have considered the people I was pinging first though. I will follow these guidelines from now on.
Changes in this file OK.