saaadhu / naggy

A live compiler diagnostics extension for Atmel Studio
18 stars 4 forks source link

Changes to support Symboldefines from IAR projects #48

Closed saaadhu closed 9 years ago

saaadhu commented 9 years ago

IAR preprocessor symbol definitions use a slightly different syntax (-D sym1 sym2 ..) from gcc (-Dsym1 -Dsym2 ...). However, all such defines are exposed via the SymbolDefines property.

Use both, and return only distinct defines.