![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | __del__ (self) |
| def | getCompileCommands (self, filename) |
| def | getAllCompileCommands (self) |
Public Member Functions inherited from ClangObject | |
| def | __init__ (self, obj) |
| def | from_param (self) |
Static Public Member Functions | |
| def | from_result (res, fn, args) |
| def | fromDirectory (buildDir) |
Additional Inherited Members | |
Public Attributes inherited from ClangObject | |
| obj | |
The CompilationDatabase is a wrapper class around clang::tooling::CompilationDatabase It enables querying how a specific source file can be built.
|
static |
| def getAllCompileCommands | ( | self | ) |
| def getCompileCommands | ( | self, | |
| filename | |||
| ) |
1.8.13