]> granicus.if.org Git - clang/commit
Fix parsing of htmxlintrin.h in C++ mode
authorEric Christopher <echristo@gmail.com>
Mon, 20 Mar 2017 22:31:33 +0000 (22:31 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 20 Mar 2017 22:31:33 +0000 (22:31 +0000)
commit2bf2333d4a843364002d6c2956b2e611d026c7a3
tree0cbd0853917e7364e61f51f4432d0c8393bd9790
parent03cd823a72f9f7b3c2dffe845bee9a983d9f06ea
Fix parsing of htmxlintrin.h in C++ mode
 - Fix a variable naming mismatch
 - Fix gcc extension pointer arithmetic on void to cast to char *.
 - Test that the header (and htmintrin.h) parse.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/htmxlintrin.h
test/Headers/htm-header.c [new file with mode: 0644]