.. |
CMakeLists.txt
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +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
|
Make sure to flush raw_string_ostream, from John Thompson
|
2009-09-29 15:13:39 +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
|
Desugaring optimizations. Add single-step desugaring methods to all
|
2009-09-29 23:03:30 +00:00 |
Sema.h
|
Add code completion support for ObjC property declarations/attributes.
|
2009-10-08 21:55:05 +00:00 |
SemaAccess.cpp
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +00:00 |
SemaAttr.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
SemaCXXCast.cpp
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +00:00 |
SemaCXXScopeSpec.cpp
|
When entering the scope of a declarator, make sure that the scope is
|
2009-09-24 23:39:01 +00:00 |
SemaChecking.cpp
|
Fix checking for a null pointer constant when the expression itself is
|
2009-09-25 04:25:58 +00:00 |
SemaCodeComplete.cpp
|
Add code completion support for ObjC property declarations/attributes.
|
2009-10-08 21:55:05 +00:00 |
SemaDecl.cpp
|
Implement support for -Wunused-variable, from Oscar Bonilla!
|
2009-10-08 21:35:42 +00:00 |
SemaDeclAttr.cpp
|
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
|
2009-09-21 23:43:11 +00:00 |
SemaDeclCXX.cpp
|
Refactoring around friend class templates. Better error message for friend enums.
|
2009-10-07 23:34:25 +00:00 |
SemaDeclObjC.cpp
|
tweaked my last patch to 1) preserve the protocol in
|
2009-10-05 21:32:49 +00:00 |
SemaExpr.cpp
|
Implement support for -Wunused-variable, from Oscar Bonilla!
|
2009-10-08 21:35:42 +00:00 |
SemaExprCXX.cpp
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +00:00 |
SemaExprObjC.cpp
|
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
|
2009-09-21 23:43:11 +00:00 |
SemaInit.cpp
|
Improve diagnostic location information when checking the initialization of a reference
|
2009-09-23 23:04:10 +00:00 |
SemaLookup.cpp
|
Dead code elimination.
|
2009-10-07 22:04:40 +00:00 |
SemaOverload.cpp
|
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
|
2009-10-07 22:26:29 +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
|
When the return type of a function is dependent, don't perform any
|
2009-10-01 23:25:31 +00:00 |
SemaTemplate.cpp
|
Improve checking for specializations of member classes of class
|
2009-10-08 15:14:33 +00:00 |
SemaTemplate.h
|
Implement partial ordering of function template specializations
|
2009-09-14 18:39:43 +00:00 |
SemaTemplateDeduction.cpp
|
Improve template argument deduction in the case where the parameter
|
2009-09-30 22:13:51 +00:00 |
SemaTemplateInstantiate.cpp
|
Improve checking for specializations of member classes of class
|
2009-10-08 15:14:33 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Improve checking for specializations of member classes of class
|
2009-10-08 15:14:33 +00:00 |
SemaType.cpp
|
Improve checking for specializations of member classes of class
|
2009-10-08 15:14:33 +00:00 |
TreeTransform.h
|
Introduce ObjCProtocolListType type subclass.
|
2009-09-29 19:42:55 +00:00 |