Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
16d3f968
Commit
16d3f968
authored
20 years ago
by
Reid Spencer
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless/confusing namespace qualifier.
llvm-svn: 17852
parent
a8c99d4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Bytecode/Reader.h
+1
-1
1 addition, 1 deletion
llvm/include/llvm/Bytecode/Reader.h
with
1 addition
and
1 deletion
llvm/include/llvm/Bytecode/Reader.h
+
1
−
1
View file @
16d3f968
...
@@ -79,7 +79,7 @@ bool GetBytecodeSymbols(const sys::Path& fileName,
...
@@ -79,7 +79,7 @@ bool GetBytecodeSymbols(const sys::Path& fileName,
/// already in memory.
/// already in memory.
/// @returns the ModuleProvider on success, 0 if the bytecode can't be parsed
/// @returns the ModuleProvider on success, 0 if the bytecode can't be parsed
/// @brief Get a bytecode file's externally visibile defined global symbols.
/// @brief Get a bytecode file's externally visibile defined global symbols.
ModuleProvider
*
llvm
::
GetBytecodeSymbols
(
ModuleProvider
*
GetBytecodeSymbols
(
const
unsigned
char
*
Buffer
,
///< The buffer to be parsed
const
unsigned
char
*
Buffer
,
///< The buffer to be parsed
unsigned
Length
,
///< The length of \p Buffer
unsigned
Length
,
///< The length of \p Buffer
const
std
::
string
&
ModuleID
,
///< An identifier for the module
const
std
::
string
&
ModuleID
,
///< An identifier for the module
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment