llvm-project/clang/test/CXX/dcl.dcl
Douglas Gregor 61f6db54e1 Switch CodeGen's "is this variable declaration a definition?" logic
over to VarDecl::isThisDeclarationADefinition(), which handles
variables declared with linkage specifications better (among other
things). CMake 2.9 (from CVS) now builds with clang++ and is somewhat
functional.

llvm-svn: 95486
2010-02-06 05:15:45 +00:00
..
basic.namespace When parsing an identifier as an expression in C++, only try to annotate it 2010-01-07 19:29:58 +00:00
dcl.enum Improve handling of enumerator values for C and C++, including: 2010-02-01 23:36:03 +00:00
dcl.link Switch CodeGen's "is this variable declaration a definition?" logic 2010-02-06 05:15:45 +00:00
dcl.spec Implement [dcl.fct.spec]p6. 2010-01-24 16:49:46 +00:00