r244719 - [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 10:02:29 PDT 2015


On Wed, Aug 12, 2015 at 12:10 AM, Alexey Bataev via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: abataev
> Date: Wed Aug 12 02:10:54 2015
> New Revision: 244719
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244719&view=rev
> Log:
> [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive
>
> Add parsing of openmp directives inside structs/unions in C mode.

Merged to 3.7 in r244766. As requested by Alexey on
https://llvm.org/bugs/show_bug.cgi?id=24430#c1


More information about the cfe-commits mailing list