projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
050229d
)
[CodeComplete] Delete unused variable in rC342449
author
Fangrui Song
<maskray@google.com>
Sat, 24 Nov 2018 00:41:13 +0000
(
00:41
+0000)
committer
Fangrui Song
<maskray@google.com>
Sat, 24 Nov 2018 00:41:13 +0000
(
00:41
+0000)
llvm-svn: 347508
clang/lib/Sema/SemaCodeComplete.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/SemaCodeComplete.cpp
b/clang/lib/Sema/SemaCodeComplete.cpp
index
7afcf70
..
aeb7aee
100644
(file)
--- a/
clang/lib/Sema/SemaCodeComplete.cpp
+++ b/
clang/lib/Sema/SemaCodeComplete.cpp
@@
-8214,7
+8214,6
@@
void Sema::CodeCompleteIncludedFile(llvm::StringRef Dir, bool Angled) {
// Helper: adds results relative to IncludeDir, if possible.
auto AddFilesFromDirLookup = [&](const DirectoryLookup &IncludeDir,
bool IsSystem) {
- llvm::SmallString<128> Dir;
switch (IncludeDir.getLookupType()) {
case DirectoryLookup::LT_HeaderMap:
// header maps are not (currently) enumerable.