index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
Age
Commit message (
Expand
)
Author
2013-04-17
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-16
Parser support for #pragma clang __debug captured
Tareq 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 separate
Simon Atanasyan
2013-04-11
Fix failing dependencies-and-pp.c test
Reid Kleckner
2013-04-11
FileCheck-ify more grep tests with quoted double quotes
Reid Kleckner
2013-04-10
FileCheck-ify some clang grep tests that use double quotes
Reid Kleckner
2013-04-10
[frontend] When preprocessing, turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
Repeat some #line directive tests for the GNU line marker directive.
Michael Ilseman
2013-04-10
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2013-04-05
AArch64: bring predefines in line with most recent ACLE document
Tim Northover
2013-04-04
Add 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-28
Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
2013-03-18
PR15539: Record "evaluating if/elif condition" flag in the right place
David Blaikie
2013-03-05
Preprocessor: don't keep comments under -traditional-cpp.
Jordan Rose
2013-03-05
Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.
Jordan Rose
2013-02-27
Add 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-22
Preproceessor: fix #if skipping under -traditional-cpp.
Jordan Rose
2013-02-21
Preprocessor: preserve whitespace in -traditional-cpp mode.
Jordan Rose
2013-02-09
FileCheck'ize tests
Dmitri Gribenko
2013-02-09
FileCheck'ize a test
Dmitri Gribenko
2013-02-09
Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
Jordan Rose
2013-02-08
Simplify logic for avoiding concatenation after numeric constants.
Jordan Rose
2013-02-01
Add some missing PPC cpus
Bill Schmidt
2013-02-01
Add PPC A2Q core and BG/Q preprocessor definitions
Hal Finkel
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-30
Reinstate r173952, this time limiting it to exactly the form
Douglas Gregor
2013-01-30
Revert "[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, check
Argyrios Kyrtzidis
2013-01-28
FileCheck'ize tests
Dmitri Gribenko
2013-01-28
FileCheck'ize a test
Dmitri Gribenko
2013-01-28
Migrate a test to -verify
Dmitri Gribenko
2013-01-28
FileCheck'ize and merge tests
Dmitri Gribenko
2013-01-28
Fix the indentation of the first line of preprocessor output
Hal Finkel
2013-01-26
Migrate tests to -verify
Dmitri Gribenko
2013-01-25
clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr...
NAKAMURA Takumi
2013-01-25
FileCheck'ize tests
Dmitri Gribenko
2013-01-25
Migrate tests to -verify and merge them
Dmitri 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-24
Test fix-it ranges for Unicode characters.
Jordan Rose
2013-01-24
Add a fixit for \U1234 -> \u1234.
Jordan Rose
2013-01-24
Handle universal character names and Unicode characters outside of literals.
Jordan Rose
2013-01-23
Don't check lines beginning with '#', since they could contain a path with th...
Bill Wendling
2013-01-17
Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...
Joey Gouly
2013-01-17
Suppress all -Wunused-value warnings from macro body expansions.
Matt Beaumont-Gay
2013-01-16
No longer crashing with an assert when __has_include or __has_include_next is...
Aaron Ballman
[next]