[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
================
@@ -177,14 +193,34 @@ class ASTNodeTraverser
if (!SQT.Quals.hasQualifiers())
return Visit(SQT.Ty);
- getNodeDelegate().AddChild([=] {
+ // SEI: changed from default label to "qualTypeDetail"
----------------
AaronBallman wrote:
```suggestion
```
We don't add changelog comments directly in the source code, and we also don't attribute comments to particular individuals or entities (unless it's actually relevant to understanding the code).
https://github.com/llvm/llvm-project/pull/111705
More information about the cfe-commits
mailing list