I have a mixed project with c and cpp files. I want to compile the cpp files with the cpp11 standard, but when I set the --cpp11 in the misc controls it compiles the C files as cpp files (and obviously that causes a lot of compilation errors) the c files needs to be compiles in the c99 standard. I ended up setting the --cpp11 flag just on a specific group to work around the issue. But I'm wondering if there is a way to set both of the rules (--cpp11 and --c99) to the entire project?
you can do it when armclang v6.x is used:
But for armcc v5.x you have to set different options for different groups/files individually