summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/ast-main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-091-1/+1
|
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-3/+3
| | | | | | | | | | | | | | | | | | | | pass in the -target-sdk-version to the compiler and backend This commit adds support for reading the SDKSettings.json file in the Darwin driver. This file is used by the driver to determine the SDK's version, and it uses that information to pass it down to the compiler using the new -target-sdk-version= option. This option is then used to set the appropriate SDK Version module metadata introduced in r349119. Note: I had to adjust the two ast tests as the SDKROOT environment variable on macOS caused SDK version to be picked up for the compilation of source file but not the AST. rdar://45774000 Differential Revision: https://reviews.llvm.org/D55673 llvm-svn: 349380
* Delayed template parsing is not supported by the AST serialization system ↵Aaron Ballman2013-03-211-1/+1
| | | | | | yet, so turning it off. This fixes a test breakage caused by r177336. llvm-svn: 177655
* [frontend] Initialize the diagnostic client before loading an ast file.Argyrios Kyrtzidis2013-03-181-0/+22
Issue reported by Tom Honermann! http://llvm.org/bugs/show_bug.cgi?id=15377 llvm-svn: 177336
OpenPOWER on IntegriCloud