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.
2 parents 860ae77 + 7c9f137 commit db4beb6Copy full SHA for db4beb6
llvm/include/llvm/ADT/StringSwitch.h
@@ -14,7 +14,6 @@
14
#define LLVM_ADT_STRINGSWITCH_H
15
16
#include "llvm/ADT/StringRef.h"
17
-#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/ErrorHandling.h"
19
#include <cassert>
20
#include <cstring>
@@ -64,7 +63,7 @@ class StringSwitch {
64
63
void operator=(const StringSwitch &) = delete;
65
void operator=(StringSwitch &&) = delete;
66
67
- // Case-sensitive case matchers
+ // Case-sensitive case matchers.
68
StringSwitch &Case(StringLiteral S, T Value) {
69
CaseImpl(S, Value);
70
return *this;
0 commit comments