[libcxx-commits] [libcxx] f105ed1 - [NFC][libc++][test] Improve name test file.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 22 11:29:52 PDT 2023


Author: Mark de Wever
Date: 2023-08-22T20:29:41+02:00
New Revision: f105ed11ae44b382f1c2cf9f83cba313ad0b8d7f

URL: https://github.com/llvm/llvm-project/commit/f105ed11ae44b382f1c2cf9f83cba313ad0b8d7f
DIFF: https://github.com/llvm/llvm-project/commit/f105ed11ae44b382f1c2cf9f83cba313ad0b8d7f.diff

LOG: [NFC][libc++][test] Improve name test file.

With C++20 modules in libc++ the old name modules is ambiguous. This
rename makes it clear this is regarding the clang modules.

Reviewed By: ldionne, #libc

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

Added: 
    libcxx/test/libcxx/clang_modules_include.gen.py

Modified: 
    

Removed: 
    libcxx/test/libcxx/modules_include.gen.py


################################################################################
diff  --git a/libcxx/test/libcxx/modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py
similarity index 100%
rename from libcxx/test/libcxx/modules_include.gen.py
rename to libcxx/test/libcxx/clang_modules_include.gen.py


        


More information about the libcxx-commits mailing list