Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
cfaa1c89
Commit
cfaa1c89
authored
Sep 05, 2018
by
Jonathan Wakely
Committed by
Jonathan Wakely
Sep 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.
From-SVN: r264127
parent
24c49431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/libsupc++/cxxabi.h
+3
-2
No files found.
libstdc++-v3/ChangeLog
View file @
cfaa1c89
2018-09-05 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.
2018-09-03 Jonathan Wakely <jwakely@redhat.com>
2018-09-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/78179
PR libstdc++/78179
...
...
libstdc++-v3/libsupc++/cxxabi.h
View file @
cfaa1c89
...
@@ -165,10 +165,11 @@ namespace __cxxabiv1
...
@@ -165,10 +165,11 @@ namespace __cxxabiv1
* in that case, the demangled name is placed in a region of memory
* in that case, the demangled name is placed in a region of memory
* allocated with malloc.
* allocated with malloc.
*
*
* @param __length If @a __length is non-
NULL
, the length of the
* @param __length If @a __length is non-
null
, the length of the
* buffer containing the demangled name is placed in @a *__length.
* buffer containing the demangled name is placed in @a *__length.
*
*
* @param __status @a *__status is set to one of the following values:
* @param __status If @a __status is non-null, @a *__status is set to
* one of the following values:
* 0: The demangling operation succeeded.
* 0: The demangling operation succeeded.
* -1: A memory allocation failure occurred.
* -1: A memory allocation failure occurred.
* -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
* -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment