We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a35db2 commit 000d97aCopy full SHA for 000d97a
tools/clang/include/clang/Lex/PreprocessorOptions.h
@@ -149,6 +149,7 @@ class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
149
public:
150
PreprocessorOptions() : UsePredefines(true), DetailedRecord(false),
151
IgnoreLineDirectives(false), // HLSL Change - ignore line directives.
152
+ ExpandTokPastingArg(false), // HLSL Change - allow pre-expand
153
DisablePCHValidation(false),
154
AllowPCHWithCompilerErrors(false),
155
DumpDeserializedPCHDecls(false),
0 commit comments