[PATCH] D71222: Include Stmt.h where it seems to be necessary for modules builds

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 13:12:37 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1164d43855fd: Include Stmt.h where it seems to be necessary for modules builds (authored by rnk).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71222/new/

https://reviews.llvm.org/D71222

Files:
  clang/include/clang/Tooling/Refactoring/ASTSelection.h


Index: clang/include/clang/Tooling/Refactoring/ASTSelection.h
===================================================================
--- clang/include/clang/Tooling/Refactoring/ASTSelection.h
+++ clang/include/clang/Tooling/Refactoring/ASTSelection.h
@@ -10,6 +10,7 @@
 #define LLVM_CLANG_TOOLING_REFACTOR_AST_SELECTION_H
 
 #include "clang/AST/ASTTypeTraits.h"
+#include "clang/AST/Stmt.h"
 #include "clang/Basic/LLVM.h"
 #include "clang/Basic/SourceLocation.h"
 #include <vector>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71222.232921.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191209/36cbcb5e/attachment.bin>


More information about the cfe-commits mailing list