mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 23:36:05 +00:00

- Make type declarations match the struct/class keyword of the definition. - Move AddSignalHandler into the namespace where it belongs. - Correctly call functions from template base. - Some other small changes. With this patch, LLVM and Clang should build properly and with far less noise under VS2008. llvm-svn: 67347