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:
0ba1940
)
Fix typo (count correctly) in include/clang/AST/TypeNodes.def
author
Hal Finkel
<hfinkel@anl.gov>
Wed, 28 Jan 2015 15:11:18 +0000
(15:11 +0000)
committer
Hal Finkel
<hfinkel@anl.gov>
Wed, 28 Jan 2015 15:11:18 +0000
(15:11 +0000)
Patch by Mingjie Xing.
llvm-svn: 227313
clang/include/clang/AST/TypeNodes.def
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/TypeNodes.def
b/clang/include/clang/AST/TypeNodes.def
index
3b2665b
..
2549f0b
100644
(file)
--- a/
clang/include/clang/AST/TypeNodes.def
+++ b/
clang/include/clang/AST/TypeNodes.def
@@
-11,7
+11,7
@@
// enumerated by providing its name (e.g., "Builtin" or "Enum") and
// base class (e.g., "Type" or "TagType"). Depending on where in the
// abstract syntax tree the type will show up, the enumeration uses
-// one of f
our
different macros:
+// one of f
ive
different macros:
//
// TYPE(Class, Base) - A type that can show up anywhere in the AST,
// and might be dependent, canonical, or non-canonical. All clients