[PATCH] D40884: [Index] Add setPreprocessor member to IndexDataConsumer.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 01:42:58 PST 2017
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: include/clang/Index/IndexingAction.h:14
#include "clang/Basic/LLVM.h"
+#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/ArrayRef.h"
----------------
Is this header being used in this file?
Repository:
rC Clang
https://reviews.llvm.org/D40884
More information about the cfe-commits
mailing list