.. |
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
|
Add support for attribute((naked)), patch by Zoxc on cfe-commits!
|
2010-09-29 18:20: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
|
Synchronize globally-cached code completion results with the results
|
2010-09-23 23:01:17 +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
|
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
|
2010-08-25 22:03:47 +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
|
Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>.
|
2010-09-28 20:23:00 +00:00 |
SemaAccess.cpp
|
Add a quick-and-dirty hack to give a better diagnostic for [class.protected]
|
2010-09-03 04:56:05 +00:00 |
SemaAttr.cpp
|
One who seeks knowledge learns something new every day.
|
2010-08-26 23:41:50 +00:00 |
SemaCXXCast.cpp
|
One who seeks knowledge learns something new every day.
|
2010-08-26 23:41:50 +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
|
Track the location of the context requiring an implicit conversion and use it
|
2010-10-08 02:01:28 +00:00 |
SemaCodeComplete.cpp
|
When providing a block literal as a code completion for a
|
2010-10-02 23:49:58 +00:00 |
SemaDecl.cpp
|
Track the location of the context requiring an implicit conversion and use it
|
2010-10-08 02:01:28 +00:00 |
SemaDeclAttr.cpp
|
Patch for adding message to unavailable attribute.
|
2010-10-06 23:12:32 +00:00 |
SemaDeclCXX.cpp
|
Track the location of the context requiring an implicit conversion and use it
|
2010-10-08 02:01:28 +00:00 |
SemaDeclObjC.cpp
|
Add message to attribute(deprecated).
|
2010-10-06 21:18:44 +00:00 |
SemaExceptionSpec.cpp
|
Emulate (some of) Microsoft's looser semantic checking of exception
|
2010-08-30 15:04:51 +00:00 |
SemaExpr.cpp
|
Fixed cast to union with anonymous bitfields.
|
2010-10-07 21:20:44 +00:00 |
SemaExprCXX.cpp
|
Track the location of the context requiring an implicit conversion and use it
|
2010-10-08 02:01:28 +00:00 |
SemaExprObjC.cpp
|
Patch implements passing arrays to functions expecting
|
2010-09-24 17:30:16 +00:00 |
SemaInit.cpp
|
In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates.
|
2010-10-05 03:05:30 +00:00 |
SemaLookup.cpp
|
zap more dead code.
|
2010-09-04 18:19:08 +00:00 |
SemaObjCProperty.cpp
|
Default synthesized ivars don't really have a location in the source. Using the location of the @implementation
|
2010-09-24 01:23:01 +00:00 |
SemaOverload.cpp
|
When performing template argument deduction of a function template
|
2010-09-29 21:14:36 +00:00 |
SemaStmt.cpp
|
Track the location of the context requiring an implicit conversion and use it
|
2010-10-08 02:01:28 +00:00 |
SemaTemplate.cpp
|
Parentheses around address non-type template argument is demoted to an extension warning.
|
2010-09-13 06:06:58 +00:00 |
SemaTemplateDeduction.cpp
|
When performing template argument deduction of a function template
|
2010-09-29 21:14:36 +00:00 |
SemaTemplateInstantiate.cpp
|
Reinstate r114925 and r114929, both steps toward
|
2010-09-28 20:50:54 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Fix handling of dependent nested namespace specifiers in UsingDecls
|
2010-09-29 17:58:28 +00:00 |
SemaType.cpp
|
Issue deprecated warning when typeof uses typedef
|
2010-10-06 17:00:02 +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
|
When instantiating a new-expression, force a rebuild if there were default
|
2010-10-05 22:36:42 +00:00 |