| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-29 | [clang][examples] Fix build failure (NFC) | Jie Fu | |
| /llvm-project/clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp:36:20: error: cannot use incomplete type 'llvm::Module' as a range for (auto &F : M) ^ | |||
| 2023-11-07 | [clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp ↵ | Jie Fu | |
| (NFC) /llvm-project/clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp:33:28: error: unused variable 'key' [-Werror,-Wunused-variable] static llvm::AnalysisKey key; ^ 1 error generated. | |||
| 2023-11-06 | [Clang] Add codegen option to add passbuilder callback functions (#70171) | William Moses | |
