[PATCH] D135175: [clang] adds `__is_bounded_array` and `__is_unbounded_array` as builtins

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 5 10:23:34 PDT 2022


cjdb added inline comments.


================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:24
 #include "clang/AST/RecursiveASTVisitor.h"
+#include "clang/AST/Type.h"
 #include "clang/AST/TypeLoc.h"
----------------
shafik wrote:
> Why also `Type.h`?
The most likely reason is that it's come from D116280, and is actually important for one of the child patches (I'm not sure which off the top of my head). I can investigate and move it to the correct one before merging.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135175/new/

https://reviews.llvm.org/D135175



More information about the cfe-commits mailing list