llvm-project/clang/lib/Sema
Ted Kremenek 712c91f8a9 Add attribute "format" support for typedefs of function pointers.
llvm-svn: 50906
2008-05-09 17:36:24 +00:00
..
IdentifierResolver.cpp Argiris Kirtzidis's fix for handling empty IdDeclInfo's in IdentifierResolver::AddDecl 2008-04-14 00:26:07 +00:00
IdentifierResolver.h Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner. 2008-04-14 00:09:21 +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 Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Sema.cpp Addition of TranslationUnitDecl to the AST: 2008-04-17 14:40:12 +00:00
Sema.h Diagnose attempts to use C++ default arguments outside of a function declaration 2008-05-07 04:49:29 +00:00
SemaChecking.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
SemaDecl.cpp Add attribute "format" support for typedefs of function pointers. 2008-05-09 17:36:24 +00:00
SemaDeclCXX.cpp Diagnose attempts to use C++ default arguments outside of a function declaration 2008-05-07 04:49:29 +00:00
SemaDeclObjC.cpp Synthesized getter/setter method declarations need not have 2008-05-07 20:53:44 +00:00
SemaExpr.cpp Extend vector member references to include {.hi, .lo, .e, .o} which return a 2008-05-09 06:41:27 +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 Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few tests). Expect to enable it very soon. 2008-05-06 00:23:44 +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 Diagnose attempts to use C++ default arguments outside of a function declaration 2008-05-07 04:49:29 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00