[all-commits] [llvm/llvm-project] a7eaab: [Parser] Parse string literal arguments of 'availa...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Wed Aug 30 01:47:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7eaaba69906d3305752cb738332b9365e666def
      https://github.com/llvm/llvm-project/commit/a7eaaba69906d3305752cb738332b9365e666def
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/test/Parser/attr-availability-xcore.c
    M clang/test/Parser/attr-availability.c
    M clang/test/Parser/attr-external-source-symbol.m
    M clang/test/Parser/ms-square-bracket-attributes.mm

  Log Message:
  -----------
  [Parser] Parse string literal arguments of 'availability', 'external_source_symbol' and 'uuid' attributes as unevaluated

This is a complementary to D156237.
These attributes have custom parsing logic.

Reviewed By: cor3ntin

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




More information about the All-commits mailing list