fix: hardDefines not correctly handled
This commit is contained in:
parent
df992c5cbc
commit
6cb843a1ee
|
@ -40,6 +40,7 @@ void CppPreprocessor::clear()
|
|||
|
||||
//option data for the parser
|
||||
//{ List of current project's include path }
|
||||
mHardDefines.clear();
|
||||
mDefines.clear();
|
||||
//mHardDefines.clear(); // set by "cpp -dM -E -xc NUL"
|
||||
mProjectIncludePaths.clear();
|
||||
|
|
Loading…
Reference in New Issue