]> granicus.if.org Git - clang/commit
Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).
authorDavid L. Jones <dlj@google.com>
Wed, 21 Dec 2016 04:34:52 +0000 (04:34 +0000)
committerDavid L. Jones <dlj@google.com>
Wed, 21 Dec 2016 04:34:52 +0000 (04:34 +0000)
commit806e89955b1738959415d948a51c07ee8d87ed7c
treec7548969269eb1125833025e09641abe825e2bf8
parent4d2761746e45465d17c5dba2f8bafdbe5cfaccc8
Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).

Summary:
This follows up to r290217, and makes functions on ASTRecordReader consistent
and valid style.

Reviewers: rsmith

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D28008

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290236 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderStmt.cpp