[all-commits] [llvm/llvm-project] 97d234: [clang][Parse] Add parsing support for C++ attribu...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 1 05:48:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97d234935f1514af128277943f30efc469525371
      https://github.com/llvm/llvm-project/commit/97d234935f1514af128277943f30efc469525371
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/Parser/cxx0x-attributes.cpp
    A clang/test/SemaCXX/cxx11-attributes-on-using-declaration.cpp

  Log Message:
  -----------
  [clang][Parse] Add parsing support for C++ attributes on using-declarations

This is a re-application of dc67299 which was reverted in f63adf5b because
it broke the build. The issue should now be fixed.

Attribution note: The original author of this patch is Erik Pilkington.
I'm only trying to land it after rebasing.

Differential Revision: https://reviews.llvm.org/D91630




More information about the All-commits mailing list