mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 08:40:27 +02:00
BuildInfo.h: Improved Clang capitalization
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Reference-to: https://github.com/tenacityteam/tenacity/pull/626
This commit is contained in:
parent
6831615d3f
commit
41e73e11bc
@ -81,7 +81,7 @@ public:
|
|||||||
#define __clang_minor__ 0
|
#define __clang_minor__ 0
|
||||||
#define __clang_patchlevel__ 0
|
#define __clang_patchlevel__ 0
|
||||||
#endif
|
#endif
|
||||||
return wxString::Format( wxT("clang %s"), CUSTOM_wxMAKE_VERSION_DOT_STRING_T(__clang_major__, __clang_minor__, __clang_patchlevel__));
|
return wxString::Format( wxT("Clang %s"), CUSTOM_wxMAKE_VERSION_DOT_STRING_T(__clang_major__, __clang_minor__, __clang_patchlevel__));
|
||||||
|
|
||||||
case BuildInfo::CompilerType::AppleClang:
|
case BuildInfo::CompilerType::AppleClang:
|
||||||
#if !defined(__clang_major__) || !defined (__clang_minor__) || !defined(__clang_patchlevel__)
|
#if !defined(__clang_major__) || !defined (__clang_minor__) || !defined(__clang_patchlevel__)
|
||||||
@ -90,7 +90,7 @@ public:
|
|||||||
#define __clang_minor__ 0
|
#define __clang_minor__ 0
|
||||||
#define __clang_patchlevel__ 0
|
#define __clang_patchlevel__ 0
|
||||||
#endif
|
#endif
|
||||||
return wxString::Format( wxT("Apple clang %s"), CUSTOM_wxMAKE_VERSION_DOT_STRING_T(__clang_major__, __clang_minor__, __clang_patchlevel__));
|
return wxString::Format( wxT("Apple Clang %s"), CUSTOM_wxMAKE_VERSION_DOT_STRING_T(__clang_major__, __clang_minor__, __clang_patchlevel__));
|
||||||
|
|
||||||
case BuildInfo::CompilerType::Unknown:
|
case BuildInfo::CompilerType::Unknown:
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user