summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-12 20:08:24 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-12 20:08:24 (GMT)
commitc54ed7813fa4efe2c6c95b6ba75c02b78b601a26 (patch)
treea2c5a6f01143055ed11d497354afcbc75041438d /Source/cmState.h
parenta2ce4e81d554fd176070893ad420a53516d016c7 (diff)
downloadCMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.zip
CMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.tar.gz
CMake-c54ed7813fa4efe2c6c95b6ba75c02b78b601a26.tar.bz2
cmState: Rename CallStack snapshots to IncludeFile
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 6717481..ef61406 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -42,7 +42,7 @@ public:
BuildsystemDirectoryType,
FunctionCallType,
MacroCallType,
- CallStackType,
+ IncludeFileType,
InlineListFileType,
PolicyScopeType,
VariableScopeType
@@ -203,10 +203,10 @@ public:
std::string const& entryPointCommand,
long entryPointLine,
std::string const& fileName);
- Snapshot CreateCallStackSnapshot(Snapshot originSnapshot,
- std::string const& entryPointCommand,
- long entryPointLine,
- std::string const& fileName);
+ Snapshot CreateIncludeFileSnapshot(Snapshot originSnapshot,
+ std::string const& entryPointCommand,
+ long entryPointLine,
+ std::string const& fileName);
Snapshot CreateVariableScopeSnapshot(Snapshot originSnapshot,
std::string const& entryPointCommand,
long entryPointLine);