[all-commits] [llvm/llvm-project] 93eef7: [OpenMP][NFC] Fix SourceInfo.h variable names
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 25 09:51:45 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 93eef7d8e978d9efd0b28311d7be0d483f22e5d2
https://github.com/llvm/llvm-project/commit/93eef7d8e978d9efd0b28311d7be0d483f22e5d2
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M openmp/libomptarget/include/SourceInfo.h
Log Message:
-----------
[OpenMP][NFC] Fix SourceInfo.h variable names
Summary:
Fix the names to use Pascal case to comply with the LLVM coding guidelines. `ident_t` is required for compatibility with the rest of libomp.
More information about the All-commits
mailing list