diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-11-28 19:45:26 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-11-28 19:45:26 +0000 |
commit | 337e3a5feab8675aacaa75573b522079ff929601 (patch) | |
tree | a9eff0435a546b0d28107705321840220a3f1a4f /clang/lib/Sema/CodeCompleteConsumer.cpp | |
parent | 26222b666c11a1f9fc7c2b31b330a759826e58f5 (diff) | |
download | bcm5719-llvm-337e3a5feab8675aacaa75573b522079ff929601.tar.gz bcm5719-llvm-337e3a5feab8675aacaa75573b522079ff929601.zip |
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
llvm-svn: 90044
Diffstat (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp')
-rw-r--r-- | clang/lib/Sema/CodeCompleteConsumer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/CodeCompleteConsumer.cpp b/clang/lib/Sema/CodeCompleteConsumer.cpp index a9d83010576..b0a7a664f5a 100644 --- a/clang/lib/Sema/CodeCompleteConsumer.cpp +++ b/clang/lib/Sema/CodeCompleteConsumer.cpp @@ -17,7 +17,6 @@ #include "Sema.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/StringSwitch.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/raw_ostream.h" #include <algorithm> #include <cstring> |