llvm-project/clang/test/CXX/dcl.decl
Sebastian Redl 548e629e02 In some dependent contexts, incomplete array types persist into FinalizeDeclaratorGroup. Don't require them to have a complete type. This allows us to compile Hello World with the Apache stdcxx library. If you don't use endl, it even links and runs.
llvm-svn: 84347
2009-10-17 19:37:06 +00:00
..
dcl.init/dcl.init.aggr In some dependent contexts, incomplete array types persist into FinalizeDeclaratorGroup. Don't require them to have a complete type. This allows us to compile Hello World with the Apache stdcxx library. If you don't use endl, it even links and runs. 2009-10-17 19:37:06 +00:00
dcl.meaning When creating function types, remove any top-level CVR qualifications in the function type argument types. 2009-09-16 23:47:08 +00:00