commit | dbafb6c3384301f6217b6ad851eceae3a363c243 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 29 23:23:46 2017 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Jun 29 23:23:46 2017 +0000 |
tree | 33286187a42aa672a0b33e1a4a1fa9ef6d8e4083 | |
parent | d676ab13540473bdb15c2d204e4cd84bf1fcea93 [diff] |
Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. We use this when running a preprocessor-only action on an AST file in order to avoid paying the runtime cost of loading the extra information. llvm-svn: 306760