Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Minor comments but otherwise LGTM.
llvm/docs/SourceLevelDebugging.rst | ||
---|---|---|
520 | ||
534–535 | Maybe a minor point, but "in practice" implies it is valid but just doesn't occur naturally, when it would really just be an error however it came about. Maybe "this cannot appear as part of a !DIArgList" or something similar. | |
536–537 | Technically the DIExpression doesn't have to be empty - it just has to be non-complex, i.e. it contains only DW_OP_LLVM_tag_offset or DW_OP_LLVM_fragment elements. The distinction probably isn't important here however. |
Thanks for adding these docs, looks great to me! 🙂 It will be helpful for the future to have these details recorded.
Thanks everyone for reviewing this (and the rest of the stack), sorry it has taken a while to get these landed!