.. |
CMakeLists.txt
|
Test exception spec compatibility on return type and parameters.
|
2009-10-11 09:03:14 +00:00 |
CXXFieldCollector.h
|
Unifies the name-lookup mechanisms used in various parts of the AST
|
2008-12-11 16:49:14 +00:00 |
CodeCompleteConsumer.cpp
|
Include macros in code-completion results
|
2009-10-30 16:50:04 +00:00 |
IdentifierResolver.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
IdentifierResolver.h
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
JumpDiagnostics.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
Makefile
|
Installation of Clang libraries and headers, from Axel Naumann!
|
2009-10-08 22:15:31 +00:00 |
ParseAST.cpp
|
Spell function pointer correctly.
|
2009-09-22 10:19:04 +00:00 |
Sema.cpp
|
Change our basic strategy for avoiding deprecation warnings when the decl use
|
2009-11-04 02:18:39 +00:00 |
Sema.h
|
Switch parsing of using declarations over to ParseUnqualifiedId.
|
2009-11-04 16:30:06 +00:00 |
SemaAccess.cpp
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +00:00 |
SemaAttr.cpp
|
Refactor the LookupResult API to simplify most common operations. Require users to
|
2009-10-09 21:13:30 +00:00 |
SemaCXXCast.cpp
|
Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no codegen).
|
2009-10-30 00:46:35 +00:00 |
SemaCXXScopeSpec.cpp
|
Unify our diagnostic printing for errors of the form, "we didn't like
|
2009-10-13 21:16:44 +00:00 |
SemaChecking.cpp
|
warn about returning the address of a label.
|
2009-10-30 04:01:58 +00:00 |
SemaCodeComplete.cpp
|
Include macros in code-completion results
|
2009-10-30 16:50:04 +00:00 |
SemaDecl.cpp
|
Change our basic strategy for avoiding deprecation warnings when the decl use
|
2009-11-04 02:18:39 +00:00 |
SemaDeclAttr.cpp
|
Diagnose the use of 'fastcall' on functions without prototypes or with
|
2009-11-04 03:36:09 +00:00 |
SemaDeclCXX.cpp
|
Don't try to check the initialization of fields with dependent
|
2009-11-04 17:16:11 +00:00 |
SemaDeclObjC.cpp
|
Change our basic strategy for avoiding deprecation warnings when the decl use
|
2009-11-04 02:18:39 +00:00 |
SemaExceptionSpec.cpp
|
Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics.
|
2009-10-14 16:09:29 +00:00 |
SemaExpr.cpp
|
Preserve type source information in sizeof/alignof expressions, and pass it
|
2009-11-04 07:28:41 +00:00 |
SemaExprCXX.cpp
|
Remove previous patch for pr5296 due to further clarification
|
2009-11-03 20:38:53 +00:00 |
SemaExprObjC.cpp
|
Remove default argument for ImpCastExprToType. Add appropriate argument
|
2009-10-20 08:27:19 +00:00 |
SemaInit.cpp
|
Remove the ConstantArrayType subtypes. This information is preserved in the
|
2009-10-16 00:14:28 +00:00 |
SemaLookup.cpp
|
Ignore dependent bases in ADL. Fixes PR5271.
|
2009-10-25 09:35:33 +00:00 |
SemaOverload.cpp
|
We may need to instantiate a class template specialization as part of a derived-to-base pointer case
|
2009-10-29 23:08:22 +00:00 |
SemaOverload.h
|
Don't allow the same function to enter the overload candidate set
|
2009-09-28 04:47:19 +00:00 |
SemaStmt.cpp
|
Refine volatile handling, specifically, we must have the canonical
|
2009-11-03 23:25:48 +00:00 |
SemaTemplate.cpp
|
Implement support for parsing dependent template-ids that refer to
|
2009-11-04 00:56:37 +00:00 |
SemaTemplate.h
|
Implement partial ordering of function template specializations
|
2009-09-14 18:39:43 +00:00 |
SemaTemplateDeduction.cpp
|
Track source information for template arguments and template specialization
|
2009-10-29 08:12:44 +00:00 |
SemaTemplateInstantiate.cpp
|
When performing template instantiation (transformation) of
|
2009-11-04 07:01:15 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
When determining whether a reference to a static data member is an
|
2009-11-01 20:32:48 +00:00 |
SemaType.cpp
|
Store the unresolved class type in MemberPointerType's Class field,
|
2009-11-04 16:49:01 +00:00 |
TreeTransform.h
|
Preserve type source information in sizeof/alignof expressions, and pass it
|
2009-11-04 07:28:41 +00:00 |