]> granicus.if.org Git - clang/commit
[libclang] Make sure to use the raw module format for libclang parsing.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 20 Nov 2015 03:36:21 +0000 (03:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 20 Nov 2015 03:36:21 +0000 (03:36 +0000)
commit96d406d68d249d9c6503f6b1199b119ed6498760
tree997a353a86758fdb30e30e311a8793864a2658af
parentf61c3b3e938dd15a4bc94ebd62e12cfe8283e077
[libclang] Make sure to use the raw module format for libclang parsing.

Fixes crash when passing '-gmodules' in the compiler options.
rdar://23588717

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253645 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
test/Index/annotate-module.m
test/Index/complete-modules.m
test/Index/index-module.m
tools/libclang/CIndex.cpp
tools/libclang/Indexing.cpp