[all-commits] [llvm/llvm-project] 56d155: [OpenMP][NFC] Outline common functionality (skipUn...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Mar 27 00:32:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 56d1553dd2cfc60b62c6e898a1dde18e4d6ebc71
https://github.com/llvm/llvm-project/commit/56d1553dd2cfc60b62c6e898a1dde18e4d6ebc71
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseOpenMP.cpp
Log Message:
-----------
[OpenMP][NFC] Outline common functionality (skipUntilPragmaOpenMPEnd)
The same code was repeated multiple times, we put it in a function now.
More information about the All-commits
mailing list