Wilson Snyder
|
fa904f386c
|
Commentary - Spelling fixes
|
2019-09-09 07:50:21 -04:00 |
Wilson Snyder
|
97561bf064
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
Wilson Snyder
|
a4820fc700
|
Misc minor error cleanups from show-source branch.
|
2019-07-14 20:59:56 -04:00 |
Wilson Snyder
|
173efbc829
|
Offer suggestions on bad identifier errors.
|
2019-07-14 10:08:53 -04:00 |
Wilson Snyder
|
a7e5cccf33
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:36:32 -04:00 |
Wilson Snyder
|
83cf1882de
|
Quote reserved word messages, and related internal cleanups.
|
2019-07-11 20:49:35 -04:00 |
Wilson Snyder
|
6c5cc885a6
|
Internals: Cleanup FileLine constructors. No functional change intended.
|
2019-07-10 22:04:58 -04:00 |
Wilson Snyder
|
01ef7122e9
|
Internals: Add lcov code coverage markers.
|
2019-06-30 22:37:03 -04:00 |
Wilson Snyder
|
b83b606267
|
Internals: Detab and fix spacing style issues. No functional change.
When diff, recommend using "git diff --ignore-all-space"
When merging, recommend using "git merge -Xignore-all-space"
|
2019-05-19 16:13:13 -04:00 |
Wilson Snyder
|
1fb0af7fba
|
Internals: Fix some -Wsuggest-attribute=const suggestions.
|
2019-05-14 21:46:19 -04:00 |
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
Wilson Snyder
|
da1ebcb4e4
|
Add --pp-comments, msg2700.
|
2018-10-25 21:17:25 -04:00 |
Wilson Snyder
|
8dbfc940ba
|
Internals: Refactor comment parsing. No functional change intended.
|
2018-10-25 20:46:23 -04:00 |
Wilson Snyder
|
e0654dc218
|
Add --dump-defines.
|
2018-10-25 19:47:07 -04:00 |
Wilson Snyder
|
304a24d03a
|
Internals: Fix many clang-tidy issues. No functional change intended.
|
2018-10-14 18:39:33 -04:00 |
Wilson Snyder
|
d87b9d25ca
|
Internals: Cleanup and standardize include order. No functional change intended.
|
2018-10-14 13:59:40 -04:00 |
Wilson Snyder
|
b7e4083e70
|
Internals: Cleanup temp string inserts for clang-tidy. No functional change.
|
2018-10-14 11:10:11 -04:00 |
Wilson Snyder
|
595419b370
|
Internals: Sort includes for clang-tidy. No functional change intended.
|
2018-10-14 07:04:18 -04:00 |
Wilson Snyder
|
442e4f35f0
|
Internals: Cleanup empty string constructors for clang-tidy. No functional change.
|
2018-10-13 23:06:36 -04:00 |
Wilson Snyder
|
e8b8b33ff6
|
Internals: Cleanup find with chars for clang-tidy. No functional change.
|
2018-10-13 22:28:59 -04:00 |
Wilson Snyder
|
e4d638c73d
|
Internals: Cleanup string casts. No functional change.
|
2018-10-13 22:02:39 -04:00 |
Wilson Snyder
|
75f28fd446
|
Internals: Fix spacing of function calls. No functional change.
|
2018-08-25 09:52:45 -04:00 |
Wilson Snyder
|
5187096bf9
|
Merge from master
|
2018-06-21 20:29:24 -04:00 |
Wilson Snyder
|
d225e46e4a
|
Fix define argument stringification, broke since 3.914.
|
2018-06-21 08:19:59 -04:00 |
Wilson Snyder
|
94e8cf1de9
|
Internals: Use explicit std:: instead of using namespace std. No functional change intended.
|
2018-02-01 21:24:41 -05:00 |
Wilson Snyder
|
8e65d93d6d
|
Copyright year update. No functional change.
|
2018-01-02 18:05:06 -05:00 |
Wilson Snyder
|
12be852a43
|
Fix `` expansion of `defines, bug1227, bug1228.
|
2017-10-10 18:44:10 -04:00 |
Wilson Snyder
|
221e4ff6fe
|
Fix `` expansion of empty `defines, bug1225.
|
2017-10-07 14:09:33 -04:00 |
Wilson Snyder
|
fe80499f9c
|
Internals: Move preproc DEV expansion when in ifndef, cleanup prep for bug1225.
|
2017-10-07 14:09:31 -04:00 |
Wilson Snyder
|
d3d1f3ab60
|
Internals: Cleanup preproc in prep for bug1225. No functional change.
|
2017-10-07 14:09:17 -04:00 |
Wilson Snyder
|
48d3ce46d8
|
Commenary
|
2017-09-21 18:39:23 -04:00 |
Wilson Snyder
|
fee4aba9ec
|
Internals: Fix GCC constant warnings.
|
2017-09-15 18:26:09 -04:00 |
Wilson Snyder
|
cf6a69da27
|
Internals: Fix some cast and fallthrough warnings. No functional change
|
2017-09-14 23:27:06 -04:00 |
Wilson Snyder
|
960b2ed023
|
Internals: Fix some shadow and other warnings. No functional change
|
2017-09-14 23:26:23 -04:00 |
Wilson Snyder
|
c28a6eef3b
|
Fix whitespace issues, bug1203.
|
2017-09-11 19:18:58 -04:00 |
Wilson Snyder
|
9d5004db1c
|
Fix GCC 7 warnings.
|
2017-07-06 19:49:34 -04:00 |
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |
Wilson Snyder
|
4fc9a906f6
|
Internals: Fix cppcheck warnings; add VL_DANGLING. No functional change.
|
2015-10-04 13:16:35 -04:00 |
Wilson Snyder
|
c0df07c86f
|
Commentary: Update contributor list
|
2015-03-13 07:38:17 -04:00 |
Wilson Snyder
|
8323092a0c
|
Fix cppcheck warnings. No functional change.
|
2015-02-09 21:05:27 -05:00 |
Wilson Snyder
|
4c91ade61d
|
Copyright year update
|
2015-01-07 18:25:53 -05:00 |
Wilson Snyder
|
87a47a5ca0
|
Remove PSL support
|
2014-11-22 10:14:14 -05:00 |
Wilson Snyder
|
6cf50e6579
|
Fix string corruption, bug780.
|
2014-06-08 21:36:18 -04:00 |
Wilson Snyder
|
4422de0c6c
|
Copyright year update.
|
2014-01-06 19:28:57 -05:00 |
Wilson Snyder
|
d3d359e757
|
Fix clang warnings, bug668.
|
2013-08-08 19:39:39 -04:00 |
Wilson Snyder
|
a8bbf7231b
|
Copyright year update.
|
2013-01-01 09:42:59 -05:00 |
Wilson Snyder
|
96155365b2
|
Fix GCC 4.7.0 compile warnings, bug530.
|
2012-07-15 12:27:36 -04:00 |
Wilson Snyder
|
50edef4ab2
|
Add Emacs indentation line. No functional change
|
2012-04-12 21:08:20 -04:00 |
Wilson Snyder
|
f540362e36
|
Fix expansion of back-slashed escaped macros, bug441.
|
2012-02-25 21:31:36 -05:00 |