clang-1/lib/Sema
Douglas Gregor eb704f22ef Now that we have copy initialization support, use it for checking the default arguments
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58692 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-04 13:57:51 +00:00
..
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
IdentifierResolver.h Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. 2008-09-09 21:57:58 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl. 2008-10-24 15:36:09 +00:00
Sema.h Implicit support for direct initialization of objects of class type, e.g., 2008-11-03 20:45:27 +00:00
SemaChecking.cpp Implement initialization of a reference (C++ [dcl.init.ref]) as part 2008-10-29 00:13:59 +00:00
SemaDecl.cpp Implicit support for direct initialization of objects of class type, e.g., 2008-11-03 20:45:27 +00:00
SemaDeclAttr.cpp Add attribute always_inline support. 2008-10-28 00:17:57 +00:00
SemaDeclCXX.cpp Now that we have copy initialization support, use it for checking the default arguments 2008-11-04 13:57:51 +00:00
SemaDeclObjC.cpp Fix typo. 2008-10-21 10:50:19 +00:00
SemaExpr.cpp Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 < FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513 2008-11-03 23:29:32 +00:00
SemaExprCXX.cpp Standard conversion sequences now have a CopyConstructor field, to 2008-11-03 19:09:14 +00:00
SemaExprObjC.cpp Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. 2008-09-30 14:38:43 +00:00
SemaInherit.cpp Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp Remember whether an initlist had a designator in the AST. 2008-10-26 23:43:26 +00:00
SemaOverload.cpp Implicit support for direct initialization of objects of class type, e.g., 2008-11-03 20:45:27 +00:00
SemaOverload.h Standard conversion sequences now have a CopyConstructor field, to 2008-11-03 19:09:14 +00:00
SemaStmt.cpp Implement initialization of a reference (C++ [dcl.init.ref]) as part 2008-10-29 00:13:59 +00:00
SemaType.cpp Implement C++ DR 106 and C++ DR 540, both of which deal with 2008-11-03 15:51:28 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00