cscout icon indicating copy to clipboard operation
cscout copied to clipboard

C code refactoring browser

Results 19 cscout issues
Sort by recently updated
recently updated
newest added

$ make -j cd swill && /usr/bin/make cd btyacc && /usr/bin/make make[1]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/swill' cd Source/Objects; /usr/bin/make make[1]: Entering directory '/d/Eda/cygwin/cygwin64/home/kelle/cscout/btyacc' make[1]: Nothing to be done for 'all'. make[1]:...

I have compiled linux kernel 2.6.34 with gcc 4.8 successfully. I want to generate make.cs as input of cscout, so I run csmake to capture the compilation rules for each...

My codebase has multiple auto-generated headers that don't start or end with newlines. When they're included consecutively the first line of the second header ends up joined to the end...

When running csmake against my codebase, the output to the `rules` file from all the concurrent spy processes isn't synchronised, resulting in "BEGIN COMPILE...END COMPILE" blocks appearing in the middle...

The following function ```C void (*f(int a))(void) { while (a--) ; return 0; } ``` gives the error ``` warning: undeclared identifier: a ```

It can be presented as an argument next to the query title option.

Hello. I'm not really understand in what order this should expand, and why not otherwise, but: 'we have what we have'. // The definition's and TokenSequence: #define A(x) C(B, D...

Add the [complex.h](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/complex.h.html) header and the `_Complex` type declaration.

- [ ] Add `use strict` `use warnings` - [ ] Use [3-parameter open](http://perlmaven.com/open-files-in-the-old-way)

C99 rules prevented the specification of more than one storage class specifier for a given object. [Now](http://en.cppreference.com/w/cpp/language/storage_duration) `_Thread_local` can be combined with `extern` or `static`.