.. |
CXXFieldCollector.h
|
Update some comments.
|
2008-07-01 11:22:40 +00:00 |
IdentifierResolver.cpp
|
Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin().
|
2008-07-17 17:49:50 +00:00 |
IdentifierResolver.h
|
Make the default constructor of IdentifierResolver::iterator public.
|
2008-08-01 10:20:48 +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
|
ParseAST now never releases the passed ASTConsumer. This is the responsibility of the client.
|
2008-08-08 02:46:37 +00:00 |
Sema.cpp
|
change more instances of QualType::getCanonicalType to call
|
2008-07-26 22:17:49 +00:00 |
Sema.h
|
Cleanup from yesterday...make isTentativeDefinition() a static helper function (no need for it to be part of the Sema API).
|
2008-08-10 15:28:06 +00:00 |
SemaChecking.cpp
|
tighten up some code and some wording on diagnostics.
|
2008-08-10 02:05:13 +00:00 |
SemaDecl.cpp
|
Cleanup from yesterday...make isTentativeDefinition() a static helper function (no need for it to be part of the Sema API).
|
2008-08-10 15:28:06 +00:00 |
SemaDeclAttr.cpp
|
attribute "unused" also applies to functions.
|
2008-08-07 01:02:05 +00:00 |
SemaDeclCXX.cpp
|
When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinishCXXClassDef,
|
2008-08-09 00:58:37 +00:00 |
SemaDeclObjC.cpp
|
remove two uses of getCanonicalType I missed.
|
2008-07-27 00:05:05 +00:00 |
SemaExpr.cpp
|
Cleanup ObjCSuperRefExpr (remove last usage and AST node:-).
|
2008-08-10 19:10:41 +00:00 |
SemaExprCXX.cpp
|
rename PreDefinedExpr -> PredefinedExpr
|
2008-08-10 01:53:14 +00:00 |
SemaExprObjC.cpp
|
rename PreDefinedExpr -> PredefinedExpr
|
2008-08-10 01:53:14 +00:00 |
SemaInit.cpp
|
InitListChecker::CheckListElementTypes(): Check for function types and issue an appropriate diagnostic.
|
2008-08-10 16:05:48 +00:00 |
SemaStmt.cpp
|
Use DeclStmt::decl_iterator instead of walking the getNextDeclarator() chain.
|
2008-08-08 02:45:18 +00:00 |
SemaType.cpp
|
Implement support for the 'wchar_t' C++ type.
|
2008-08-09 16:51:54 +00:00 |
SemaUtil.h
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |