llvm-project/polly/lib/Exchange
Tobias Grosser d5a7bfc51d ScopInfo: Do not return reference to member variable 'domain'.
Instead of returning a pointer to the domain, we return a new copy of it. This
is safer, as we do not give access to internal objects. It is also not
expensive, as isl will just increment a reference counter.

llvm-svn: 131010
2011-05-06 19:52:19 +00:00
..
JSONExporter.cpp JSONExport: Some cleanups 2011-04-29 06:52:36 +00:00
Makefile Add initial version of Polly 2011-04-29 06:27:02 +00:00
OpenScopExporter.cpp ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
OpenScopImporter.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
ScopLib.cpp ScopInfo: Do not return reference to member variable 'domain'. 2011-05-06 19:52:19 +00:00
ScopLibExporter.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
ScopLibImporter.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00