[clang] 267b5b8 - [clang][DebugInfo][test] Rename Objective-C test

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 12:19:38 PDT 2025


Author: Michael Buch
Date: 2025-10-27T19:18:58Z
New Revision: 267b5b8901fad878add53159e7a11050bec2e0f3

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

LOG: [clang][DebugInfo][test] Rename Objective-C test

Changes test name to something more meaningful. In preparation to
refactoring the test to check LLVM IR instead of assembly.

Added: 
    clang/test/DebugInfo/ObjC/property-auto-synth.m

Modified: 
    

Removed: 
    clang/test/DebugInfo/ObjC/property4.m


################################################################################
diff  --git a/clang/test/DebugInfo/ObjC/property4.m b/clang/test/DebugInfo/ObjC/property-auto-synth.m
similarity index 100%
rename from clang/test/DebugInfo/ObjC/property4.m
rename to clang/test/DebugInfo/ObjC/property-auto-synth.m


        


More information about the cfe-commits mailing list