================
@@ -537,6 +537,9 @@ class ToolChain {
     return LangOptions::SSPOff;
   }
 
+  /// Does this tool chain enable -fstack-clash-protection by default.
+  virtual bool IsStackClashProtectionDefault() const { return false; }
----------------
MaskRay wrote:

`isStack...`

The clang code base is inconsistent, but try adopting `functionName()` for new 
functions.

https://github.com/llvm/llvm-project/pull/209279
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to