[all-commits] [llvm/llvm-project] c812ab: [include-mapping] Add C-compatibility symbol entries.

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Feb 9 06:52:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c812ab731243f9d5fe1764eb995809a22409ca71
      https://github.com/llvm/llvm-project/commit/c812ab731243f9d5fe1764eb995809a22409ca71
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M clang-tools-extra/clangd/unittests/StdLibTests.cpp
    M clang/include/clang/Tooling/Inclusions/StandardLibrary.h
    M clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
    M clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc
    M clang/tools/include-mapping/cppreference_parser.py
    M clang/tools/include-mapping/gen_std.py
    M clang/unittests/Tooling/StandardLibraryTest.cpp

  Log Message:
  -----------
  [include-mapping] Add C-compatibility symbol entries.

Extending the python generator:
- to generate C-compatibility symbols
- to generate macros

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




More information about the All-commits mailing list