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:
34e1edf
)
Fix "funciton" typo from r184763
author
Reid Kleckner
<reid@kleckner.net>
Mon, 24 Jun 2013 20:08:40 +0000
(20:08 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Mon, 24 Jun 2013 20:08:40 +0000
(20:08 +0000)
llvm-svn: 184779
clang/include/clang/AST/TypeLoc.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/TypeLoc.h
b/clang/include/clang/AST/TypeLoc.h
index
a028a6f
..
20d166c
100644
(file)
--- a/
clang/include/clang/AST/TypeLoc.h
+++ b/
clang/include/clang/AST/TypeLoc.h
@@
-978,7
+978,7
@@
inline TypeLoc TypeLoc::IgnoreParens() const {
struct DecayedLocInfo { }; // Nothing.
/// \brief Wrapper for source info for pointers decayed from arrays and
-/// func
it
ons.
+/// func
ti
ons.
class DecayedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, DecayedTypeLoc,
DecayedType, DecayedLocInfo> {
public: