[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/

Argyrios Kyrtzidis kyrtzidis at apple.com
Mon Feb 14 12:28:07 PST 2011


On Feb 14, 2011, at 12:19 PM, Óscar Fuentes wrote:

> 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.

Thanks!

> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits





More information about the cfe-commits mailing list