[all-commits] [llvm/llvm-project] 7d1a9e: [OpenACC] Rename ParseOpenACCDirective to ParseOpe...

Erich Keane via All-commits all-commits at lists.llvm.org
Fri Nov 17 07:29:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d1a9e81b0b59d020a52c789d659acb5ee5fdc41
      https://github.com/llvm/llvm-project/commit/7d1a9e81b0b59d020a52c789d659acb5ee5fdc41
  Author: erichkeane <ekeane at nvidia.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

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

  Log Message:
  -----------
  [OpenACC] Rename ParseOpenACCDirective to ParseOpenACCDirectiveDecl

The former name is more useful as a callee of the function in a future
patch, so as suggested in that review, move the rename here.




More information about the All-commits mailing list