diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-13 18:51:17 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-01-13 18:51:17 +0000 |
commit | 7d957472ef9a09048c03d8a11028536f908c18b9 (patch) | |
tree | bdad3a0c981e99a2bb76ffb53c2588bcaadab614 /include/clang/Frontend/CompilerInstance.h | |
parent | bb239b231b1d3d3e870d5fbc4bb45b4cb6a7c74e (diff) |
Predefine __weak attribute when doing objective-c
rewriting for any target. (refixes radar 7530235).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CompilerInstance.h')
-rw-r--r-- | include/clang/Frontend/CompilerInstance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Frontend/CompilerInstance.h b/include/clang/Frontend/CompilerInstance.h index 35a983dbd7..edafe623a4 100644 --- a/include/clang/Frontend/CompilerInstance.h +++ b/include/clang/Frontend/CompilerInstance.h @@ -488,6 +488,7 @@ public: const HeaderSearchOptions &, const DependencyOutputOptions &, const TargetInfo &, + const FrontendOptions &, SourceManager &, FileManager &); /// Create the AST context. |