.. |
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
|
Some cleanup of the cast checkers. Don't canonicalize types when not needed. Use distinct diagnostics for distinct errors.
|
2008-11-04 15:59:10 +00:00 |
Sema.h
|
Parsing, representation, and preliminary semantic analysis of destructors.
|
2008-11-05 20:51:48 +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
|
Parsing, representation, and preliminary semantic analysis of destructors.
|
2008-11-05 20:51:48 +00:00 |
SemaDeclAttr.cpp
|
Add attribute always_inline support.
|
2008-10-28 00:17:57 +00:00 |
SemaDeclCXX.cpp
|
Parsing, representation, and preliminary semantic analysis of destructors.
|
2008-11-05 20:51:48 +00:00 |
SemaDeclObjC.cpp
|
Make it an error if an Objective-C declaration is not in the global scope.
|
2008-11-04 16:57:32 +00:00 |
SemaExpr.cpp
|
Implement C++ copy-initialization for declarations. There is now some
|
2008-11-05 15:29:30 +00:00 |
SemaExprCXX.cpp
|
Move named cast sema functions to their own file.
|
2008-11-05 21:50:06 +00:00 |
SemaExprObjC.cpp
|
Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr
|
2008-11-04 14:56:14 +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 |
SemaNamedCast.cpp
|
Improve assert messages.
|
2008-11-05 22:15:14 +00:00 |
SemaOverload.cpp
|
Some cleanup of the cast checkers. Don't canonicalize types when not needed. Use distinct diagnostics for distinct errors.
|
2008-11-04 15:59:10 +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 |