@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-compile-commands-and-language-toolchains>
  a schema:TechArticle ;
  schema:headline "Code Compile Commands and Language Toolchains" ;
  schema:url <https://anchorfact.org/computer-science/code-compile-commands-and-language-toolchains/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-compile-commands-and-language-toolchains>
  schema:citation <https://clang.llvm.org/docs/JSONCompilationDatabase.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-compile-commands-and-language-toolchains>
  schema:citation <https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-compile-commands-and-language-toolchains>
  schema:citation <https://clangd.llvm.org/design/compile-commands> ;
  af:sourceTier "B" .