[PATCH] D149796: [clang][Sema][NFC] Move `EnterExpressionEvaluationContext` to its own file
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 06:49:29 PDT 2023
aaron.ballman added a comment.
> Sema.h is huge.
Understatement of the year. :-D
Thank you for working on this, I think it's a nice little cleanup. Just some minor nits.
================
Comment at: clang/include/clang/Sema/EnterExpressionEvaluationContext.h:1
+//===--- Sema.h - Semantic Analysis & AST Building --------------*- C++ -*-===//
+//
----------------
Comments here aren't in sync with reality.
================
Comment at: clang/include/clang/Sema/EnterExpressionEvaluationContext.h:70
+#endif
\ No newline at end of file
----------------
Please add the newline to the end of the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149796/new/
https://reviews.llvm.org/D149796
More information about the cfe-commits
mailing list