• __weak and CLANG
    In cmsis_armclang.h there is a macro #ifndef __WEAK #define __WEAK __attribute__((weak)) #endif That I guess is supposed to help migration... However, for example for STM32F4, the Keil...
  • ARM CLang v6.12: there is bug?
    Good day! I am use Keil uVision v5.28, CLang v6.12. I noticed an interesting feature on the '-Os balanced' and '-O1' optimization levels. My code static void Write(SPI_TypeDef *spi, u16 addr,...
  • Clang Format integration with KEIL
    Is there an easy way to parse/use a clang-format file with KEIL?
  • dynamic syntax check use clang?
    uVision version is V5.26 ARM Compiler version is V5 #ifdef __clang__ code... #endif The code is not gray,as if __clang__ is pre-defined, but i use armcc. I try __clang_major__ and __clang_minor__...
  • Open source clang support for ARM processor
    Hi Experts, Does the open source clang compiler supports the ARM architecture ? I had seen that the ARM Compiler 6 is on LLVM based and it is only trial version I think. In future any plans to release...