Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clint: disregard compound literal return | Nicolas Hillegeer | 2014-05-18 |
| | | | | | | | | | | | This allows lines like: return (my_struct_type) { .my_int = 5, .my_str = "" }; Thanks to @watk for finding and fixing it! | ||
* | Introduce nvim namespace: Fix define guards. | Eliseo Martínez | 2014-05-15 |
| | | | | | | Change define guards from NEOVIM_XXX_H to NVIM_XXX_H: - Change header files. - Change clint correct guard name calculation. | ||
* | Introduce nvim namespace: Fix clint. | Eliseo Martínez | 2014-05-15 |
| | | | | | - Fix path to clint-checked files. - Fix mechanism to calculate define guard names. | ||
* | Do not detect macros like VIM_TRUE as boolean values | ZyX | 2014-05-03 |
| | |||
* | Use portable format specifiers: Clint advice & other. | Eliseo Martínez | 2014-04-23 |
| | | | | | - Modify Clint advice to reflect preference for fixed sized macros. - Cleanup comment to eliminate referecen to "%ld". | ||
* | Remove dead code in clint.py | John Schmidt | 2014-04-21 |
| | |||
* | Added clint check for TRUE/FALSE | Hinidu | 2014-04-07 |
| | |||
* | More cleanup | Julian Orth | 2014-03-27 |
| | |||
* | remove leftover c++ headers | Julian Orth | 2014-03-27 |
| | |||
* | remove some leftover function calls | Julian Orth | 2014-03-27 |
| | |||
* | remove cpp headers | Julian Orth | 2014-03-27 |
| | |||
* | remove cpp file extensions | Julian Orth | 2014-03-27 |
| | |||
* | remove CleanseRawStrings | Julian Orth | 2014-03-27 |
| | |||
* | remove C++ only _NestingState parts | Julian Orth | 2014-03-27 |
| | |||
* | clean up CheckForNonStandardConstruct | Julian Orth | 2014-03-27 |
| | | | | remove C++ stuff and add C types | ||
* | remove C++ stuff from CheckSpacingForFunctionCall | Julian Orth | 2014-03-27 |
| | |||
* | remove C++ stuff from CheckSpacing | Julian Orth | 2014-03-27 |
| | |||
* | remove CheckSectionSpacing | Julian Orth | 2014-03-27 |
| | | | | irrelevant | ||
* | remove unused function | Julian Orth | 2014-03-27 |
| | |||
* | remove some unused variables | Julian Orth | 2014-03-27 |
| | |||
* | remove C++ only stuff from CheckLanguage | Julian Orth | 2014-03-27 |
| | | | | Do we want VLAs? | ||
* | remove "stream check" from CheckIncludeLine | Julian Orth | 2014-03-27 |
| | | | | irrelevant | ||
* | remove CheckForNonConstReference | Julian Orth | 2014-03-27 |
| | | | | irrelevant | ||
* | remove CheckCStyleCast | Julian Orth | 2014-03-27 |
| | |||
* | remove CheckForIncludeWhatYouUse | Julian Orth | 2014-03-27 |
| | | | | Only checks C++ related headers | ||
* | remove CheckMakePairUsesDeduction | Julian Orth | 2014-03-27 |
| | | | | Irrelevant | ||
* | Make script portable across Python versions | Steven Myint | 2014-03-07 |
| | | | | Support both Python 2 and 3. | ||
* | Issue #66 - Add lint tool and uncrustify config. Update contributing ↵ | David Z. Chen | 2014-03-05 |
documentation on coding style. |