aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor
AgeCommit message (Expand)Author
2013-05-21Merging r181342:Bill Wendling
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-03Add support for -march=btver2.Benjamin Kramer
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg
2013-04-29[test] add missing header for the test.Argyrios Kyrtzidis
2013-04-29When emitting a preprocessed file with implicit module imports, make sure lin...Argyrios Kyrtzidis
2013-04-17Fix off-by-one error in #pragma clang system_header.Jordan Rose
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Follow-up to r179481. Consider "single-float" as a separateSimon Atanasyan
2013-04-11Fix failing dependencies-and-pp.c testReid Kleckner
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2013-04-10[frontend] When preprocessing, turn implicit module imports into @imports.Argyrios Kyrtzidis
2013-04-10Repeat some #line directive tests for the GNU line marker directive.Michael Ilseman
2013-04-10Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman
2013-04-05AArch64: bring predefines in line with most recent ACLE documentTim Northover
2013-04-04Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.Michael J. Spencer
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-03-28Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov
2013-03-18PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie
2013-03-05Preprocessor: don't keep comments under -traditional-cpp.Jordan Rose
2013-03-05Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose
2013-02-27Add a test to make sure __has_include works from inside a macro.Argyrios Kyrtzidis
2013-02-22[preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis
2013-02-22Preproceessor: fix #if skipping under -traditional-cpp.Jordan Rose
2013-02-21Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose
2013-02-09FileCheck'ize testsDmitri Gribenko
2013-02-09FileCheck'ize a testDmitri Gribenko
2013-02-09Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose
2013-02-08Simplify logic for avoiding concatenation after numeric constants.Jordan Rose
2013-02-01Add some missing PPC cpusBill Schmidt
2013-02-01Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-30Reinstate r173952, this time limiting it to exactly the formDouglas Gregor
2013-01-30Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis
2013-01-30[preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis
2013-01-29[Preprocessor] When checking if we can concatenate two tokens, checkArgyrios Kyrtzidis
2013-01-28FileCheck'ize testsDmitri Gribenko
2013-01-28FileCheck'ize a testDmitri Gribenko
2013-01-28Migrate a test to -verifyDmitri Gribenko
2013-01-28FileCheck'ize and merge testsDmitri Gribenko
2013-01-28Fix the indentation of the first line of preprocessor outputHal Finkel
2013-01-26Migrate tests to -verifyDmitri Gribenko
2013-01-25clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr...NAKAMURA Takumi
2013-01-25FileCheck'ize testsDmitri Gribenko
2013-01-25Migrate tests to -verify and merge themDmitri Gribenko
2013-01-25[tests] Force a triple to ensure /usr/include is one of the entries.Daniel Dunbar
2013-01-25[tests] Add a test for -iwithprefix.Daniel Dunbar
2013-01-24Test fix-it ranges for Unicode characters.Jordan Rose