[all-commits] [llvm/llvm-project] 7443a5: [clang][extract-api] Add support for true anonymou...

Daniel Grumberg via All-commits all-commits at lists.llvm.org
Tue Apr 12 12:45:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7443a504bf6c22b83727c1e43c82c4165b2d5db5
      https://github.com/llvm/llvm-project/commit/7443a504bf6c22b83727c1e43c82c4165b2d5db5
  Author: Daniel Grumberg <dgrumberg at apple.com>
  Date:   2022-04-12 (Tue, 12 Apr 2022)

  Changed paths:
    M clang/include/clang/ExtractAPI/API.h
    M clang/lib/ExtractAPI/API.cpp
    M clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
    M clang/test/ExtractAPI/enum.c

  Log Message:
  -----------
  [clang][extract-api] Add support for true anonymous enums

Anonymous enums without a typedef should have a "(anonymous)" identifier.

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




More information about the All-commits mailing list