Skip to content

Commit

Permalink
Update Preprocessor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh committed Mar 16, 2024
1 parent eb0ec1d commit 6370b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/include/clang/Lex/Preprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class Preprocessor {
friend class VAOptDefinitionContext;
friend class VariadicMacroScopeGuard;

public:
llvm::unique_function<void(const clang::Token &)> OnToken;
std::shared_ptr<PreprocessorOptions> PPOpts;
DiagnosticsEngine *Diags;
Expand Down

0 comments on commit 6370b57

Please sign in to comment.