summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* AArch64: initial NEON supportTim Northover2013-08-011-0/+3
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+113
* Add not to a command that is expected to fail.Rafael Espindola2013-07-241-1/+1
* Changed "an macro" to "a macro" in diagnostic note.Richard Trieu2013-07-231-3/+3
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-232-2/+185
* Don't give # and ## special treatment when in -traditional-cpp mode. Patch byRichard Smith2013-07-091-0/+17
* Generalize hack allowing 'const' in __has_attribute (etc) to allow any tokenRichard Smith2013-07-091-0/+4
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-046-33/+33
* Convert test to FileCheck.Rafael Espindola2013-07-041-27/+27
* Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width.Roman Divacky2013-07-031-0/+2
* Fix MSP430 builtin types.Anton Korobeynikov2013-07-012-10/+10
* Match MSVC's handling of commas during macro argument expansionReid Kleckner2013-06-261-0/+12
* Fix a couple of PPC predefined macros that I spotted while driving byChandler Carruth2013-06-251-0/+8
* Accept both / and \\ to fix the windows bots.Rafael Espindola2013-06-241-1/+1
* Make sure the assembler-with-cpp hack for "#" works with multiple "#"s inEli Friedman2013-06-181-0/+4
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+5
* [Preprocessor] Prevent expansion of y in x ## y when x is emptyArgyrios Kyrtzidis2013-05-251-3/+7
* OpenBSD/sparc64 uses long long for int64_t and intmax_t.Jakob Stoklund Olesen2013-05-191-0/+6
* fix PR 15726: ptrdiff_t should be int on PowerPC DarwinDavid Fang2013-05-161-0/+106
* Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-151-0/+8
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-071-1/+19
* Add SystemZ supportUlrich Weigand2013-05-062-0/+199
* Add support for -march=btver2.Benjamin Kramer2013-05-031-0/+46
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-021-1/+15
* [test] add missing header for the test.Argyrios Kyrtzidis2013-04-291-0/+1
* When emitting a preprocessed file with implicit module imports, make sure lin...Argyrios Kyrtzidis2013-04-291-0/+4
* Fix off-by-one error in #pragma clang system_header.Jordan Rose2013-04-171-1/+1
* Parser support for #pragma clang __debug capturedTareq A. Siraj2013-04-161-0/+13
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-141-0/+10
* [Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan2013-04-141-0/+6
* Fix failing dependencies-and-pp.c testReid Kleckner2013-04-111-1/+2
* FileCheck-ify more grep tests with quoted double quotesReid Kleckner2013-04-111-6/+10
* FileCheck-ify some clang grep tests that use double quotesReid Kleckner2013-04-101-1/+2
* [frontend] When preprocessing, turn implicit module imports into @imports.Argyrios Kyrtzidis2013-04-101-0/+11
* Repeat some #line directive tests for the GNU line marker directive.Michael Ilseman2013-04-101-1/+8
* Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman2013-04-101-1/+2
* AArch64: bring predefines in line with most recent ACLE documentTim Northover2013-04-051-17/+19
* Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer2013-04-041-0/+18
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-031-0/+14
* Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov2013-03-281-0/+21
* PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie2013-03-181-0/+9
* Preprocessor: don't keep comments under -traditional-cpp.Jordan Rose2013-03-051-0/+6
* Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose2013-03-052-0/+9
* Add a test to make sure __has_include works from inside a macro.Argyrios Kyrtzidis2013-02-271-0/+6
* [preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis2013-02-221-0/+6
* Preproceessor: fix #if skipping under -traditional-cpp.Jordan Rose2013-02-221-0/+16
* Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose2013-02-211-2/+54
* FileCheck'ize testsDmitri Gribenko2013-02-094-9/+16
* FileCheck'ize a testDmitri Gribenko2013-02-091-1/+2
* Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose2013-02-092-0/+146
OpenPOWER on IntegriCloud