Use own class for storing the RejectLogs
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Thu, 26 Jun 2014 13:36:52 +0000 (13:36 +0000)
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Thu, 26 Jun 2014 13:36:52 +0000 (13:36 +0000)
commit5bf774ce0e1b69ad6f1324acfc65658812e7958b
treebf364a3114e62647eb01076f2a5abf181529f16e
parent970ff64dc58151d06772662335b45724a5df0998
Use own class for storing the RejectLogs

Use a container class to store the reject logs. Delegating most calls to
the internal std::map and add a few convenient shortcuts (e.g.,
hasErrors()).

llvm-svn: 211780
polly/include/polly/ScopDetection.h
polly/include/polly/ScopDetectionDiagnostic.h
polly/lib/Analysis/ScopDetection.cpp