[PATCH] [PATCH] clang internal library headers changes for C++ modules

Yunzhong Gao Yunzhong_Gao at playstation.sony.com
Thu Apr 23 12:29:15 PDT 2015


The header of lib/Headers/_denormals.h says, "_denormals.h - SSE intrinsics", is it true? The header seems to only define a few macros.
The header of _gnuc_va_list.h maybe should include a one-line description too.

_gnuc_va_list.h uses "#pragma once" while the other header uses:

  #ifndef __DENORMALS_H
  #define __DENORMALS_H
  ...
  #endif


http://reviews.llvm.org/D9229

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list