diff options
Diffstat (limited to 'include/clang/AST/AttrIterator.h')
| -rw-r--r-- | include/clang/AST/AttrIterator.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/clang/AST/AttrIterator.h b/include/clang/AST/AttrIterator.h index 39ee81f1201c..a0c803096af8 100644 --- a/include/clang/AST/AttrIterator.h +++ b/include/clang/AST/AttrIterator.h @@ -24,7 +24,7 @@ namespace clang {  // Defined in ASTContext.h  void *operator new(size_t Bytes, const clang::ASTContext &C, -                   size_t Alignment = 16); +                   size_t Alignment = 8);  // FIXME: Being forced to not have a default argument here due to redeclaration  //        rules on default arguments sucks  void *operator new[](size_t Bytes, const clang::ASTContext &C, | 
