[llvm] 485b1ac - [SandboxIR][Docs] C++ highlighting for code block

Vasileios Porpodas via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 25 08:26:21 PST 2025


Author: Vasileios Porpodas
Date: 2025-01-25T08:25:15-08:00
New Revision: 485b1ac8a265dcf19c55a98aeefff95158cc63a2

URL: https://github.com/llvm/llvm-project/commit/485b1ac8a265dcf19c55a98aeefff95158cc63a2
DIFF: https://github.com/llvm/llvm-project/commit/485b1ac8a265dcf19c55a98aeefff95158cc63a2.diff

LOG: [SandboxIR][Docs] C++ highlighting for code block

Added: 
    

Modified: 
    llvm/docs/SandboxIR.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SandboxIR.md b/llvm/docs/SandboxIR.md
index 61bae4e36ef435..735190e19966e6 100644
--- a/llvm/docs/SandboxIR.md
+++ b/llvm/docs/SandboxIR.md
@@ -6,7 +6,7 @@ Sandbox IR is an IR layer on top of LLVM IR that allows you to save/restore its
 
 Within your LLVM pass:
 
-```
+``` C++
 // 1. Include the necessary Sandbox IR header files.
 #include "llvm/SandboxIR/Context.h
 #include "llvm/SandboxIR/Function.h


        


More information about the llvm-commits mailing list