]> granicus.if.org Git - clang/commit
[libclang] When indexing an AST file, only deserialize the preprocessing record
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 16:10:51 +0000 (16:10 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 2 Oct 2012 16:10:51 +0000 (16:10 +0000)
commit632dcc92f60ab7f806a89c5bca3a0951763a9219
treeb51f5037fa3b356766fb54da2d8f6bd135769448
parent8dd927cf03e85b942f323eebb42e06c839887ebb
[libclang] When indexing an AST file, only deserialize the preprocessing record
entities of the current primary module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165023 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Serialization/ASTReader.h
lib/Frontend/ASTUnit.cpp
lib/Serialization/ASTReader.cpp
tools/libclang/Indexing.cpp