.. |
AnalysisBasedWarnings.cpp
|
Tweak -Wuninitialized's handling of 'int x = x' to report that as the root cause of an uninitialized variable IFF there are other uses of that uninitialized variable. Fixes <rdar://problem/9259237>.
|
2011-10-13 18:50:06 +00:00 |
AttributeList.cpp
|
Propagate __attribute__((returns_twice)) from C to IL.
|
2011-10-03 14:59:42 +00:00 |
CMakeLists.txt
|
Rename SemaCXXCast.cpp to SemaCast.cpp.
|
2011-10-11 17:38:55 +00:00 |
CodeCompleteConsumer.cpp
|
Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer.
|
2011-10-14 18:45:37 +00:00 |
DeclSpec.cpp
|
Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',
|
2011-10-17 23:06:20 +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
|
Switch assert(0/false) llvm_unreachable.
|
2011-09-23 05:06:16 +00:00 |
JumpDiagnostics.cpp
|
Move the "jump bypasses variable initialization" error -> warning downgrade from -fms-extensions to -fms-compatibility.
|
2011-09-18 21:48:27 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
MultiInitializer.cpp
|
Correctly parse braced member initializers (even in delayed parsing) and correctly pass
|
2011-09-24 17:48:25 +00:00 |
Scope.cpp
|
Store a parameter index and function prototype depth in every
|
2011-05-01 22:35:37 +00:00 |
Sema.cpp
|
For modules, all macros that aren't include guards are implicitly
|
2011-10-17 15:32:29 +00:00 |
SemaAccess.cpp
|
Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class member. Fixes PR11108.
|
2011-10-10 23:44:35 +00:00 |
SemaAttr.cpp
|
Add explicit attributes to mark functions as having had their
|
2011-09-30 05:12:12 +00:00 |
SemaCXXScopeSpec.cpp
|
Rename TagDecl::isDefinition -> isCompleteDefinition
|
2011-10-07 06:10:15 +00:00 |
SemaCast.cpp
|
Teach the ARC compiler to not require __bridge casts when
|
2011-10-17 18:40:02 +00:00 |
SemaChecking.cpp
|
Add sema checks for calls to functions taking static array parameters
|
2011-10-16 21:17:32 +00:00 |
SemaCodeComplete.cpp
|
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
|
2011-10-14 15:31:08 +00:00 |
SemaDecl.cpp
|
Provide half floating point support as a storage only type.
|
2011-10-14 23:23:15 +00:00 |
SemaDeclAttr.cpp
|
Allow for annotate attributes after access specifiers. When such
|
2011-10-13 09:41:32 +00:00 |
SemaDeclCXX.cpp
|
Allow for annotate attributes after access specifiers. When such
|
2011-10-13 09:41:32 +00:00 |
SemaDeclObjC.cpp
|
Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts
|
2011-10-17 19:48:13 +00:00 |
SemaExceptionSpec.cpp
|
Only print _Bool as 'bool' when 'bool' is defined as an object-like
|
2011-09-27 23:30:47 +00:00 |
SemaExpr.cpp
|
Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index
|
2011-10-17 23:29:39 +00:00 |
SemaExprCXX.cpp
|
Provide half floating point support as a storage only type.
|
2011-10-14 23:23:15 +00:00 |
SemaExprMember.cpp
|
obj-c++: Fix a IRGen crash when getter is a reference type.
|
2011-10-17 21:00:22 +00:00 |
SemaExprObjC.cpp
|
Strip qualifiers off the type of an implicit property defined by
|
2011-10-17 20:05:43 +00:00 |
SemaFixItUtils.cpp
|
Refactor the */& mismatch fixit generation out of SemaOverload and provide a simple conversion checking function.
|
2011-07-28 19:46:48 +00:00 |
SemaInit.cpp
|
Teach the ARC compiler to not require __bridge casts when
|
2011-10-17 18:40:02 +00:00 |
SemaLookup.cpp
|
Rename TagDecl::isDefinition -> isCompleteDefinition
|
2011-10-07 06:10:15 +00:00 |
SemaObjCProperty.cpp
|
obj-c++: allow the getter/setter to return/take parameters
|
2011-10-15 17:36:49 +00:00 |
SemaOverload.cpp
|
Teach the ARC compiler to not require __bridge casts when
|
2011-10-17 18:40:02 +00:00 |
SemaStmt.cpp
|
Rework construction of CXXForRangeStmt not to recycle the same DeclRefExpr in multiple subexpressions. This breaks the tree structure
|
2011-10-10 22:36:28 +00:00 |
SemaTemplate.cpp
|
Add -Wc++11-compat warning for an inline specifier on an explicit instantiation.
|
2011-10-18 03:44:03 +00:00 |
SemaTemplateDeduction.cpp
|
When we determine that a function template specialization produced as
|
2011-10-12 20:35:48 +00:00 |
SemaTemplateInstantiate.cpp
|
Fixed source range for template implicit instantiations.
|
2011-10-03 20:34:03 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Revert r142142: "Make a C-style cast a const-cast, to suppress a GCC warning."
|
2011-10-17 16:53:50 +00:00 |
SemaTemplateVariadic.cpp
|
Provide half floating point support as a storage only type.
|
2011-10-14 23:23:15 +00:00 |
SemaType.cpp
|
Add sema checks for calls to functions taking static array parameters
|
2011-10-16 21:17:32 +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
|
When transforming the arguments for a C++ "new" expression, make sure
|
2011-10-18 02:43:19 +00:00 |
TypeLocBuilder.h
|
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
|
2011-06-20 06:11:46 +00:00 |