mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 22:45:05 +00:00
Fix comment formatting for DebugInfoFlags.def
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8090aef78
commit
3693f11517
@ -16,7 +16,8 @@
|
||||
#error "Missing macro definition of HANDLE_DI_FLAG"
|
||||
#endif
|
||||
|
||||
HANDLE_DI_FLAG(0, Zero) // Use it as zero value. For example: void foo(DIFlags Flags = FlagZero).
|
||||
HANDLE_DI_FLAG(0, Zero) // Use it as zero value.
|
||||
// For example: void foo(DIFlags Flags = FlagZero).
|
||||
HANDLE_DI_FLAG(1, Private)
|
||||
HANDLE_DI_FLAG(2, Protected)
|
||||
HANDLE_DI_FLAG(3, Public)
|
||||
|
Loading…
x
Reference in New Issue
Block a user