[all-commits] [llvm/llvm-project] 7815ab: [Parser][NFC] Move the core parsing of an attribut...

Bill Wendling via All-commits all-commits at lists.llvm.org
Fri Sep 6 14:08:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7815abec165114da29e191022c2816f857b1984f
      https://github.com/llvm/llvm-project/commit/7815abec165114da29e191022c2816f857b1984f
  Author: Bill Wendling <morbo at google.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseDecl.cpp

  Log Message:
  -----------
  [Parser][NFC] Move the core parsing of an attribute into a separate method (#107300)

Refactor attribute parsing so that the main code parsing an attribute
can be called by a separate code path that doesn't start with the
'__attribute' keyword.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list