https://bugs.llvm.org/show_bug.cgi?id=38284

            Bug ID: 38284
           Summary: clang-cl: missing system include directory when
                    running outside vcvarsall.bat environment
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: jeroen.ket...@philips.com
                CC: llvm-bugs@lists.llvm.org

When running clang-cl outside an environment where vcvarsall.bat has not been
run, the directory in which afxwin.h occurs is not automatically picked up as a
system include directory. I understand that running in this configuration is a
best effort only, but it would be nice if the directory in which afxwin.h
occurs can automatically be added by clang-cl.

On my system the directory is as follows:

- VS 2015: C:/Program Files (x86)/Microsoft Visual Studio
14.0/VC/atlmfc/include
- VS 2013: C:/Program Files (x86)/Microsoft Visual Studio
12.0/VC/atlmfc/include
- VS 2012: C:/Program Files (x86)/Microsoft Visual Studio
11.0/VC/atlmfc/include

I currently do not have access to a VS 2017 installation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to