Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
|---|---|---|
| 2538 | nit: alphabetize the interceptors, as you alphabetized the def (... DN_COMP_EXPAND). | |
| compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
|---|---|---|
| 2538 | Sorry, I am not sure what are you asking to do. | |
Comment Actions
The define is COMP then EXPAND.
How about making all the code have 'comp' first and then 'expand' second.
| compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
|---|---|---|
| 2569 | What about this comment, now that the intercept has been added? | |
nit: alphabetize the interceptors, as you alphabetized the def (... DN_COMP_EXPAND).
likewise in all cases below.