We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5809c commit 48d3824Copy full SHA for 48d3824
lib/CppInterOp/CppInterOp.cpp
@@ -43,7 +43,7 @@
43
#endif
44
#include "clang/Sema/TemplateDeduction.h"
45
46
-#include <llvm/ADT/SmallString.h>
+#include "llvm/ADT/SmallString.h"
47
#include "llvm/ADT/SmallVector.h"
48
#include "llvm/ADT/StringRef.h"
49
#include "llvm/Demangle/Demangle.h"
@@ -52,7 +52,7 @@
52
#include "llvm/Support/CommandLine.h"
53
#include "llvm/Support/Debug.h"
54
#include "llvm/Support/ManagedStatic.h"
55
-#include <llvm/Support/Path.h>
+#include "llvm/Support/Path.h"
56
#include "llvm/Support/raw_os_ostream.h"
57
58
#include <algorithm>
0 commit comments