[PATCH] D148700: [clang] Add support for “regular” keyword attributes

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 05:20:34 PDT 2023


thakis added subscribers: sammccall, thakis.
thakis added inline comments.


================
Comment at: clang-tools-extra/pseudo/lib/grammar/CMakeLists.txt:5
-# Dependencies should be minimal to avoid long dep paths in the build graph.
-# It does use clangBasic headers (tok::TokenKind), but linking is not needed.
-# We have no transitive dependencies on tablegen files.
----------------
Did whoever wrote this comment sign up its removal? Looks like it was @sammccall in https://github.com/llvm/llvm-project/commit/dc63ad8878de6d0b5dc1268691f48035e9234763


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148700



More information about the cfe-commits mailing list