Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their only...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 22 Oct 2014 21:06:18 +0000 (21:06 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 22 Oct 2014 21:06:18 +0000 (21:06 +0000)
commitce6c67e040e5e3853494d00f1d127f50088ffa91
treed3971cd941f541a6a72a52be42a12b1eb6cfff98
parent73a51a1a68335849805575bfd23fce6647d07d33
Removing the setLBracLoc and setRBracLoc functions from CompoundStmt -- their only use was with the AST reader, and friendship can be used to handle that. Drive-by rename of "Brac" to "Brace" for the private data members. NFC.

llvm-svn: 220428
clang/include/clang/AST/Stmt.h
clang/lib/AST/Stmt.cpp
clang/lib/Serialization/ASTReaderStmt.cpp