aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2016-10-08 06:45:10 +0000
committerYaron Keren <yaron.keren@gmail.com>2016-10-08 06:45:10 +0000
commite0bcdd4d258c24b6bb94a20bd76d7a3a8b14c74c (patch)
tree752232b8b5ab6cb3c056e8aa0da0e074fe7841f4 /clang/lib/AST/ExprConstant.cpp
parentee5cf031ce97d8ea183884c19b7305276152cb1e (diff)
downloadllvm-e0bcdd4d258c24b6bb94a20bd76d7a3a8b14c74c.zip
llvm-e0bcdd4d258c24b6bb94a20bd76d7a3a8b14c74c.tar.gz
llvm-e0bcdd4d258c24b6bb94a20bd76d7a3a8b14c74c.tar.bz2
Un-tabify source files, NFC.
llvm-svn: 283657
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
-rw-r--r--clang/lib/AST/ExprConstant.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp
index 198e299..5413ceb 100644
--- a/clang/lib/AST/ExprConstant.cpp
+++ b/clang/lib/AST/ExprConstant.cpp
@@ -5294,8 +5294,8 @@ bool PointerExprEvaluator::VisitCallExpr(const CallExpr *E) {
if (BaseAlignment < Align) {
Result.Designator.setInvalid();
- // FIXME: Quantities here cast to integers because the plural modifier
- // does not work on APSInts yet.
+ // FIXME: Quantities here cast to integers because the plural modifier
+ // does not work on APSInts yet.
CCEDiag(E->getArg(0),
diag::note_constexpr_baa_insufficient_alignment) << 0
<< (int) BaseAlignment.getQuantity()