[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)
commit6a80e7564fe54af916058867c2c3783e2e096d68
treee256cf81e02bb2fa868bf270b207d4a10b170ab8
parente948ec52d1c38d907e529a07ff6b8aa485f3ba9d
[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.

llvm-svn: 165352
clang/tools/libclang/Indexing.cpp