Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
std::clamp is from C++17.
|
|
which may drop information.
|
|
|
|
ARC setting is matching same setting at different scope so no effect.
|
|
Updated comments.
|
|
|
|
|
|
Use of const where reasonable.
|
|
|
|
|
|
|
|
|
|
* lexers/LexMatlab.cxx
(CheckKeywordFoldPoint): add check for while keyword
|
|
|
|
This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the
std::iterator class template is deprecated in C++17.
|
|
|
|
Has no effect on clients as NONE was an alias for VOID.
|
|
|
|
|
|
was emptying but stayed visible.
|
|
Detect character literals and assign SCE_VHDL_STRING to them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
|
|
|