Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit missing fixes for tool_file_rename | Reid Kleckner | 2017-09-23 | 1 | -2/+2 |
| | | | | llvm-svn: 314051 | ||||
* | [Frontend] Fix printing policy for AST context loaded from file | Vedant Kumar | 2017-08-25 | 1 | -0/+87 |
In ASTUnit::LoadFromASTFile, the context object is set up using default-constructed LangOptions (which only later get populated). As the language options are used in the constructor of PrintingPolicy, this needs to be updated explicitly after the language options are available. Patch by Johann Klähn! Differential Revision: https://reviews.llvm.org/D35271 llvm-svn: 311787 |