..
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
Spell empty StringRef correctly (0 is a null StringRef, which is not the same).
2009-11-12 18:40:12 +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
Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of
2009-11-11 22:52:37 +00:00
Sema.h
Recognize (and check) pointer-to-member template arguments that are
2009-11-12 18:38:13 +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
Set CK_BaseToDerived in TryStaticDowncast.
2009-11-12 16:53:16 +00:00
SemaCXXScopeSpec.cpp
When starting a C++ member access expression, make sure to compute the
2009-11-04 22:49:18 +00:00
SemaChecking.cpp
warn about returning the address of a label.
2009-10-30 04:01:58 +00:00
SemaCodeComplete.cpp
Make sure that we look into nested, transparent declaration contexts
2009-11-09 21:35:27 +00:00
SemaDecl.cpp
Random const correctness, and incidentally use computeDeclContext when building
2009-11-12 03:15:40 +00:00
SemaDeclAttr.cpp
Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen
2009-11-09 18:38:53 +00:00
SemaDeclCXX.cpp
Give CanQual<T> an implicit conversion to bool, so that it can be used
2009-11-12 16:49:45 +00:00
SemaDeclObjC.cpp
writable atomic property's setter/getter must be in 'lock' step of
2009-11-11 22:40:11 +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
Fix two bugs with temporaries:
2009-11-13 04:34:45 +00:00
SemaExprCXX.cpp
Improve source-location information for implicitly-generated member call expressions
2009-11-12 15:31:47 +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
Introduce a new representation for template template
2009-11-11 01:00:40 +00:00
SemaOverload.cpp
When comparing template parameter lists, distinguish between three cases:
2009-11-12 16:20:59 +00:00
SemaOverload.h
This patch implements Sema for clause 13.3.3.1p4.
2009-11-06 00:23:08 +00:00
SemaStmt.cpp
Refine volatile handling, specifically, we must have the canonical
2009-11-03 23:25:48 +00:00
SemaTemplate.cpp
Recognize (and check) pointer-to-member template arguments that are
2009-11-12 18:38:13 +00:00
SemaTemplate.h
Implement partial ordering of function template specializations
2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp
Template argument deduction for template template parameters. This
2009-11-11 23:06:43 +00:00
SemaTemplateInstantiate.cpp
When instantiating a reference to a non-type template parameter of pointer to
2009-11-12 17:40:13 +00:00
SemaTemplateInstantiateDecl.cpp
Improve diagnostics when a default template argument does not match
2009-11-11 21:54:23 +00:00
SemaType.cpp
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
2009-11-09 22:08:55 +00:00
TreeTransform.h
Introduce a new representation for template template
2009-11-11 01:00:40 +00:00