[cfe-users] Right way to fully configure clang default search path and default compile/linker flags

2016-11-08 Thread Romain GEISSLER via cfe-users
Hi, I have been trying to add clang to an existing GNU toolchain, which goal is to be as isolated from the base system as possible (ie install a working compiler/assembler/linker/libc in a very specific folder in /opt/MyToolchain which doesn't use any files from the base system). Also I need to

[cfe-users] Final C++20 rules and -Wambiguous-reversed-operator

2020-03-12 Thread Romain GEISSLER via cfe-users
Hi, It looks like the working of C++20 introduced some breaking compatibilities with some C++17 accepted patterns. From what I read in https://reviews.llvm.org/rL375306 these incompatibilities weren’t really intented by the initial C++20 proposal, and thus broken patterns were still allowed as

Re: [cfe-users] [EXT] Final C++20 rules and -Wambiguous-reversed-operator

2020-03-25 Thread Romain GEISSLER via cfe-users
> Le 15 mars 2020 à 20:14, Richard Smith a écrit : > > No, we still don't have a resolution from the C++ committee, but it's being > discussed by various implementers, and we hope to present to the committee a > suggested set of changes to minimize the pain to users as soon as we can. I > ex