.. |
AnalysisBasedWarnings.cpp
|
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
|
2010-09-16 01:25:47 +00:00 |
AttributeList.cpp
|
fix http://llvm.org/PR8371 in the straightforward way, also adding a comment
|
2010-10-15 08:26:25 +00:00 |
CMakeLists.txt
|
Revert "CMake: Update to use standard CMake dependency tracking facilities instead"
|
2010-09-13 23:54:41 +00:00 |
CodeCompleteConsumer.cpp
|
Eliminate the (de-)serialization of code completion results, now that
|
2010-10-11 22:12:15 +00:00 |
DeclSpec.cpp
|
Implement the C++0x "trailing return type" feature, e.g.,
|
2010-10-01 18:44:50 +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
|
Fix a silly bug in the suppression of non-error diagnostics in a
|
2010-10-13 17:22:14 +00:00 |
SemaAccess.cpp
|
Access control polish: drop the note on the original declaration and
|
2010-10-20 08:15:06 +00:00 |
SemaAttr.cpp
|
Make #pragma unused work for static local variables.
|
2010-11-09 14:57:47 +00:00 |
SemaCXXCast.cpp
|
Fix warning about unused variable 'Fn' in no-asserts builds. Also reflow this
|
2010-11-09 00:19:31 +00:00 |
SemaCXXScopeSpec.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 |
SemaChecking.cpp
|
Require that the types of the parameters of a block literal are complete.
|
2010-11-01 18:37:59 +00:00 |
SemaCodeComplete.cpp
|
Teach code completion not to include out-of-line declarations and
|
2010-11-09 03:59:40 +00:00 |
SemaDecl.cpp
|
A union cannot contain static data members or data members of reference type.
|
2010-11-07 19:13:55 +00:00 |
SemaDeclAttr.cpp
|
Don't compute linkage for a declaration as part of the #pragma weak
|
2010-10-27 00:59:00 +00:00 |
SemaDeclCXX.cpp
|
Fix source locations in unnamed bitfield diagnostic, from Jakub
|
2010-11-09 03:31:16 +00:00 |
SemaDeclObjC.cpp
|
Improve diagnostics reporting of un-implemented
|
2010-10-29 23:20:05 +00:00 |
SemaExceptionSpec.cpp
|
Emulate (some of) Microsoft's looser semantic checking of exception
|
2010-08-30 15:04:51 +00:00 |
SemaExpr.cpp
|
When building a compound literal, check that the base element of the array is complete.
|
2010-11-08 19:14:19 +00:00 |
SemaExprCXX.cpp
|
Properly handle temporaries that are created in a AsmStmt.
|
2010-11-02 02:33:08 +00:00 |
SemaExprObjC.cpp
|
No really, we don't have a retain/release system for statements/expressions
|
2010-10-26 07:05:15 +00:00 |
SemaInit.cpp
|
Improve our handling of C++ [class.copy]p3, which specifies that a
|
2010-11-08 17:16:59 +00:00 |
SemaLookup.cpp
|
Fix memory leak of IdentifierIterator object.
|
2010-11-07 06:11:33 +00:00 |
SemaObjCProperty.cpp
|
Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original
|
2010-10-21 18:49:42 +00:00 |
SemaOverload.cpp
|
Improve our handling of C++ [class.copy]p3, which specifies that a
|
2010-11-08 17:16:59 +00:00 |
SemaStmt.cpp
|
Emit error when using a bound member function for something other than calling it.
|
2010-11-01 18:49:26 +00:00 |
SemaTemplate.cpp
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |
SemaTemplateDeduction.cpp
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |
SemaTemplateInstantiate.cpp
|
Use the real keyword location when rebuilding an elaborated type instead of
|
2010-11-04 19:04:38 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Don't lose track of previous-declarations when instantiating a class template.
|
2010-11-08 23:29:42 +00:00 |
SemaType.cpp
|
Uncomputable contexts are always records but can exist.
|
2010-10-19 01:54:45 +00:00 |
TargetAttributesSema.cpp
|
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
|
2010-08-25 22:03:47 +00:00 |
TargetAttributesSema.h
|
Remove Sema.h's dependency on DeclCXX.h.
|
2010-08-25 07:42:41 +00:00 |
TreeTransform.h
|
Remove broken support for variadic templates, along with the various
|
2010-11-07 23:05:16 +00:00 |