summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-09-15 02:34:45 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-09-15 02:34:45 +0000
commit64c431c90095995a6bad74c34ce03367f09e5fa4 (patch)
treef69612615f8eb606945cd1881917013c80158d82 /clang/lib/AST
parente3c99427f0d072cc5c91930573abfcda6a9e3129 (diff)
downloadbcm5719-llvm-64c431c90095995a6bad74c34ce03367f09e5fa4.tar.gz
bcm5719-llvm-64c431c90095995a6bad74c34ce03367f09e5fa4.zip
[analyzer] Further printing improvements: use declarations,
skip pointers whenever redundant, use unique prefixes. Differential Revision: https://reviews.llvm.org/D52114 llvm-svn: 342316
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/Stmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp
index 687b9c24b09..b03b3a68375 100644
--- a/clang/lib/AST/Stmt.cpp
+++ b/clang/lib/AST/Stmt.cpp
@@ -307,7 +307,6 @@ int64_t Stmt::getID(const ASTContext &Context) const {
assert(Out && "Wrong allocator used");
assert(*Out % alignof(Stmt) == 0 && "Wrong alignment information");
return *Out / alignof(Stmt);
-
}
CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB,
OpenPOWER on IntegriCloud