commit | 44dfff681fdca5325bc684c46971efad1f3fedfd | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Dec 10 20:08:37 2012 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Dec 10 20:08:37 2012 +0000 |
tree | 7a6794d04c42239992fc3c62328e9d6142ffdcc7 | |
parent | 44f4a2d8a95e7f12c61530a9b57854be009aef38 [diff] [blame] |
Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file was #import'ed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169761 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/skip-parsed-bodies/t2.cpp b/test/Index/skip-parsed-bodies/t2.cpp index 0df28d0..93fff44 100644 --- a/test/Index/skip-parsed-bodies/t2.cpp +++ b/test/Index/skip-parsed-bodies/t2.cpp
@@ -1,2 +1,3 @@ #include "t.h" #include "pragma_once.h" +#import "imported.h"