Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 3.72 KB

File metadata and controls

55 lines (34 loc) · 3.72 KB

CodeQL for C and C++

Experiment and learn how to write effective and efficient queries for CodeQL databases generated from C and C++ codebases.

.. toctree::
   :hidden:

   basic-query-for-cpp-code
   codeql-library-for-cpp
   functions-in-cpp
   expressions-types-and-statements-in-cpp
   conversions-and-classes-in-cpp
   analyzing-data-flow-in-cpp
   refining-a-query-to-account-for-edge-cases
   detecting-a-potential-buffer-overflow
   using-the-guards-library-in-cpp
   using-range-analsis-in-cpp
   hash-consing-and-value-numbering
   advanced-dataflow-scenarios-cpp
   customizing-library-models-for-cpp