summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/AssignOperatorSignatureCheck.cpp
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-10-18 01:02:29 +0000
committerXinliang David Li <davidxl@google.com>2015-10-18 01:02:29 +0000
commitdab183ed40249328531acd424b5c512f86eca77d (patch)
tree06dda7b4eb6d82a69c6bc316acd30d7f28b13a6a /clang-tools-extra/clang-tidy/misc/AssignOperatorSignatureCheck.cpp
parentb8d27aab7d67b214ccfd68d12b8f187adcb103de (diff)
downloadbcm5719-llvm-dab183ed40249328531acd424b5c512f86eca77d.tar.gz
bcm5719-llvm-dab183ed40249328531acd424b5c512f86eca77d.zip
Minor Instr PGO code restructuring
1. Key constant values (version, magic) and data structures related to raw and indexed profile format are moved into one centralized file: InstrProf.h. 2. Utility function such as MD5Hash computation is also moved to the common header to allow sharing with other components in the future. 3. A header data structure is introduced for Indexed format so that the reader and writer can always be in sync. 4. Added some comments to document different places where multiple definition of the data structure must be kept in sync (reader/writer, runtime, lowering etc). No functional change is intended. Differential Revision: http://reviews.llvm.org/D13758 llvm-svn: 250638
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/AssignOperatorSignatureCheck.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud