Hello everyone.

I'm having trouble to follow the steps to run clang-modernize. The tip they
give for cmake users is to runcmake with this define. (see the website here
: http://clang.llvm.org/extra/clang-modernize.html)

They say this should generate a "compilataion database" i.e. info
explaining How the files will be build so clang-modernize can use the same
flags.

-> BTW the same tip is given for clang-check.

But I don't see anything chanage in the output of cmake when I run with
this command and when I run the clang tool it says there is no database.

I've looked for informations about this flags in the documentation but
could not find it.
The only hint I have is that maybe it does not exist for MSVC generators.


Could you help me please.



Patform info:
I use cmake 2.8.12.1 (last version i know)
With Visual 2013.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to