]> granicus.if.org Git - clang/commit
[libclang] Don't disable the preprocessing record while indexing so as
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 6 Oct 2012 01:18:35 +0000 (01:18 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 6 Oct 2012 01:18:35 +0000 (01:18 +0000)
commit53d6ded0edb70b04430cdaf7d02602799b4d4b07
treea1ac310737a4c3c889940c87b0d39f8a53102ba6
parentcbeda892668c7e7e8f0785bc72d96d28fe9ba8df
[libclang] Don't disable the preprocessing record while indexing so as
to not mess up with module building.

It was not worth trying to combine indexing without preprocessing record
and building modules with one because:

-just importing a module/PCH that was built with a pp record, enables it anyway
-the performance gain of indexing without the preprocessing record is insignificant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165352 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/Indexing.cpp