summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJakub Kuderski <kubakuderski@gmail.com>2017-06-29 17:53:35 +0000
committerJakub Kuderski <kubakuderski@gmail.com>2017-06-29 17:53:35 +0000
commitc4bbce724e62dc1f309ccd45abcb26a8e2bc9ceb (patch)
tree2b1d0265cb32038e6ed87e7263b0cc1289e2a48d /clang/lib/Frontend/CompilerInvocation.cpp
parent35fca341326a0ae09d961876c3201412e9299721 (diff)
downloadbcm5719-llvm-c4bbce724e62dc1f309ccd45abcb26a8e2bc9ceb.tar.gz
bcm5719-llvm-c4bbce724e62dc1f309ccd45abcb26a8e2bc9ceb.zip
[Dominators] Rearrange access specifiers in DominatorTreeBase
Summary: This patch makes DominatorTreeBase more readable by putting most important members on top of the class. Before, the class looked like that: private -> protected (including data members) -> public -> protected. The patch changes it to: protected (data members only) -> public -> protected -> public. Reviewers: dberlin, sanjoy, chandlerc Reviewed By: dberlin Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D34527 llvm-svn: 306714
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud