summaryrefslogtreecommitdiffstats
path: root/include/ingen/Parser.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Remove IWYU pragmas that no longer seem necessaryDavid Robillard1-3/+3
In a few cases here, we could get away with just a forward declaration but IWYU can't figure it out. Since this isn't a huge deal, just do what the tool says, since it's overall less hassle to just do what it says.
2024-11-24Use angle brackets for library includesDavid Robillard1-6/+6
2022-12-14Use std::optionalDavid Robillard1-17/+16
2022-08-18Remove redundant "inline" specifiersDavid Robillard1-2/+2
2022-08-18Use consistent spacing for line commentsDavid Robillard1-2/+2
2022-08-18Use consistent brace wrapping for namespacesDavid Robillard1-1/+3
2022-08-18Use consistent brace wrapping for class definitionsDavid Robillard1-1/+2
2021-01-02Update for latest raulDavid Robillard1-4/+4
2020-12-15Clean up includes in core and serverDavid Robillard1-3/+3
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+99
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.