.. |
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
|
Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup
|
2009-12-01 05:55:20 +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
|
Silence some warnings produced by Clang, and add a missing header
|
2009-11-17 06:14:37 +00:00 |
Lookup.h
|
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
|
2009-12-02 08:47:38 +00:00 |
Makefile
|
Installation of Clang libraries and headers, from Axel Naumann!
|
2009-10-08 22:15:31 +00:00 |
ParseAST.cpp
|
Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader
|
2009-12-01 21:57:20 +00:00 |
Sema.cpp
|
Refactor our handling of expression evaluation contexts, so that Sema
|
2009-11-26 00:44:06 +00:00 |
Sema.h
|
revert my previous patch, it is breaking something and I don't have time
|
2009-12-06 20:58:07 +00:00 |
SemaAccess.cpp
|
Refactor the code that walks a C++ inheritance hierarchy, searching
|
2009-10-06 17:59:45 +00:00 |
SemaAttr.cpp
|
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
|
2009-12-02 08:25:40 +00:00 |
SemaCXXCast.cpp
|
CastsAwayConstness shouldn't care if member pointers point into different classes. Fixes PR5545.
|
2009-11-18 18:10:53 +00:00 |
SemaCXXScopeSpec.cpp
|
revert my previous patch, it is breaking something and I don't have time
|
2009-12-06 20:58:07 +00:00 |
SemaChecking.cpp
|
Fix for PR5679: make __builtin_prefetch a bit more flexible in what it accepts
|
2009-12-04 00:30:06 +00:00 |
SemaCodeComplete.cpp
|
PointerUnion == PointerUnion does not do what I thought it did. Also, fix a thinko in a PointerUnion::get call.
|
2009-12-06 21:27:58 +00:00 |
SemaDecl.cpp
|
Move RequireCompleteType requirement for fields early into ActOnField so that
|
2009-12-07 00:22:08 +00:00 |
SemaDeclAttr.cpp
|
Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized.
|
2009-12-04 21:51:28 +00:00 |
SemaDeclCXX.cpp
|
Fix a slight oversight in computing whether a copy constructor is elidable.
|
2009-12-06 09:26:33 +00:00 |
SemaDeclObjC.cpp
|
Don't warn if objc method param types in declaration and
|
2009-11-18 18:56:09 +00:00 |
SemaExceptionSpec.cpp
|
First part of changes to eliminate problems with cv-qualifiers and
|
2009-11-16 21:35:15 +00:00 |
SemaExpr.cpp
|
fix rdar://7446395, a crash on invalid, by fixing a broken assertion.
|
2009-12-05 05:40:13 +00:00 |
SemaExprCXX.cpp
|
When we're building a CXXExprWithTemporaries, only include those
|
2009-12-03 17:10:37 +00:00 |
SemaExprObjC.cpp
|
Remove default argument for ImpCastExprToType. Add appropriate argument
|
2009-10-20 08:27:19 +00:00 |
SemaInit.cpp
|
remove some extraneous syntax: sourceloc implicitly converts to sourcerange.
|
2009-12-06 17:36:05 +00:00 |
SemaInit.h
|
Improve source location information for C++ member initializers in a
|
2009-12-02 22:36:29 +00:00 |
SemaLookup.cpp
|
Stop stripping UnresolvedUsingDecls out of LookupResults that have other
|
2009-12-03 00:58:24 +00:00 |
SemaOverload.cpp
|
Honor using declarations in overload resolution. Most of the code for
|
2009-12-03 04:06:58 +00:00 |
SemaOverload.h
|
This patch implements Sema for clause 13.3.3.1p4.
|
2009-11-06 00:23:08 +00:00 |
SemaStmt.cpp
|
Fix a thinko where we weren't always performing unary conversions on the switch condition, fixing PR5612
|
2009-11-25 15:17:36 +00:00 |
SemaTemplate.cpp
|
remove some extraneous syntax: sourceloc implicitly converts to sourcerange.
|
2009-12-06 17:36:05 +00:00 |
SemaTemplate.h
|
Implement partial ordering of function template specializations
|
2009-09-14 18:39:43 +00:00 |
SemaTemplateDeduction.cpp
|
Fix "using typename" and the instantiation of non-dependent using declarations.
|
2009-12-04 22:46:56 +00:00 |
SemaTemplateInstantiate.cpp
|
Move RequireCompleteType requirement for fields early into ActOnField so that
|
2009-12-07 00:22:08 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Fix "using typename" and the instantiation of non-dependent using declarations.
|
2009-12-04 22:46:56 +00:00 |
SemaType.cpp
|
Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized.
|
2009-12-04 21:51:28 +00:00 |
TreeTransform.h
|
revert my previous patch, it is breaking something and I don't have time
|
2009-12-06 20:58:07 +00:00 |