[clang] modified AST for SEI redemption project (PR #111705)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 05:39:09 PDT 2024
================
@@ -184,6 +206,18 @@ class JSONNodeDumper
StringRef getCommentCommandName(unsigned CommandID) const;
+ /// SEI: simple cacher for addresses of nodes to reduce
----------------
AaronBallman wrote:
This comment should be rewritten and the function renamed. `cacheAddress()` doesn't really describe much and it's not clear why someone would call this function from the comments.
https://github.com/llvm/llvm-project/pull/111705
More information about the cfe-commits
mailing list