[all-commits] [llvm/llvm-project] 1b4800: [clang][parser] Set source ranges for GNU-style at...

tbaederr via All-commits all-commits at lists.llvm.org
Sat Apr 3 22:59:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b4800c2625912d16867d27e5eec3af27af31557
      https://github.com/llvm/llvm-project/commit/1b4800c2625912d16867d27e5eec3af27af31557
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2021-04-04 (Sun, 04 Apr 2021)

  Changed paths:
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/test/AST/sourceranges.cpp
    M clang/test/Parser/cxx0x-attributes.cpp
    M clang/test/SemaCXX/switch-implicit-fallthrough.cpp

  Log Message:
  -----------
  [clang][parser] Set source ranges for GNU-style attributes

Set the source ranges for parsed GNU-style attributes in
ParseGNUAttributes(), the same way that ParseCXX11Attributes() does it.

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




More information about the All-commits mailing list