Francois Fayard

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Francois Fayard commented, -
Francois Fayard created a post, AnsweredParser problem in C++
Hi, The following code gives a problem with the parser that comes with CLion 2017.2.3. The il::Hello<il::int_t> a{}; line says that it cannot resolve Hello nor int_t. I believe that this is valid C... -
-
Francois Fayard created a post, AnsweredPrevent stepping through a library
Hi, I am debugging some C++ code that use some containers implemented with header files (think of a custom std::vector<T>). Stepping through the code using those containers is painful as you step t... -
Francois Fayard created a post, Call stack with std::abort()
Hi, I am running CLion on macOS and Linux, debugging with gdb. My code uses a lot of assertion to check the precondition of my functions and calls std::abort() when they are not satisfied. When thi... -
Francois Fayard created a post, How to visualize the compiler options
Hi,I would like to get the compiler options used by CLion/CMake at Compile Time. Is there an option for that?Best regards,François -
Francois Fayard created a post, Refactor: change name of a public member variable
Hi,I have a code of 100 000 lines loaded in CLion. Many classes inherit from BaseClass that has a public member owner_. I would like to refactor this, change the member to private, and define a get... -
Francois Fayard created a post, Multiple executables
Hi,I have a project that should generate 2 executables. They have different source code but one program is executing the other at run time. Is there a way to do this in CLion or do I have to create... -
Francois Fayard created a post, CLion vs AppCode
Hi,I would like to know if you plan to add features to CLion that won't be backported in AppCode that can also handle C++? If so, which features?Best regards,Francois -