Include System/DataTypes.h in Diagnostic.h to get intptr_t.

Set Haiku's UserLabelPrefix to "".
Patch by Paul Davey.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2010-11-09 16:41:02 +00:00
Родитель 9a0f2b6d89
Коммит 19ddda83f9
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,7 @@
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/type_traits.h"
#include "llvm/System/DataTypes.h"
#include <string>
#include <vector>
#include <cassert>

Просмотреть файл

@ -1500,6 +1500,7 @@ public:
SizeType = UnsignedLong;
IntPtrType = SignedLong;
PtrDiffType = SignedLong;
this->UserLabelPrefix = "";
}
virtual void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const {