[cfe-commits] r125503 - in /cfe/trunk: include/clang/Basic/ include/clang/Driver/ include/clang/Frontend/ include/clang/StaticAnalyzer/Checkers/ include/clang/StaticAnalyzer/Core/ include/clang/StaticAnalyzer/Core/PathSensitive/ include/clang/StaticAnalyzer/Frontend/ lib/Driver/ lib/Frontend/ lib/FrontendTool/ lib/StaticAnalyzer/Checkers/ lib/StaticAnalyzer/Core/ lib/StaticAnalyzer/Frontend/ test/Analysis/

Óscar Fuentes ofv at wanadoo.es
Mon Feb 14 12:19:31 PST 2011


Hello Argiris.

Argyrios Kyrtzidis <kyrtzidis at apple.com> writes:

> Could you take a look at having -I ${CMAKE_CURRENT_BINARY_DIR}
> included by default in the CMAKE_CXX_FLAGS, or offer hints how to do
> it ?
>
> On Feb 14, 2011, at 10:13 AM, Argyrios Kyrtzidis wrote:
>
>> +# So 'Checkers.inc' can be included from the cmake build directory.
>> +# FIXME: Someone more familiar with cmake should enable this for all of LLVM.
>> +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I ${CMAKE_CURRENT_BINARY_DIR}")
>> +

Done. clang: r125514, LLVM: r125513.




More information about the cfe-commits mailing list