Commit Graph

2 Commits

Author SHA1 Message Date
Kim Grasman e58967a2ec Make header guards consistent
- Remove DEVTOOLS_MAINTENANCE_ from header guards, that was a
  now-unnecessary Googleism

- Fix header guard to match filename in all production code

- Fix header guard to match path in all tests
2016-05-25 22:17:31 +02:00
Kim Gräsman c54ab54c26 Move all tests to tests/cxx.
This commit is risky, so I'm expecting I'll have to revert it.
Details:
- svn mv tests/* tests/cxx/
- dos2unix tests/cxx/* (because svn mv on Windows changes line endings :-()
- Update all references to tests/ in test files to tests/cxx/, both #includes and IWYU assertions
- Update references in run_iwyu_tests.py from tests/ to tests/cxx/
- Fix reference to test/ in comment_pragmas-d3.h, should have been tests/ and now tests/cxx
2014-02-15 20:02:37 +00:00
Renamed from tests/comment_pragmas-d1.h (Browse further)