.. |
AnalysisBasedWarnings.cpp
|
When overload resolution picks an implicitly-deleted special member
|
2012-02-15 19:33:52 +00:00 |
AttributeList.cpp
|
The following patch adds __attribute__((no_address_safety_analysis)) which will allow to disable
|
2012-01-24 19:25:38 +00:00 |
CMakeLists.txt
|
Represent C++ direct initializers as ParenListExprs before semantic analysis
|
2012-02-11 23:51:47 +00:00 |
CodeCompleteConsumer.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
DeclSpec.cpp
|
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
2012-01-17 06:56:22 +00:00 |
DelayedDiagnostic.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
IdentifierResolver.cpp
|
Only mark an IdentifierInfo as having changed since deserialization
|
2012-01-24 15:24:38 +00:00 |
JumpDiagnostics.cpp
|
ArrayRef-icize the function arguments.
|
2012-02-22 09:38:11 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
Scope.cpp
|
Reject continue/break statements within members of local functions nested within
|
2012-02-17 01:35:32 +00:00 |
Sema.cpp
|
Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a
|
2012-02-22 02:04:18 +00:00 |
SemaAccess.cpp
|
Introduce a new initialization entity for lambda captures, and
|
2012-02-15 16:57:26 +00:00 |
SemaAttr.cpp
|
Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility pop".
|
2012-02-01 23:24:59 +00:00 |
SemaCXXScopeSpec.cpp
|
Added source location for the template keyword in DependentTemplateSpecializationTypeLoc nodes (DTSTLoc).
|
2012-02-06 22:45:07 +00:00 |
SemaCast.cpp
|
Split reinterpret_casts of member pointers out from CK_BitCast; this
|
2012-02-15 01:22:51 +00:00 |
SemaChecking.cpp
|
Warn about non-standard format strings (pr12017)
|
2012-02-22 10:17:01 +00:00 |
SemaCodeComplete.cpp
|
If code completion patterns are not enabled, use simpler else/else if
|
2012-02-16 17:49:04 +00:00 |
SemaConsumer.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
SemaDecl.cpp
|
Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent.
|
2012-02-23 02:25:10 +00:00 |
SemaDeclAttr.cpp
|
Turned on support for __declspec(deprecated) in MS compatibility mode.
|
2012-02-23 01:19:31 +00:00 |
SemaDeclCXX.cpp
|
Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization, the current implementation is also a denser.
|
2012-02-23 16:06:01 +00:00 |
SemaDeclObjC.cpp
|
[libclang] Make sure that all top-level decls in a @implementation are
|
2012-02-23 21:11:20 +00:00 |
SemaExceptionSpec.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
SemaExpr.cpp
|
Pull the OpaqueValueExpr's source expression into its constructor, so
|
2012-02-23 22:17:26 +00:00 |
SemaExprCXX.cpp
|
Provide the __is_trivially_assignable type trait, which provides
|
2012-02-23 07:33:15 +00:00 |
SemaExprMember.cpp
|
Fixed instantiation of DependentScopeDeclRefExpr.
|
2012-02-06 14:31:00 +00:00 |
SemaExprObjC.cpp
|
Rewrite variable capture within lambda expressions and blocks,
|
2012-02-18 09:37:24 +00:00 |
SemaFixItUtils.cpp
|
Refactor for clarity.
|
2012-01-13 19:34:55 +00:00 |
SemaInit.cpp
|
Replace the std::map in the init list checker with a DenseMap to reduce malloc thrashing.
|
2012-02-23 14:48:40 +00:00 |
SemaLambda.cpp
|
Generate an AST for the conversion from a lambda closure type to a
|
2012-02-22 05:02:47 +00:00 |
SemaLookup.cpp
|
Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization, the current implementation is also a denser.
|
2012-02-23 16:06:01 +00:00 |
SemaObjCProperty.cpp
|
objective-c default synthesis. classes which adopt protocol properties
|
2012-02-23 18:21:25 +00:00 |
SemaOverload.cpp
|
Teach overload resolution to prefer user-defined conversion via a
|
2012-02-22 17:32:19 +00:00 |
SemaPseudoObject.cpp
|
Pull the OpaqueValueExpr's source expression into its constructor, so
|
2012-02-23 22:17:26 +00:00 |
SemaStmt.cpp
|
Doug's review comments.
|
2012-02-22 17:38:04 +00:00 |
SemaTemplate.cpp
|
Two fixes to how we compute visibility:
|
2012-02-23 04:17:32 +00:00 |
SemaTemplateDeduction.cpp
|
More ArrayRef-ification of methods.
|
2012-02-22 09:51:33 +00:00 |
SemaTemplateInstantiate.cpp
|
Introduce support for template instantiation of lambda
|
2012-02-13 22:00:16 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Lambda closure types are always considered to be like "local" classes,
|
2012-02-16 21:36:18 +00:00 |
SemaTemplateVariadic.cpp
|
ArrayRef-icize the function arguments.
|
2012-02-22 09:38:11 +00:00 |
SemaType.cpp
|
Make RequireLiteralType work correctly with incomplete array types. PR12037.
|
2012-02-20 23:58:14 +00:00 |
TargetAttributesSema.cpp
|
Fix compiler warning about && in ||.
|
2011-09-30 20:32:22 +00:00 |
TargetAttributesSema.h
|
Remove Sema.h's dependency on DeclCXX.h.
|
2010-08-25 07:42:41 +00:00 |
TreeTransform.h
|
Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a
|
2012-02-22 02:04:18 +00:00 |
TypeLocBuilder.h
|
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
|
2011-06-20 06:11:46 +00:00 |