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 9dd47f5 commit 3acd83dCopy full SHA for 3acd83d
README.md
@@ -0,0 +1,11 @@
1
+# O2CodeChecker
2
+A prototype for a standalone code checker for the AliceO2 project
3
+
4
+It offers:
5
+ * code checks based on clang-tidy and existing components
6
+ * standalone CMake infrastructure for compilation outside of llvm/clang source tree
7
8
+# Requirements/Building
9
10
+ * llvm + clang + clang extra tools (release 3_9) required
11
+ * build using `cmake -DLLVM_DIR=PATH_TO_LLVM_CMAKE_CONFIG -DClang_DIR=PATH_TO_CLANG_CONFIG`
0 commit comments