Re: [cfe-users] Getting underlying type for `using typename` declaration

2019-07-22 Thread Richard Smith via cfe-users
On Wed, 17 Jul 2019 at 23:20, Victor “LOST” Milovanov via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi CFE users! > > > > I am trying to get a `QualType` instance from > `UnresolvedUsingTypenameDecl`. Unlike `TypeAliasDecl` > `UnresolvedUsingTypenameDecl` does not have a `getUnderlyingType` m

[cfe-users] clang-cl choosing VC++ backend on Windows

2019-07-22 Thread Edward Diener via cfe-users
Given multiple installations installed of Visual Studio/VC++ on Windows, with none of them normally in the PATH, how does clang-cl choose which one to use at compile/link time as the clang backend ? ___ cfe-users mailing list cfe-users@lists.llvm.org

[cfe-users] clang-cl choosing VC++ backend on Windows

2019-07-22 Thread Edward Diener via cfe-users
Given multiple installations installed of Visual Studio on Windows, with none of them normally in the PATH, how does clang-cl choose which one to use at compile/link time as the VC++ backend ? ___ cfe-users mailing list cfe-users@lists.llvm.org https: