[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 15 14:26:11 PDT 2024


Endilll wrote:

> > @dougsonos Maybe you’ve just not pushed that change yet, but remember to put an entry for `SemaFunctionEffects.cpp` in the table of contents at the start of the `Sema` class definition.
> 
> Thanks. I started to do that and got distracted by a bunch of sections which aren't listed in the TOC :-/ Should I fix that while I'm there? (e.g. API Notes, Bounds Safety)

Ideally you shouldn't include unrelated changes in your patch. I fixed the table of contents in 9f1dc01e0ab4f91c4052a712ce590d2e86b81dc3, so you should be good to go after you merge latest `main`.

https://github.com/llvm/llvm-project/pull/99656


More information about the cfe-commits mailing list