diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-09 00:26:20 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-09 00:26:20 +0000 |
commit | 14048090026bbb098a1913a44cb0573dbdad27ee (patch) | |
tree | 3a6adfe8f1cbec3eef6d171c75ceaabb36fe32fa /clang/lib/CodeGen/CGCXXABI.h | |
parent | 10f22aa1ea52ba5e6a305e1aec6b2345e3774e55 (diff) | |
download | bcm5719-llvm-14048090026bbb098a1913a44cb0573dbdad27ee.tar.gz bcm5719-llvm-14048090026bbb098a1913a44cb0573dbdad27ee.zip |
Don't indent inside namespaces.
llvm-svn: 208377
Diffstat (limited to 'clang/lib/CodeGen/CGCXXABI.h')
-rw-r--r-- | clang/lib/CodeGen/CGCXXABI.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/clang/lib/CodeGen/CGCXXABI.h b/clang/lib/CodeGen/CGCXXABI.h index beaec2c2217..fb52838e919 100644 --- a/clang/lib/CodeGen/CGCXXABI.h +++ b/clang/lib/CodeGen/CGCXXABI.h @@ -19,23 +19,23 @@ #include "clang/Basic/LLVM.h" namespace llvm { - class Constant; - class Type; - class Value; +class Constant; +class Type; +class Value; } namespace clang { - class CastExpr; - class CXXConstructorDecl; - class CXXDestructorDecl; - class CXXMethodDecl; - class CXXRecordDecl; - class FieldDecl; - class MangleContext; +class CastExpr; +class CXXConstructorDecl; +class CXXDestructorDecl; +class CXXMethodDecl; +class CXXRecordDecl; +class FieldDecl; +class MangleContext; namespace CodeGen { - class CodeGenFunction; - class CodeGenModule; +class CodeGenFunction; +class CodeGenModule; /// \brief Implements C++ ABI-specific code generation functions. class CGCXXABI { |