mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
docs: a few content updates
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user