]> granicus.if.org Git - clang/commit
[libclang] In cxloc::translateSourceRange make sure to handle locations in macro...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 11 Apr 2012 18:15:01 +0000 (18:15 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 11 Apr 2012 18:15:01 +0000 (18:15 +0000)
commiteba8cd5967e47592285590360bde73063c9c226f
tree726103d594238702adf352b5c9925790b1b3c40d
parent944b5623c3e658f5ceabf1349cdb7371cb2387bb
[libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments
correctly. clang diagnostics can provide fixits inside a macro argument now.

rdar://11014346

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154517 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/fix-its.c
tools/libclang/CIndex.cpp