We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce5c06 commit 529ecebCopy full SHA for 529eceb
llvm/docs/ExtendingLLVM.rst
@@ -270,7 +270,7 @@ Adding a derived type
270
271
add support for derived type to:
272
273
- .. code:: c++
+ .. code-block:: c++
274
275
std::string getTypeDescription(const Type &Ty,
276
std::vector<const Type*> &TypeStack)
@@ -296,7 +296,7 @@ Adding a derived type
296
297
modify
298
299
300
301
void calcTypeName(const Type *Ty,
302
std::vector<const Type*> &TypeStack,
0 commit comments