Move around experimental tests

This commit is contained in:
Nikola Matic
2023-09-05 11:50:43 +02:00
parent b2bafc563e
commit f30c0ed1d3
17 changed files with 43 additions and 2 deletions
+7
View File
@@ -240,6 +240,13 @@ public:
/// @returns false on error.
bool compile(State _stopAfter = State::CompilationSuccessful);
/// Checks whether experimental analysis is on; used in SyntaxTests to skip compilation in case it's ``true``.
/// @returns true if experimental analysis is set
bool isExperimentalAnalysis() const
{
return !!m_experimentalAnalysis;
}
/// @returns the list of sources (paths) used
std::vector<std::string> sourceNames() const;