зеркало из https://github.com/microsoft/clang.git
Add a couple files to VC++ project and cleanup an "#if 0".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f24964c142
Коммит
4fdd29b13e
|
@ -353,10 +353,8 @@ void RewriteTest::Initialize(ASTContext &context) {
|
|||
S += "extern int __CFConstantStringClassReference[];\n";
|
||||
S += "#define __NSCONSTANTSTRINGIMPL\n";
|
||||
S += "#endif\n";
|
||||
#if 0
|
||||
if (LangOpts.Microsoft)
|
||||
S += "#define __attribute__(X)\n";
|
||||
#endif
|
||||
if (IsHeader) {
|
||||
// insert the whole string when rewriting a header file
|
||||
InsertText(SourceLocation::getFileLoc(MainFileID, 0), S.c_str(), S.size());
|
||||
|
|
|
@ -197,6 +197,10 @@
|
|||
RelativePath="..\..\Driver\DiagChecker.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Driver\HTMLPrint.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
|
||||
>
|
||||
|
|
|
@ -148,6 +148,10 @@
|
|||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\lib\Rewrite\HTMLRewrite.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Rewrite\Rewriter.cpp"
|
||||
>
|
||||
|
|
Загрузка…
Ссылка в новой задаче