issues
search
JossWhittle
/
FlintPlusPlus
Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
Boost Software License 1.0
266
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Return non-zero exit when there are warnings or errors
#63
laplante-sean
opened
5 years ago
0
False non-virtual dtor warning when passing structs or using nested classes
#62
warmsocks
opened
5 years ago
0
Fix issue #60: Whitespace between # and error or line causes bogus er…
#61
warmsocks
opened
5 years ago
0
Whitespace between # and "error" or "line" causes bogus errors to be reported
#60
warmsocks
opened
5 years ago
0
GNU Style --level option bug fixed (fixes #58)
#59
stevestock
closed
6 years ago
1
GNU Style --level option incorrect behavior
#58
stevestock
closed
6 years ago
0
Should exit with something other than 0 if linting fails
#57
laplante-sean
opened
7 years ago
0
Should take stdafx.h into account for PCH on Windows
#56
alarobric
opened
7 years ago
0
fix 'make test' in case current path is not in $PATH
#55
capjo
closed
7 years ago
2
A simple fix for issue "Incorrect detection of copy-constructor #53"
#54
abbyssoul
closed
8 years ago
1
Incorrect detection of copy-constructor
#53
abbyssoul
closed
7 years ago
1
Different filetypes
#52
kostasdizas
opened
8 years ago
0
error in Tokenizer.cpp:99
#51
dribbroc
opened
8 years ago
5
Please sync against the lastest version of Flint
#50
sylvestre
closed
4 years ago
1
fix assert failure when there's whitespace after backslash
#49
tandztc
closed
8 years ago
1
fixed Clang warning
#48
nlohmann
closed
9 years ago
1
Fix format mismatch
#47
kanielc
closed
9 years ago
0
Correction
#46
maddin200
opened
9 years ago
1
man page, makefile polish, debian packaging
#45
pauldreik
closed
9 years ago
1
Assertion failed: i < pc.size(), file Tokenizer.cpp, line 99
#44
amaigil2
closed
9 years ago
4
Implement checkUsingNamespaceDirectives for single conflicting group
#43
kanielc
closed
9 years ago
1
flint binary for windows doesn't work
#42
Killbrum
closed
9 years ago
1
Check using namespace
#41
kanielc
closed
10 years ago
0
Replace Whitespace string with StringFragment
#40
kanielc
closed
10 years ago
1
Add check for VirtualDestructors
#39
kanielc
closed
10 years ago
0
Implement checkExceptionInheritance
#38
kanielc
closed
10 years ago
12
Update Options source files to pass linting
#37
kanielc
closed
10 years ago
0
Update tests
#36
kanielc
closed
10 years ago
3
Update test expected out and warning message
#35
kanielc
closed
10 years ago
0
Implement checkNamespaceScopedStatics
#34
kanielc
closed
10 years ago
0
Implement Namespace Statics Check
#33
JossWhittle
closed
10 years ago
0
Implement Mutex Check
#32
JossWhittle
closed
10 years ago
0
Implement Virtual Destructor Check
#31
JossWhittle
closed
10 years ago
0
Implement Exception Inheritance Check
#30
JossWhittle
closed
10 years ago
0
Implement Break in Synchronized Check
#29
JossWhittle
closed
10 years ago
1
Implement Using Checks
#28
JossWhittle
closed
10 years ago
0
Implement Smart & Unique Ptr Checks
#27
JossWhittle
closed
10 years ago
0
Make accumulate return uint64_t
#26
kanielc
closed
10 years ago
0
Hash StringFragment
#25
kanielc
closed
10 years ago
1
Optimize checks
#24
kanielc
closed
10 years ago
3
Use StringFragment to avoid creating new strings
#23
kanielc
closed
10 years ago
0
Additional optimizations
#22
kanielc
closed
10 years ago
4
Use unordered_map when key order is not important
#21
kanielc
closed
10 years ago
0
Update make instruction for tests
#20
kanielc
closed
10 years ago
0
Optimize strings
#19
kanielc
closed
10 years ago
0
Some advice and warnings are displayed when the cmdline -l 0 option is set
#18
JossWhittle
closed
10 years ago
0
StringRange typedef not necessary
#17
kanielc
closed
10 years ago
2
Fix possible dereference on last file character
#16
kanielc
closed
10 years ago
1
Using string iterator instead of creating new strings
#15
kanielc
closed
10 years ago
7
Todo: A discussion of possible ehancements
#14
JossWhittle
closed
10 years ago
0
Next