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

Doug Wyatt via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 11:18:32 PDT 2024


================
@@ -15099,6 +15037,106 @@ class Sema final : public SemaBase {
   std::string getFixItZeroLiteralForType(QualType T, SourceLocation Loc) const;
 
   ///@}
+
+  //
----------------
dougsonos wrote:

It's copied from the other groupings which separate methods (etc) which are isolated to a single source file.

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


More information about the cfe-commits mailing list