aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r--lib/Format/Format.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp
index b5e4a7003d..bb18e9a851 100644
--- a/lib/Format/Format.cpp
+++ b/lib/Format/Format.cpp
@@ -579,6 +579,7 @@ public:
return;
switch (Tokens[Index].Tok.getIdentifierInfo()->getPPKeywordID()) {
case tok::pp_include:
+ case tok::pp_import:
parseIncludeDirective();
break;
default: