Edwin Rodriguez

Results 6 comments of Edwin Rodriguez

Let me clean this up a bit. I create VARIANT_ROOT = $(TUP_VARIANTDIR) in the topmost Tuprules.tup to use to define DIR_TEST = $(VARIANT_ROOT)/root/test The attached example has a lua which...

I would like to see a way to specify certain variables that are not checked. i.e. if GCC_COLOR changes that shouldn't trigger a full rebuild.

I'm proposing this change to reduce analysis time for precommit approval. The project I'd like to apply it to consists of approx 1600 source files and takes 5 1/2 hours...

The problem is that codechecker sets -analyzer-opt-analyze-headers and there is no option to clang to turn it off once its passed on the cli. And because it already passes expand-macros=true...

How about just removing '-analyzer-opt-analyze-headers' and 'expand-macros=true' and require people who want it to add those options via --saargs

Looks like 'getvariantdir' returns the path to the output dir - the lua script is in 'src/build_tools' "-I../../../build-dbg/build_tools/root/nimble/include". But I can work around it with this: `'-I' .. tup.getvariantdir() .....