This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 4fbdfe042bfce5b1231371caeab0450d61777573 (tree) |
---|---|
Tiempo | 2017-02-13 04:45:56 |
Autor | s.gusarov |
Commiter | s.gusarov |
Added comment about clang version on Mac
@@ -193,6 +193,8 @@ | ||
193 | 193 | /* |
194 | 194 | * CT_CLANG_VERSION can be used in this situation: |
195 | 195 | * #if CT_CLANG_VERSION >= 30200 that means "if clang has version greater or equal to 3.2" |
196 | + * Annoyingly, Apple makes the clang version defines match the version of Xcode, not the version of clang. | |
197 | + * I.e. CT_CLANG_VERSION could be 60000 for clang 3.x This situation takes place when __APPLE__ is defined | |
196 | 198 | */ |
197 | 199 | /* *INDENT-OFF* */ |
198 | 200 | #if defined (CT_COMPL_CLANG) |