projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2276925
)
Reformat.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 1 Nov 2017 13:47:48 +0000
(13:47 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 1 Nov 2017 13:47:48 +0000
(13:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317089
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/clang/Sema/Sema.h
patch
|
blob
|
history
diff --git
a/include/clang/Sema/Sema.h
b/include/clang/Sema/Sema.h
index a156e88da62ce56ca9a2b51ce06871263a86bc5d..0abf0f3258a44398a9d192f8bcbd7521b5a5084d 100644
(file)
--- a/
include/clang/Sema/Sema.h
+++ b/
include/clang/Sema/Sema.h
@@
-1734,7
+1734,7
@@
public:
NameClassification(ParsedType Type) : Kind(NC_Type), Type(Type) {}
NameClassification(const IdentifierInfo *Keyword)
-
: Kind(NC_Keyword), Keyword(Keyword) {
}
+
: Kind(NC_Keyword), Keyword(Keyword) {
}
static NameClassification Error() {
return NameClassification(NC_Error);