docs: a few content updates

This commit is contained in:
james
2020-02-17 15:08:30 +00:00
parent d3eb5334b8
commit 6ff1c99ae3
9 changed files with 30 additions and 37 deletions

View File

@@ -3,8 +3,8 @@ CodeQL libraries for C and C++
Explore the standard CodeQL libraries for C and C++.
Overview
--------
About the CodeQL libraries for C and C++
----------------------------------------
There is an extensive library for analyzing CodeQL databases extracted from C/C++ projects. The classes in this library present the data from a database in an object-oriented form and provide abstractions and predicates to help you with common analysis tasks.
The library is implemented as a set of QL modules, that is, files with the extension ``.qll``. The module ``cpp.qll`` imports all the core C/C++ library modules, so you can include the complete library by beginning your query with:
@@ -19,7 +19,7 @@ The rest of this topic summarizes the available CodeQL classes and corresponding
You can find related classes and features using the query console's auto-complete feature. You can also press *F3* to jump to the definition of any element. Library files are opened in new tabs in the console.
Summary of the library classes
Commonly-used library classes
------------------------------
The most commonly used standard library classes are listed below. The listing is broken down by functionality. Each library class is annotated with a C/C++ construct it corresponds to.