llvm-project/clang/lib/Sema
Argyrios Kyrtzidis 694dda1e4e Implicitly defined functions were getting the DeclContext of the function where they appeared, causing the bug: http://llvm.org/bugs/show_bug.cgi?id=2266.
Fix it by making implicitly defined functions get the DeclContext of translation unit.

llvm-svn: 50538
2008-05-01 21:04:16 +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 More ObjC2 property semantics work. Work in progress. 2008-05-01 00:03:38 +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 Implicitly defined functions were getting the DeclContext of the function where they appeared, causing the bug: http://llvm.org/bugs/show_bug.cgi?id=2266. 2008-05-01 21:04:16 +00:00
SemaDeclCXX.cpp Parsing of namespaces: 2008-04-27 13:50:30 +00:00
SemaDeclObjC.cpp Patch to match and issue diagnostics on property type mismatch. 2008-05-01 18:05:01 +00:00
SemaExpr.cpp Parsing of namespaces: 2008-04-27 13:50:30 +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
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 Introduce support for finding class and enum names via ordinary name lookup in C++ 2008-04-13 21:07:44 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00