Displaying 2 results from an estimated 2 matches for "ipdbenumchildren".
2015 Dec 09
3
Include all the things
...ude and its subdirectories. This almost works, but
getting two error messages:
In file included from src\main.cpp:1:
In file included from src/../llvm.h:254:
In file included from
\llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13:
In file included from
\llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13:
\llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition
of enumerator 'Unknown'
Unknown,
^
\llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous
definition is here
typedef enum { Unknown, Prologue, Call } ParmContext;
^
In file in...
2015 Dec 09
2
Include all the things
...error messages:
>>
>> In file included from src\main.cpp:1:
>> In file included from src/../llvm.h:254:
>> In file included from
>> \llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13:
>> In file included from
>> \llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13:
>> \llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition
>> of enumerator 'Unknown'
>> Unknown,
>> ^
>> \llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous
>> definition is here
>> typedef enum { Unk...