Fixed alignment issues with 64 bits ABIs.

This commit is contained in:
Roberto Raggi
2010-09-03 12:11:15 +02:00
parent 8d55ce4c82
commit c6bfe05083
14 changed files with 42 additions and 41 deletions

View File

@@ -51,6 +51,7 @@
#include "CPlusPlusForwardDeclarations.h"
#include "Symbol.h"
#include "Names.h"
namespace CPlusPlus {
@@ -81,7 +82,7 @@ public:
iterator lastMember() const;
Symbol *find(const Identifier *id) const;
Symbol *find(int operatorId) const;
Symbol *find(OperatorNameId::Kind operatorId) const;
/// Set the start offset of the scope
unsigned startOffset() const;