[PATCH] D144878: __builtin_FILE_NAME()

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 06:44:40 PDT 2023


aaron.ballman added inline comments.


================
Comment at: clang/lib/Parse/ParseExpr.cpp:805-807
+/// [C++11] simple-type-specifier braced-init-list [C++11 5.2.3]
 /// [C++]   typename-specifier '(' expression-list[opt] ')'         [C++ 5.2.3]
+/// [C++11] typename-specifier braced-init-list [C++11 5.2.3]
----------------
karapsinie wrote:
> aaron.ballman wrote:
> > Formatting here also got messed up a bit.
> If these two lines are restored, "git-clang-format" will break the comments.
I'll fix it on commit. Do you still get that behavior if you use git-clang-format to format only the *patch* though? https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting


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

https://reviews.llvm.org/D144878



More information about the llvm-commits mailing list