.. |
AnalysisBasedWarnings.cpp
|
Don't suggest -Wuninitialized fixits for uninitialized enum types.
|
2011-02-05 01:18:18 +00:00 |
AttributeList.cpp
|
Revert r124217 because it didn't catch the actual error case it was trying to
|
2011-01-27 19:17:54 +00:00 |
CMakeLists.txt
|
Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change.
|
2010-12-15 17:38:57 +00:00 |
CodeCompleteConsumer.cpp
|
Revert r124704, which uniqued code-completion strings. The space
|
2011-02-02 19:04:30 +00:00 |
DeclSpec.cpp
|
Rvalue references for *this: parse ref-qualifiers.
|
2011-01-26 03:43:54 +00:00 |
IdentifierResolver.cpp
|
Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them.
|
2010-08-31 00:36:30 +00:00 |
JumpDiagnostics.cpp
|
Implement an indirect-goto optimization for goto *&&lbl and respect this
|
2010-10-28 08:53:48 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
Sema.cpp
|
Perform the bad-address-space conversions check as part of
|
2011-02-01 00:10:29 +00:00 |
SemaAccess.cpp
|
Minor whitespace and comment fixes. No functionality change.
|
2010-11-28 22:53:37 +00:00 |
SemaAttr.cpp
|
Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832.
|
2011-01-27 18:16:48 +00:00 |
SemaCXXCast.cpp
|
Fix a horrible bug in our handling of C-style casting, where a C-style
|
2011-01-27 00:58:17 +00:00 |
SemaCXXScopeSpec.cpp
|
Change QualType::getTypePtr() to return a const pointer, then change a
|
2011-01-19 06:33:43 +00:00 |
SemaChecking.cpp
|
Before checking bitfield initialization, make sure that neither the
|
2011-02-04 13:09:01 +00:00 |
SemaCodeComplete.cpp
|
Create a special allocator class for code completion, so that all of
|
2011-02-01 22:57:45 +00:00 |
SemaDecl.cpp
|
In Sema::CheckShadow, get the DeclContext from the variable that we are checking
|
2011-02-08 18:21:25 +00:00 |
SemaDeclAttr.cpp
|
When checking the 'weak' and 'weakref' attributes, look for non-external
|
2011-02-08 22:35:49 +00:00 |
SemaDeclCXX.cpp
|
Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases.
|
2011-02-05 19:23:19 +00:00 |
SemaDeclObjC.cpp
|
-Wselector should warn on implemented selectors only
|
2011-02-04 23:19:27 +00:00 |
SemaExceptionSpec.cpp
|
Added missing IgnoreParens().
|
2010-12-14 22:11:44 +00:00 |
SemaExpr.cpp
|
NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.
|
2011-02-09 01:13:10 +00:00 |
SemaExprCXX.cpp
|
Support for objextive-c++ use of property-dot syntax as receiver
|
2011-02-08 18:05:59 +00:00 |
SemaExprObjC.cpp
|
Support for objc use of property-dot syntax as receiver
|
2011-02-08 00:23:07 +00:00 |
SemaInit.cpp
|
When initializing struct members, the important thing is that the "initializing" expression is
|
2011-02-01 00:52:10 +00:00 |
SemaLookup.cpp
|
Fix whitespace.
|
2011-01-27 07:10:08 +00:00 |
SemaObjCProperty.cpp
|
Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz!
|
2011-01-31 23:20:03 +00:00 |
SemaOverload.cpp
|
Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases.
|
2011-02-05 19:23:19 +00:00 |
SemaStmt.cpp
|
Fix whitespace.
|
2011-01-27 07:10:08 +00:00 |
SemaTemplate.cpp
|
Tweak my fix for PR8748, and update the incorrect PR number in the test case.
|
2011-02-04 12:22:53 +00:00 |
SemaTemplateDeduction.cpp
|
Fix whitespace.
|
2011-01-27 07:10:08 +00:00 |
SemaTemplateInstantiate.cpp
|
Teach the evaluation of the __is_convertible_to trait to translate
|
2011-01-27 22:31:44 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
The code trying to assign a typedef to an anonymous tag declaration was
|
2011-02-01 08:20:08 +00:00 |
SemaTemplateVariadic.cpp
|
Null initialize a few variables flagged by
|
2011-01-23 17:04:59 +00:00 |
SemaType.cpp
|
dgregor accidentally killed this assert, but on investigation, it can fire
|
2011-02-08 01:59:10 +00:00 |
TargetAttributesSema.cpp
|
1. Add some ABI information for the Microblaze.
|
2010-12-19 19:57:51 +00:00 |
TargetAttributesSema.h
|
Remove Sema.h's dependency on DeclCXX.h.
|
2010-08-25 07:42:41 +00:00 |
TreeTransform.h
|
A few more tweaks to the blocks AST representation:
|
2011-02-07 10:33:21 +00:00 |
TypeLocBuilder.h
|
Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it
|
2010-12-02 00:05:49 +00:00 |