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

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 12:25:27 PDT 2024


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

Yes, this is consistent with the rest of Sema.h

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


More information about the cfe-commits mailing list