Re: [cfe-users] Avoid all system include paths

2016-11-13 Thread Emilio Pombo via cfe-users
rd party libraries that are shared between translation units (obviously considering the preprocessor issues). > > On Fri, Nov 11, 2016 at 11:00 AM, Emilio Pombo via cfe-users < > cfe-users@lists.llvm.org> wrote: > >> Hi, >> >> I want to make clang parser to avoid

[cfe-users] Avoid all system include paths

2016-11-11 Thread Emilio Pombo via cfe-users
Hi, I want to make clang parser to avoid all default and builtin include path in my system (Ubuntu 14.04.5 LTS) for lib C and C++ stl (GNU, LLVM or whatever). I'm using the two most canonical options for doing that (I think): -*nobuiltininc* and -*nostdinc++*, also tried to change some roots or pr