Store all RejectReasons that occurred in a log.
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Sat, 24 May 2014 09:25:01 +0000 (09:25 +0000)
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Sat, 24 May 2014 09:25:01 +0000 (09:25 +0000)
commit4870e091ec99cd73bc80a8618c00369c836b20d3
treea03c63fc40ff1d7ece19758a06d0adc1ad4a6ce4
parent320af405d6c5b98c9e1daa8efcfa4d3ba476d841
Store all RejectReasons that occurred in a log.

This stores all RejectReasons created for one region
in a RejectLog inside the DetectionContext. For now
this only keeps track of the last error.

A separate patch will enable the tracking of all errors.
This patch itself does no harm (yet).

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