Skip to content

Commit a321732

Browse files
michael-projectxtkruse
authored andcommitted
Adds C++20 headers so they aren't flagged as c-style headers
1 parent 2cb090b commit a321732

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cpplint.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,22 @@
520520
'optional',
521521
'string_view',
522522
'variant',
523+
# 17.6.1.2 C++20 headers
524+
'barrier',
525+
'bit',
526+
'compare',
527+
'concepts',
528+
'coroutine',
529+
'format',
530+
'latch'
531+
'numbers',
532+
'ranges',
533+
'semaphore',
534+
'source_location',
535+
'span',
536+
'stop_token',
537+
'syncstream',
538+
'version',
523539
# 17.6.1.2 C++ headers for C library facilities
524540
'cassert',
525541
'ccomplex',

0 commit comments

Comments
 (0)