llvm-project/polly/lib
Michael Kruse ae180b95b0 Silence msvc warning on isl. NFC.
The warning is:

    isl_union_map.c(2041): warning C4221: nonstandard extension used: 'filter_user': cannot be initialized using address of automatic variable 'data'

for the following code (and others)

	struct isl_un_op_drop_user_data data = { &isl_set_is_wrapping };
	struct isl_un_op_control control = {
		.filter = &un_op_filter_drop_user,
		.filter_user = &data,
		.fn_map = &isl_set_wrapped_domain_map,
	};

llvm-svn: 329328
2018-04-05 18:30:44 +00:00
..
Analysis [Polly][IslAst] Fix minimal dependence distance. 2018-04-04 18:08:13 +00:00
CodeGen [Polly][IslAst] Fix minimal dependence distance. 2018-04-04 18:08:13 +00:00
Exchange Port ScopInfo to the isl cpp bindings 2017-11-19 22:13:34 +00:00
External Silence msvc warning on isl. NFC. 2018-04-05 18:30:44 +00:00
Support [polly] Change std::sort to llvm::sort in response to r327219 2018-03-13 05:25:23 +00:00
Transform Fix polly build after r328717 2018-03-28 19:56:26 +00:00
CMakeLists.txt [CMake] Use only keyword-version of target_link_library. NFC. 2018-01-12 16:09:18 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00