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
00420edd
Commit
00420edd
authored
12 years ago
by
Nico Weber
Browse files
Options
Downloads
Patches
Plain Diff
Delete an outdated comment.
llvm-svn: 167441
parent
8cd99817
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
clang/include/clang/Lex/Lexer.h
+1
-3
1 addition, 3 deletions
clang/include/clang/Lex/Lexer.h
with
1 addition
and
3 deletions
clang/include/clang/Lex/Lexer.h
+
1
−
3
View file @
00420edd
...
@@ -128,9 +128,7 @@ public:
...
@@ -128,9 +128,7 @@ public:
SourceLocation
getFileLoc
()
const
{
return
FileLoc
;
}
SourceLocation
getFileLoc
()
const
{
return
FileLoc
;
}
/// Lex - Return the next token in the file. If this is the end of file, it
/// Lex - Return the next token in the file. If this is the end of file, it
/// return the tok::eof token. Return true if an error occurred and
/// return the tok::eof token. This implicitly involves the preprocessor.
/// compilation should terminate, false if normal. This implicitly involves
/// the preprocessor.
void
Lex
(
Token
&
Result
)
{
void
Lex
(
Token
&
Result
)
{
// Start a new token.
// Start a new token.
Result
.
startToken
();
Result
.
startToken
();
...
...
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