================
@@ -1162,6 +1162,11 @@ class Sema final {
   /// CurContext - This is the current declaration context of parsing.
   DeclContext *CurContext;
 
+  SemaOpenACC &OpenACC() {
----------------
AaronBallman wrote:

I think @sam-mccall is reading the coding guidelines the same way I read them, 
and I agree with his conclusion that I also prefer `openACC()` over 
`getOpenACC()`. I don't find `get` to add much value to readability in this 
case and I think deviating from the style guideline is appropriate.

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

Reply via email to