http://llvm.org/bugs/show_bug.cgi?id=10705

           Summary: #pragma include_alias with -fms-extensions option
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


Starting clang with Microsoft Extensions support (-fms-extensions), in file,
containing include_alias pragma, for example:

#pragma include_alias("stdafx.h", "test.h")
#include "stdafx.h"

Clang generates the following error: fatal error: 'stdafx.h' file not found.
Replacing stdafx.h with test.h fixes the issue.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to