================
@@ -101,8 +103,10 @@ class SymbolConjured : public SymbolData {
   }
 
 public:
-  /// It might return null.
-  const Stmt *getStmt() const { return S; }
----------------
Xazax-hun wrote:

Would it make sense to keep `getStmt`? It could still return null but some 
callers might find it useful. 

https://github.com/llvm/llvm-project/pull/128251
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to