Commit Graph

4 Commits

Author SHA1 Message Date
Olly Betts 0ce05c33e9 Improve alternative operator names support
Handle alternative operator names in C++ preprocessor expressions.
Handle full set of alternative operator names in C++ expressions
(previously only "and", "or" and "not" were understood).

Fixes #2914
2024-05-30 11:38:32 +12:00
Olly Betts 2ae07fbbc6 Clarify testcase comments 2024-03-25 14:39:35 +13:00
William S Fulton 68ec78b37a Add test for C++ boolean types in preprocessor
preproc_cpptest was missing in common.mk

Issue #2394
2023-09-11 20:41:11 +01:00
William S Fulton 2d76057571 preproc_cpp test for testing preprocessor and C++
Move C++ comment testing into here.
See 7a9bf3307f.
2021-12-22 19:06:00 +00:00