Hi Tamas, OIndex: src/common/hbver.c > > =================================================================== > --- src/common/hbver.c (revision 12965) > +++ src/common/hbver.c (working copy) > @@ -623,11 +623,11 @@ > pszName = "EMX/RSXNT/Win32 GNU C"; > #elif defined( __EMX__ ) > pszName = "EMX GNU C"; > - #elif defined( __clang__ ) > - #if defined( __llvm__ ) > - pszName = "Clang/LLVM C"; > + #elif defined( __llvm__ ) > + #if defined( __clang__ ) > + pszName = "LLVM/Clang C"; > #else > - pszName = "Clang/GNU C"; > + pszName = "LLVM/GNU C"; > #endif > #else > pszName = "GNU C";
Seems good to me, but we should also add non-LLVM Clang frontend to the mix. (this still exists f.e. for C++ code) I'll commit something pretty soon, pls take a look at it. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
