Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
e32a6bdd
Commit
e32a6bdd
authored
Oct 13, 2016
by
Stephen Kelly
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmListFileBacktrace: Add a method to retrieve the Bottom of a snapshot
parent
7863fba1
Pipeline
#31143
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Source/cmListFileCache.h
Source/cmListFileCache.h
+2
-0
No files found.
Source/cmListFileCache.h
View file @
e32a6bdd
...
...
@@ -120,6 +120,8 @@ public:
cmListFileBacktrace
&
operator
=
(
cmListFileBacktrace
const
&
r
);
~
cmListFileBacktrace
();
cmState
::
Snapshot
GetBottom
()
const
{
return
this
->
Bottom
;
}
// Get a backtrace with the given file scope added to the top.
// May not be called until after construction with a valid snapshot.
cmListFileBacktrace
Push
(
std
::
string
const
&
file
)
const
;
...
...
Brad King
@brad.king
Mentioned in commit
188c762f
·
Oct 17, 2016
Mentioned in commit
188c762f
Mentioned in commit 188c762f8a5f690708109a3cb8d44693e599adb1
Toggle commit list
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