mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Update cpplint for int32_t C/C++ types
This commit is contained in:
parent
0cdb40d614
commit
a28283f1b8
2
cpplint.py
vendored
2
cpplint.py
vendored
@ -3795,7 +3795,7 @@ def CheckLanguage(filename, clean_lines, linenum, file_extension,
|
|||||||
# probably a member operator declaration or default constructor.
|
# probably a member operator declaration or default constructor.
|
||||||
match = Search(
|
match = Search(
|
||||||
r'(\bnew\s+)?\b' # Grab 'new' operator, if it's there
|
r'(\bnew\s+)?\b' # Grab 'new' operator, if it's there
|
||||||
r'(int|float|double|bool|char|int32|uint32|int64|uint64)'
|
r'(int|short|long|float|double|bool|char|const char*|int8_t|int16_t|int32_t|int64_t|uint8_t|uint16_t|uint32_t|uint64_t)'
|
||||||
r'(\([^)].*)', line)
|
r'(\([^)].*)', line)
|
||||||
if match:
|
if match:
|
||||||
matched_new = match.group(1)
|
matched_new = match.group(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user