-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Currently clang will attempt to reference header files from the built-in directories (this can be prevented via the --nostdinc option). However, these directories will likely not exist on the machines of many people using CCSM. In the case that it does exist it will yield different behaviour than in the case that it does not, which is an undesirable trait.