]> granicus.if.org Git - clang/commit
[libclang] Record ranges skipped by the preprocessor and expose them with libclang.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 5 Dec 2013 08:19:32 +0000 (08:19 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 5 Dec 2013 08:19:32 +0000 (08:19 +0000)
commit159fac64319694a9ba2105ffe3a5327ed5a26601
treebb94a000db3f9301b659a7860aac0dbfaa5f0df5
parent48017f1745b0e3529216eb5734ee1d0608faaa2f
[libclang] Record ranges skipped by the preprocessor and expose them with libclang.

Patch by Erik Verbruggen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196487 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Lex/PreprocessingRecord.h
lib/Lex/PreprocessingRecord.cpp
test/Index/skipped-ranges.c [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports