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:
a926a26
)
[clang][Interp][NFC] Fix a doc comment and a typo
author
Timm Bäder
<tbaeder@redhat.com>
Sat, 15 Jul 2023 13:11:27 +0000
(15:11 +0200)
committer
Timm Bäder
<tbaeder@redhat.com>
Mon, 17 Jul 2023 12:44:09 +0000
(14:44 +0200)
clang/lib/AST/Interp/Function.h
patch
|
blob
|
history
diff --git
a/clang/lib/AST/Interp/Function.h
b/clang/lib/AST/Interp/Function.h
index
207fb29
..
357e6e2
100644
(file)
--- a/
clang/lib/AST/Interp/Function.h
+++ b/
clang/lib/AST/Interp/Function.h
@@
-149,7
+149,7
@@
public:
bool hasThisPointer() const { return HasThisPointer; }
- //
Checks if the fun
tion already has a body attached.
+ //
/ Checks if the func
tion already has a body attached.
bool hasBody() const { return HasBody; }
unsigned getBuiltinID() const { return F->getBuiltinID(); }