summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Frontend/ASTUnitTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-231-2/+2
| | | | llvm-svn: 314051
* [Frontend] Fix printing policy for AST context loaded from fileVedant Kumar2017-08-251-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
OpenPOWER on IntegriCloud