Course Center: Official LLVM Documentation API
Welcome to the official LLVM Documentation API page. Here you will find all the necessary information to access and utilize the LLVM documentation API.
Features of the API
- Search Documentation: Search through the LLVM documentation using keywords.
- Retrieve API References: Access detailed API references for LLVM libraries.
- Interactive Examples: Explore interactive examples to understand the usage of different LLVM features.
Usage
To get started, you can use the following API endpoint:
GET /api/search?q=<keyword>
Replace <keyword>
with the term you want to search for.
Example Request
To search for information about the llvm::IRBuilder
class, you would send a request like this:
GET /api/search?q=llvm::IRBuilder
Learn More
For more information on the LLVM project and its documentation, please visit our LLVM Documentation.
[center]
[center]