Geza Lore
|
96a4b3e5a5
|
Update clang-format config and apply
- Regroup and sort #include directives (like we used to, but automatic)
- Set AlwaysBreakTemplateDeclarations to true
|
2022-08-05 12:00:24 +01:00 |
Wilson Snyder
|
b9d7819faa
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
Wilson Snyder
|
441ecfedc9
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
Wilson Snyder
|
e6857df5c6
|
Internals: Rename Ast on non-node classes (#3262). No functional change.
This commit has the following replacements applied:
s/\bAstUserInUseBase\b/VNUserInUseBase/g;
s/\bAstAttrType\b/VAttrType/g;
s/\bAstBasicDTypeKwd\b/VBasicDTypeKwd/g;
s/\bAstDisplayType\b/VDisplayType/g;
s/\bAstNDeleter\b/VNDeleter/g;
s/\bAstNRelinker\b/VNRelinker/g;
s/\bAstNVisitor\b/VNVisitor/g;
s/\bAstPragmaType\b/VPragmaType/g;
s/\bAstType\b/VNType/g;
s/\bAstUser1InUse\b/VNUser1InUse/g;
s/\bAstUser2InUse\b/VNUser2InUse/g;
s/\bAstUser3InUse\b/VNUser3InUse/g;
s/\bAstUser4InUse\b/VNUser4InUse/g;
s/\bAstUser5InUse\b/VNUser5InUse/g;
s/\bAstVarType\b/VVarType/g;
|
2022-01-02 14:03:20 -05:00 |
Wilson Snyder
|
ca42be982c
|
Copyright year update.
|
2022-01-01 08:26:40 -05:00 |
Wilson Snyder
|
cd737065f2
|
Internals: More const. No functional change intended.
|
2021-11-26 17:55:36 -05:00 |
Wilson Snyder
|
2742a8c813
|
Internals: No need for variable name on immediate visitors. No functional change intended.
|
2021-11-26 10:52:45 -05:00 |
Wilson Snyder
|
05e12ab60e
|
Internals: More const. No functional change intended.
|
2021-11-26 10:52:45 -05:00 |
Wilson Snyder
|
37e3c6da70
|
Internals: Add more const. No functional change intended.
|
2021-11-13 13:50:44 -05:00 |
Geza Lore
|
dae9fa5053
|
Use VN_AS wherever possible and obvious. No functional change.
|
2021-10-22 14:06:00 +01:00 |
Wilson Snyder
|
8ecdc85cf7
|
Internals: C++11 style cleanups. No functional change.
|
2021-07-11 18:42:01 -04:00 |
Wilson Snyder
|
3a55600913
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
Wilson Snyder
|
bd602d0e2d
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
Wilson Snyder
|
b7a533109d
|
Fix cppcheck warnings. No functional change intended.
|
2020-12-23 15:22:02 -05:00 |
Krzysztof Bieganski
|
cf7ea06b5d
|
Support randomize() class method and rand
|
2020-12-07 17:55:22 -05:00 |