<div dir="ltr">Hi,<div><br></div><div>Please, provide more datailed explanation of your issue. Which one of the following is it?</div><div><br></div><div>a) You have a compilation database in place and clang-tidy does not detect it.</div><div>b) You don't have a compilation database.</div><div><br></div><div>If it's b) you obviously can get rid of this error by getting a compilation database (on how to refer to <a href="http://clang.llvm.org/extra/clang-tidy/#running-clang-tidy-on-llvm">Running Clang Tidy on LLVM</a>).</div><div><br></div><div>Generally you might not always want to have a compilation database if your goal is just to analyze a single source file: this error doesn't prevent clang-tidy from inspecting the provided sourcefile, so you'll still get your diagnostics even if no compilation database is up.</div><div><div><br></div><div>Hope this helps,</div><div>Kirill Bobyrev</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 3, 2016 at 2:35 PM, phi clang via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi All, <br><br></div>How do I get rid of this error ?<br><br>CX08$ /home/phi/llvmbuild/bin/clang-tidy -fix-errors -checks='readability-braces-around-statements' c.c<br>Error while trying to load a compilation database:<br>Could not auto-detect compilation database for file "c.c"<br>No compilation database found in /home/phi or any parent directory<br>json-compilation-database: Error while opening JSON database: No such file or directory<br><br></div>Thanx in advance<br></div>Cheers,<br></div>Phi<br></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>