clair icon indicating copy to clipboard operation
clair copied to clipboard

List of standard macros could/should depend on intended compiler/"dialect"

Open rodinaarssen opened this issue 3 years ago • 1 comments

CDTParser.java contains a number of macros that are fed to CDT.

  • This list might not be complete/accurate and might be biased towards what a Microsoft C++ compiler provides.
  • Potentially, the whole parser may be parameterized with the intended compiler, fixing this list of macros along with the (standard) location of the standard library.

rodinaarssen avatar Mar 26 '21 14:03 rodinaarssen

This list seems to now be moved to the AST.rsc file. However, it is still bias towards a Windows setup causing problems on other OS

linuswagner avatar Dec 08 '23 14:12 linuswagner