Apply suggestions from code review

Co-Authored-By: Felicity Chapman <felicitymay@github.com>
Co-Authored-By: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
James Fletcher
2020-03-10 09:26:28 +00:00
committed by james
parent 6ff1c99ae3
commit b1a24705ad
5 changed files with 10 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
CodeQL libraries for C and C++
==============================
CodeQL library for C and C++
============================
Explore the standard CodeQL libraries for C and C++.
When analyzing C or C++ code, you can use the large collection of classes in the CodeQL library for C and C++.
About the CodeQL libraries for C and C++
----------------------------------------
About the CodeQL library 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:
@@ -15,10 +15,6 @@ The library is implemented as a set of QL modules, that is, files with the exten
The rest of this topic summarizes the available CodeQL classes and corresponding C/C++ constructs.
.. pull-quote:: Note
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.
Commonly-used library classes
------------------------------