hanchenye-llvm-project/clang/test/OpenMP
David Blaikie abe1a398e3 Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')
For namespaces, this is consistent with mangling and GCC's debug info
behavior. For structs, GCC uses <anonymous struct> but we prefer
consistency between all anonymous entities but don't want to confuse
them with template arguments, etc, so we'll just go with parens in all
cases.

llvm-svn: 205398
2014-04-02 05:58:29 +00:00
..
linking.c [OPENMP] Fixed linked libraries for libiomp5 on Linux 2014-03-07 07:43:52 +00:00
no_option.c OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
no_option_no_warn.c OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
openmp_common.c [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
option_warn.c OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
parallel_ast_print.cpp [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
parallel_copyin_messages.cpp [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
parallel_default_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_firstprivate_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_if_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_num_threads_messages.cpp [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
parallel_private_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_shared_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
predefined_macro.c [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support) 2014-03-06 12:27:56 +00:00
simd_ast_print.cpp [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') 2014-03-21 04:51:18 +00:00
simd_misc_messages.c [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') 2014-03-21 04:51:18 +00:00
simd_private_messages.cpp [OPENMP] Missed test for 'simd private' 2014-03-06 11:48:22 +00:00
simd_safelen_messages.cpp [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') 2014-03-21 04:51:18 +00:00
threadprivate_ast_print.cpp [OPENMP] Small update in threadprivate variables processing to fix template instantiation. 2014-03-07 08:03:37 +00:00
threadprivate_messages.cpp Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )') 2014-04-02 05:58:29 +00:00