[PATCH] D107961: [clang-format] Distinguish K&R C function definition and attribute

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 08:28:23 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:17
 #include "FormatToken.h"
-#include "clang/Basic/TokenKinds.h"
 #include "llvm/ADT/STLExtras.h"
----------------
Why is this not needed anymore?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107961



More information about the cfe-commits mailing list