Details
Diff Detail
Event Timeline
docs/ClangCommandLineReference.rst | ||
---|---|---|
2477 | Please alphabetize this correctly. | |
include/clang/Basic/BuiltinsX86.def | ||
1888 | The u64 versions needs to go in BuiltinsX86_64.def. That will provide an extra safety check to prevent anyone from using the builtin without the intrin.h header on 32-bit hosts. | |
include/clang/Driver/Options.td | ||
2634 | Alphabetize | |
lib/Basic/Targets/X86.cpp | ||
1304 | Alphabetize | |
1379 | Alphabetize | |
lib/Headers/movdirintrin.h | ||
31 | We aren't supposed to be checking the preprocessor defines in headers. We need to be able to put a target attribute on each function and control feature enabling at a function level. | |
36 | Use 'unsigned int' instead of UINT32_TYPE | |
36 | Lower case variable names | |
46 | Use unsigned long long |
lib/Headers/movdirintrin.h | ||
---|---|---|
40 | Sorry, the X86_64 preprocessor check should have stayed. That can't be changed by a target attribute. |
Please alphabetize this correctly.