summaryrefslogtreecommitdiffstats
path: root/testing/057_inlinenamespace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen warnings are not seen as errors during running testsalbert-github2020-11-221-2/+20
| | | | Corrected warnings of test 57.
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-0/+19
- Further fixes to make classes inside inline namespaces appear in the parent scope again. - Also added a test case to check for regression