llvm-project/clang/lib/Sema
Eli Friedman bb5de96bc8 Patch for PR2350; the issue was tnat we were allowing (with an error)
void f(const void) in one place and rejecting it in another.

llvm-svn: 51424
2008-05-22 08:54:03 +00:00
..
IdentifierResolver.cpp Comments fix. 2008-05-15 17:26:35 +00:00
IdentifierResolver.h Comments fix. 2008-05-15 17:26:35 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseAST.cpp Try to plug some memory leaks... 2008-05-20 00:43:19 +00:00
Sema.cpp Addition of TranslationUnitDecl to the AST: 2008-04-17 14:40:12 +00:00
Sema.h Perform stricter/more accurate checking for C99 constant expressions 2008-05-20 13:48:25 +00:00
SemaChecking.cpp Add __builtin_frame_address and __builtin_return_address gcc builtins to 2008-05-20 08:23:37 +00:00
SemaDecl.cpp Patch for PR2350; the issue was tnat we were allowing (with an error) 2008-05-22 08:54:03 +00:00
SemaDeclCXX.cpp -Implement proper name lookup for namespaces. 2008-05-09 23:39:43 +00:00
SemaDeclObjC.cpp Synthesized getter/setter method declarations need not have 2008-05-07 20:53:44 +00:00
SemaExpr.cpp Add some more checking for compound literals. 2008-05-20 05:22:08 +00:00
SemaExprCXX.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
SemaExprObjC.cpp Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible, 2008-04-20 02:09:31 +00:00
SemaInit.cpp Be a bit more defensive in SemaInit. 2008-05-20 05:25:56 +00:00
SemaStmt.cpp Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
SemaType.cpp An array of VLAs is a VLA. Shouldn't make any significant difference at 2008-05-14 00:40:18 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00