Raul Tambre

Results 43 issues of Raul Tambre

IPv6 can be enabled on the website by adding [the GitHub pages AAAA records](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain): ``` 2606:50c0:8000::153 2606:50c0:8001::153 2606:50c0:8002::153 2606:50c0:8003::153 ```

Rebased onto latest main and a compile fix for LLDB to get this up internally for testing. Some minor merge conflicts due to 9434c083475e42f47383f3067fe2a155db5c6a30, but those were easily resolved. Hopefully...

Similar to ObjC's `-fblocks` OpenCL supports blocks started by `^`. [This](https://github.com/bloomberg/clang-p2996/blob/843fd93cfa1da4e493815f48d1a4d8a7d9bb6470/clang/lib/Frontend/CompilerInvocation.cpp#L616) check should check `LangOpts.Blocks` instead. OpenMP pragmas use syntax such as `+:argv[0][:1]` so a `|| LangOpts.OpenMP` should also be...