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:
ddd8c61
)
[clang][Interp][NFC] Fix a doc comment
author
Timm Bäder
<tbaeder@redhat.com>
Wed, 5 Jul 2023 06:52:08 +0000
(08:52 +0200)
committer
Timm Bäder
<tbaeder@redhat.com>
Wed, 5 Jul 2023 07:05:53 +0000
(09:05 +0200)
clang/lib/AST/Interp/Record.h
patch
|
blob
|
history
diff --git
a/clang/lib/AST/Interp/Record.h
b/clang/lib/AST/Interp/Record.h
index 24092f57c0d941a381e54532ec7028ad796d3e4c..940b4c9ebf592a60b3115e3b4fe52296e0f65947 100644
(file)
--- a/
clang/lib/AST/Interp/Record.h
+++ b/
clang/lib/AST/Interp/Record.h
@@
-65,7
+65,7
@@
public:
const Base *getBase(QualType T) const;
/// Returns a virtual base descriptor.
const Base *getVirtualBase(const RecordDecl *RD) const;
- // Returns the destructor of the record, if any.
+ //
/
Returns the destructor of the record, if any.
const CXXDestructorDecl *getDestructor() const {
if (const auto *CXXDecl = dyn_cast<CXXRecordDecl>(Decl))
return CXXDecl->getDestructor();