forked from OSchip/llvm-project
Fix Microsoft bit field problem. This resolves the Index\complete-exprs.c regression on Win32.
llvm-svn: 124767
This commit is contained in:
parent
aae6e9a6fd
commit
50a2e0e894
|
@ -383,7 +383,7 @@ private:
|
|||
unsigned Priority : 30;
|
||||
|
||||
/// \brief The availability of this code-completion result.
|
||||
CXAvailabilityKind Availability : 2;
|
||||
unsigned Availability : 2;
|
||||
|
||||
CodeCompletionString(const CodeCompletionString &); // DO NOT IMPLEMENT
|
||||
CodeCompletionString &operator=(const CodeCompletionString &); // DITTO
|
||||
|
|
Loading…
Reference in New Issue