summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-1/+0
* ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).Daniel Dunbar2009-12-181-2/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-27/+27
* Use '-x' 'foo' instead of '-x=foo'.Daniel Dunbar2009-11-291-7/+7
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-2/+2
* clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar2009-11-291-4/+4
* Define __SIG_ATOMIC_WIDTH__ for use in stdint.h.Ken Dyck2009-11-221-0/+11
* Define __WCHAR_WIDTH__ for use in stdint.h.Ken Dyck2009-11-191-0/+11
* Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in Ken Dyck2009-11-191-0/+11
* Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h.Ken Dyck2009-11-191-0/+11
* Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, andKen Dyck2009-11-191-0/+44
* Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been Ken Dyck2009-11-191-11/+0
* Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h.Ken Dyck2009-11-191-0/+11
* Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which usesKen Dyck2009-11-191-11/+0
* Predefine __INTPTR_WIDTH__ for future use in stdint.h.Ken Dyck2009-11-181-0/+11
* Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are noKen Dyck2009-11-181-22/+0
* Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros inKen Dyck2009-11-181-0/+11
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-6/+2
* Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar2009-11-171-3/+3
* Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck2009-11-161-0/+10
* Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner2009-11-121-3/+3
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-121-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-28/+28
* Fixed for running on Windows.John Thompson2009-11-031-2/+2
* add two new and very exhaustive preprocessor tests, patch byChris Lattner2009-10-291-0/+945
OpenPOWER on IntegriCloud