summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
...
* [Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan2015-01-222-58/+672
* [Mips] Define macros `__mips_isa_rev` in case of mips32r6/mips64r6 optionsSimon Atanasyan2015-01-151-0/+18
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-1/+1
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-0/+5
* Fixed warnings on redefine keywords and reserved ids.Serge Pavlov2014-12-184-19/+110
* Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.Nico Weber2014-12-162-14/+14
* Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacroDavid Majnemer2014-12-151-1/+8
* Do not warn on keyword undefSerge Pavlov2014-12-122-0/+50
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+2
* [mips] Removing __SIZEOF_INT128__ macro for MIPS64Simon Atanasyan2014-12-101-0/+2
* Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman2014-12-051-0/+5
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-1/+16
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-2/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+2
* [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructionsSergey Dmitrouk2014-11-251-1/+32
* Convert CR+LF -> LF in a test fileTimur Iskhodzhanov2014-11-201-53/+53
* Avoid earlier test interfering with later one.Richard Smith2014-11-201-2/+2
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+53
* Hook up FreeBSD AArch64 supportEd Maste2014-11-131-0/+193
* AArch64: set all processor features from -arch if nothing else presentTim Northover2014-11-101-0/+3
* [X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add m...Andrea Di Biagio2014-11-061-0/+10
* Frontend: Define __EXCEPTIONS if -fexceptions is passedDavid Majnemer2014-10-271-1/+1
* Lex: Fix an invalid access into a SmallStringDavid Majnemer2014-10-251-0/+8
* Follow-up commit to r211657 which introduced these macros, but not for MSVC. ...Aaron Ballman2014-10-211-51/+51
* Switch C compilations to C11 by default.Richard Smith2014-10-202-4/+4
* As requested by Matt Thomas, use long long for intmax_t and int64_t onJoerg Sonnenberger2014-10-151-0/+107
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-0/+19
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-0/+7
* test: Disable standard system includes in %clang_cc1Justin Bogner2014-10-031-2/+2
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-0/+4
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-192-0/+72
* Basic: use hex string for __ARM_FP macroSaleem Abdulrasool2014-09-181-2/+2
* Basic: add support for ARM ACLE 6.5.1Saleem Abdulrasool2014-09-171-0/+22
* [ARM] Add ACLE predefines: maxmin, rounding and h/w integer divisionJames Molloy2014-09-153-0/+17
* [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")Oliver Stannard2014-08-281-4/+5
* Don't Lex past EOF when lexing _PragmaReid Kleckner2014-08-141-0/+2
* Add predefined macros to identify x86_64h architectures.Bob Wilson2014-08-081-0/+7
* [SKX] Enabling SKX target (Skylake server chip) Robert Khasanov2014-07-302-0/+117
* Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger2014-07-282-141/+141
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-0/+9
* AArch64: use aarch64_be instead of arm64_be in all tests.Tim Northover2014-07-231-1/+0
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-11/+53
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-172-261/+261
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-0/+95
* Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2014-07-171-0/+32
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-1/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+1
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-2/+2
* Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger2014-07-151-0/+67
* Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger2014-07-151-18/+18