-
This occurs in OClint version 0.6:
```
maxtothemax@maxtothemax-mint ~ $ oclint -version
LLVM (http://llvm.org/):
LLVM version 3.2svn
Optimized build.
Built Dec 28 2012 (23:04:17).
Default tar…
Max-E updated
11 years ago
-
Hi
I am trying to get the current git version running on a Suse 12.1 system, and it crashes. All I get is the following command output:
oclint-0.8: /llvm/include/llvm/Support/Casting.h:97: static b…
-
It would be very beneficial to OCLint if the project's documentation were on GitHub so that users can fork, edit, and pull request the docs. For example, there are many English mistakes in the getting…
-
Hi @lqi,
me again ;-)
oclint reports violations for the following code:
```
switch (type) {
case WMSDocumentTypeCategory:
fileName = WMSFileNameCategoryDocument;
break;
cas…
-
Hi!
Consider the following code:
``` c
if (OUTER_TEST_1) {
if (INNER_TEST) {
doSomething();
} else {
doSomethingDifferent();
}
} else if (OUTER_TEST_2) {
(...)
}
```
…
-
anything past http://docs.oclint.org/en/dev/ comes up as 404'd. Highly frustrating when you cannot see the documentation of a tool that you know nothing about :)
May i suggest adding a /docs/ to the …
-
Hi,
Hope I didn't open a thread for something that is still opened.
I'm trying to get syntastic working on Linux kernel source code to get
errors while developing a little driver. I know it's strange…
tx6es updated
11 years ago