Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 2.72 KB

File metadata and controls

44 lines (28 loc) · 2.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