forked from qt-creator/qt-creator
		
	Clang: Tests: Improve DocumentSuspenderResumer
* Use IsEmpty() * Set up proper error printer Change-Id: I9d4750f8e69e0660ece33015d439c796077d1727 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
		@@ -114,5 +114,8 @@ public:
 | 
			
		||||
using JobRequests = QVector<JobRequest>;
 | 
			
		||||
 | 
			
		||||
QDebug operator<<(QDebug debug, const JobRequest &jobRequest);
 | 
			
		||||
std::ostream &operator<<(std::ostream &os, JobRequest::Type type);
 | 
			
		||||
std::ostream &operator<<(std::ostream &os, PreferredTranslationUnit preferredTranslationUnit);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
} // namespace ClangBackEnd
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user