Hi Florian,
Precompiled headers are supposed to live side-by-side with their
source headers, according to:
https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html
So you can probably do something like `find /usr/include -name
"*.gch"` to see if there are GCC precompiled headers available.
(N
There's a patch waiting for attention here:
https://reviews.llvm.org/D17741
Looks like that would be great for you?
- Kim
On Fri, Apr 13, 2018 at 9:49 AM, Rick Mann via cfe-users
wrote:
> No kidding! I know we use code similar to that. I’ll have to check when I’m
> back at the computer.
>
> I
+list
On Sun, Feb 18, 2018 at 10:24 AM, Kim Gräsman wrote:
> Hi Ray,
>
> I think clang-format searches for a ".clang-format" or "_clang-format"
> file by default, so you shouldn't need a -style argument.
>
> But if you do, it should probably say "
On Wed, Aug 5, 2015 at 12:00 PM, Mayuresh Kathe wrote:
>
> Okay, did some hunting and reading, looks like Microsoft has something
> called "Microsoft SDK for Windows 7".
> That contains the linker and a bunch of other tools.
>
> Thanks for that tip about Visual C++ Express, it showed me what else
On Wed, Aug 5, 2015 at 11:24 AM, Mayuresh Kathe wrote:
>
> No, I am not using MinGW/Cygwin, neither do I have Visual Studio installed.
> I tried the '-v' to see what happens (as suggested), and it threw back a
> whole lot of information which I could not understand.
>
> Is there any way to install
+new list
On Wed, Aug 5, 2015 at 11:08 AM, Kim Gräsman wrote:
> Hi Mayuresh,
>
> On Tue, Aug 4, 2015 at 1:01 PM, Mayuresh Kathe wrote:
>>
>> I have installed LLVM-3.8.0-r243265-win64 for my Windows 7 Professional
>> 64-bit and tried to compile a simple program called