diff options
author | Riccardo Mori <patacca@autistici.org> | 2021-07-19 17:06:21 +0200 |
---|---|---|
committer | Riccardo Mori <patacca@autistici.org> | 2021-07-19 17:23:56 +0200 |
commit | 84dfbf5a7797f6a3f786163b77ce020009d6ba4e (patch) | |
tree | fda4c80a4e97e8007672345b2c405aedf2fa3aca /clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp | |
parent | ad424cf1ed2a191b3e93f60ca591104dbf4b79a2 (diff) | |
download | llvm-84dfbf5a7797f6a3f786163b77ce020009d6ba4e.zip llvm-84dfbf5a7797f6a3f786163b77ce020009d6ba4e.tar.gz llvm-84dfbf5a7797f6a3f786163b77ce020009d6ba4e.tar.bz2 |
[Polly][Isl] Stop using isl::set::lex_le_set. NFC
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.
Changes made:
- Stop using `isl::set::lex_le_set`. The official way to do this is to use `isl::map::lex_le_at`
- Removed `isl::set::lex_le_set` from `isl-noexceptions.h`
- `isl-noexceptions.h` has been generated by this https://github.com/patacca/isl/commit/266fea1d3dbd31c23d866eb363fcc8e61e50419f
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D106269
Diffstat (limited to 'clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp')
0 files changed, 0 insertions, 0 deletions