Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-13 | llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're | Alex Rosenberg | |
inside an #if 0 block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175098 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-30 | LLDB uses ConvertUTF16toUTF8, remove #ifdef | Dmitri Gribenko | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173936 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko | |
This is required to use them in TableGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173923 91177308-0d34-0410-b5e6-96231b3b80d8 |