Go to file
Argyrios Kyrtzidis 191a6a86ad [libclang] Introduce clang_Cursor_getSpellingNameRange().
It retrieves a source range for a piece that forms the cursors spelling name.
Most of the times there is only one range for the complete spelling but for
objc methods and objc message expressions, there are multiple pieces for each
selector identifier.

Part of rdar://11113120

llvm-svn: 153775
2012-03-30 20:58:35 +00:00
clang [libclang] Introduce clang_Cursor_getSpellingNameRange(). 2012-03-30 20:58:35 +00:00
compiler-rt Make sure NSObjects are allocated in a way that is visible to ASan. 2012-03-30 17:31:15 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx It appears that the standard accidentally removed the default constructor for error_category. I'm putting it back in. This fixes http://llvm.org/bugs/show_bug.cgi?id=12321. 2012-03-21 16:18:57 +00:00
libcxxabi I would really like to write the handlers in terms of C++11 atomics. This would give us the best performance, portablity, and safety tradeoff. Unfortunately I can not yet do that. So I've put the desired code in comments, and reverted the handler getters to the slower but safer legacy atomic intrinsics. 2012-03-19 16:56:51 +00:00
lld Replace all uses of NULL with nullptr. 2012-03-29 19:39:14 +00:00
lldb <rdar://problem/11148044> 2012-03-30 20:53:46 +00:00
llvm Reapply 153764 and 153761 with a fix. 2012-03-30 20:24:14 +00:00
polly Make the "all" target depend on polly-test, so that users can run regression 2012-03-30 09:27:16 +00:00