Re: [cfe-users] segmentation fault 11 when running clang-tidy

2016-01-11 Thread Hongping Lim via cfe-users
I tried running the command on some other files, and managed to get it working once, and then it segfaulted again when I ran the same command right after. Suppressed 217 warnings (217 in non-user code). Use -header-filter=.* to display errors from all non-system headers. hongping@HLim-MBP:~/my/pro

[cfe-users] segmentation fault 11 when running clang-tidy

2016-01-11 Thread Hongping Lim via cfe-users
I am on Mac OS X 10.11.1, and downloaded the sources and followed the instructions to build clang-tidy. I used xcodebuild and xcpretty to generate the compile_commands.json file. I have the json file in my project root, and ran: ~/build/bin/clang-tidy ./MyFile.m Initially I got this error "LLVM E