search for: 39c63c7f

Displaying 2 results from an estimated 2 matches for "39c63c7f".

2003 Nov 15
0
[LLVMdev] C++ Casting
On Sat, 15 Nov 2003, Reid Spencer wrote: > In compiling my software to use LLVM, I have noticed many occurrences of > C style casting in LLVM header files. Since I compile with the > -Wold-style-cast flag to g++, I get warnings about each of them. This > isn't a big deal but I try to keep my code compilations both error > and warning free (makes spotting true errors easier).
2003 Nov 15
2
[LLVMdev] C++ Casting
In compiling my software to use LLVM, I have noticed many occurrences of C style casting in LLVM header files. Since I compile with the -Wold-style-cast flag to g++, I get warnings about each of them. This isn't a big deal but I try to keep my code compilations both error and warning free (makes spotting true errors easier). I'm wondering why a new C++ (LLVM) would choose to use C style