hanchenye-llvm-project/clang/test/Preprocessor
Ken Dyck 47181584f1 Define intmax_t and uintmax_t as the [u]intN_t type corresponding to
__INTMAX_WIDTH__.

llvm-svn: 89221
2009-11-18 18:57:04 +00:00
..
_Pragma-dependency.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
_Pragma-dependency2.c rename test 2009-06-15 05:00:02 +00:00
_Pragma-location.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
_Pragma-physloc.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
_Pragma.c Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. 2009-05-13 06:10:29 +00:00
assembler-with-cpp.c Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
builtin_line.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
c90.c this is really just a recommendation, not a requirement. 2009-04-18 02:25:14 +00:00
c99-6_10_3_3_p4.c Preprocessor tests are whitespace sensitive, as per Revision: 85170 review. 2009-10-27 01:45:51 +00:00
c99-6_10_3_4_p5.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
c99-6_10_3_4_p6.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
c99-6_10_3_4_p7.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
c99-6_10_3_4_p9.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
clang_headers.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
comment_save.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
comment_save_if.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
comment_save_macro.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_and.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_bitand.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_bitor.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_compl.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_not.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_not_eq.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_oper_keyword.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_oper_spelling.cpp Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
cxx_or.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_true.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
cxx_xor.cpp Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
dependencies-and-pp.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
disabled-cond-diags.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
dump-macros-spacing.c PR4288: Make -dD (dump macros with preprocessed source) play nicely with 2009-06-02 07:55:39 +00:00
dump-options.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
dump_macros.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
dumptokens_phyloc.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
expr_comma.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
expr_invalid_tok.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
expr_liveness.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
expr_multichar.c PR4283: Don't truncate multibyte character constants in the 2009-06-01 05:25:02 +00:00
expr_usual_conversions.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
extension-warning.c Simplify the scheme used for keywords, and change the classification 2009-04-28 03:13:54 +00:00
feature_tests.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
file_to_include.h
function_macro_file.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
function_macro_file.h Correctly respect C99 5.1.1.2p4 when searching for the first '(' of 2007-07-19 00:07:36 +00:00
has_include.c Added __has_include and __has_include_next. 2009-11-02 22:28:12 +00:00
hash_line.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
hash_space.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
header_lookup1.c Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. 2009-11-17 08:57:36 +00:00
if_warning.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
ifdef-recover.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
import_self.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
include-directive1.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
include-directive2.c Fix two problems from PR3916, and one problem I noticed while hacking 2009-04-17 23:56:52 +00:00
include-directive3.c use doug's new %S thing to make this work when run from different locations. 2009-04-10 16:51:32 +00:00
include-macros.c use doug's new %S thing to make this work when run from different locations. 2009-04-10 16:51:32 +00:00
include-pth.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
indent_macro.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
init.c Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in 2009-11-18 13:52:57 +00:00
line-directive.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro-multiline.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_arg_keyword.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_disable.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_disable2.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_disable3.c Preprocessor tests are whitespace sensitive, as per Revision: 85170 review. 2009-10-27 01:45:51 +00:00
macro_disable4.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_expand.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_expandloc.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_expandloc2.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_fn.c fix rdar://6816766 - Crash with function-like macro test at end of directive. 2009-04-24 07:15:46 +00:00
macro_fn_comma_swallow.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_fn_disable_expand.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_fn_lparen_scan.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_fn_lparen_scan2.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_fn_placemarker.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_fn_preexpand.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_fn_varargs_iso.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_fn_varargs_named.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_misc.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_not_define.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_paste_bad.c update test for r72519 2009-05-28 05:41:32 +00:00
macro_paste_bcpl_comment.c Disable Microsoft extensions to fix failure on Windows. 2009-10-22 20:34:27 +00:00
macro_paste_c_block_comment.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_paste_commaext.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_paste_empty.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_paste_hard.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_paste_hashhash.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_paste_mscomment.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
macro_paste_none.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_paste_simple.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_paste_spacing.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_paste_spacing2.c Fix the testcase for PR4132. 2009-05-03 19:54:21 +00:00
macro_rescan.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_rescan2.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
macro_rescan_varargs.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
macro_rparen_scan.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_rparen_scan2.c Preprocessor tests are whitespace sensitive, as per Revision: 85170 review. 2009-10-27 01:45:51 +00:00
macro_space.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
macro_undef.c Implement support for the -undef command line option, patch by 2009-11-03 19:50:27 +00:00
mi_opt.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
mi_opt.h Fix a nasty corner case that Neil noticed in PR1900, where we would 2008-01-07 19:50:27 +00:00
non_fragile_feature.m Added test cases for presence and absence of __has_feature(objc_nonfragile_abi) with and without -fobjc-nonfragile-abi. 2009-08-31 16:53:06 +00:00
non_fragile_feature1.m Force triple for this test (non-fragile ABI is default on x86_64-apple-darwin9). 2009-09-01 00:36:20 +00:00
objc-pp.m Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. 2009-11-17 08:57:36 +00:00
optimize.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
output_paste_avoid.c fix tests 2009-10-27 10:09:29 +00:00
overflow.c PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
pic.c Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
pr2086.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
pr2086.h Fix PR2086. 2008-02-25 19:03:15 +00:00
pragma_microsoft.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
pragma_poison.c rename test for consistency with other pragma test. 2009-04-19 20:16:27 +00:00
pragma_sysheader.c Fix #pragma GCC system_header by making it insert a virtual linemarker into 2009-06-15 05:02:34 +00:00
pragma_sysheader.h Fix #pragma GCC system_header by making it insert a virtual linemarker into 2009-06-15 05:02:34 +00:00
pragma_unknown.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
print_line_count.c Fix PR2741 by making our newline tracking be aware of newlines that 2009-06-15 01:25:23 +00:00
print_line_track.c Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
pushable-diagnostics.c add push/pop semantics for diagnostics. Patch by Louis Gerbarg! 2009-07-12 21:18:45 +00:00
skipping_unclean.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
stdint.c Define intmax_t and uintmax_t as the [u]intN_t type corresponding to 2009-11-18 18:57:04 +00:00
stringize_misc.c Convert Preprocessor Clang tests to FileCheck in regards to PR5307. 2009-10-27 02:36:32 +00:00
stringize_space.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
stringize_space2.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
undef-error.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
unterminated.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
x86_target_features.c Remove RUN: true lines. 2009-11-08 01:47:25 +00:00