[cfe-dev] JSONCompilationDB Parser

Ramneek Handa ramneekhanda at gmail.com
Thu Nov 29 07:19:52 PST 2012


Why is it so strict? I am trying to write an ide backend would like to use the compilation commands file to contain some extra information so that i don't have to keep multiple files. the following code in parse message doesn't allow me to keep any other key but directory, command and file. 

else {
        ErrorMessage = ("Unknown key: \"" +
                        KeyString->getRawValue() + "\"").str();
        return false;
      }


Could this be removed? 

-- 
Ramneek Handa
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20121129/ad7b9048/attachment.html>


More information about the cfe-dev mailing list