llvm-project/clang/lib/Sema
Bob Wilson 3ca7904fea Remove trailing whitespace introduced in r203028.
llvm-svn: 203588
2014-03-11 17:17:16 +00:00
..
AnalysisBasedWarnings.cpp [-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'. 2014-03-09 08:13:49 +00:00
AttributeList.cpp Remove uses of SmallString::equals in favor of SmallVectorImpl<char>'s operator== 2014-03-09 05:18:27 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CodeCompleteConsumer.cpp Allow the computation of the base priority for a declaration code completion result to consider the completion context 2013-01-31 04:52:16 +00:00
DeclSpec.cpp argument -> parameter terminology fixes for FunctionTypeInfo 2014-02-26 22:27:52 +00:00
DelayedDiagnostic.cpp Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00
IdentifierResolver.cpp [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely. 2014-03-06 23:45:36 +00:00
JumpDiagnostics.cpp Rename language option MicrosoftMode to MSVCCompat 2014-01-14 12:51:41 +00:00
Makefile
MultiplexExternalSemaSource.cpp Add hooks to ExternalSemaSource for after-the-fact diagnosis of 2013-08-12 22:11:14 +00:00
Scope.cpp [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
ScopeInfo.cpp [REFACTOR] Refactored some of the generic-lambda capturing code. 2013-12-07 20:22:44 +00:00
Sema.cpp [C++11] Replace verbose functors with succinct lambdas 2014-03-01 14:48:57 +00:00
SemaAccess.cpp [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops. 2014-03-07 19:56:05 +00:00
SemaAttr.cpp [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro 2014-03-02 03:20:16 +00:00
SemaCXXScopeSpec.cpp Improve diagnostic for using non-class/namespace/scoped enum in a nested name specifier. 2014-02-09 06:54:23 +00:00
SemaCast.cpp MS ABI: Tweak pointer-to-member mangling/inheritance model selection 2014-02-06 10:59:19 +00:00
SemaChecking.cpp Sema: demote invalid atomic ordering message to warning. 2014-03-11 11:35:10 +00:00
SemaCodeComplete.cpp [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-10 17:08:28 +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 [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-10 17:08:28 +00:00
SemaDeclAttr.cpp [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-10 17:08:28 +00:00
SemaDeclCXX.cpp [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_range attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 22:19:01 +00:00
SemaDeclObjC.cpp Objective-C. Diagose use of undefined protocols 2014-03-11 17:10:51 +00:00
SemaExceptionSpec.cpp PR16638, DR1552: the exception specification on an implicitly-declared 2014-02-07 22:51:16 +00:00
SemaExpr.cpp [C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 20:12:42 +00:00
SemaExprCXX.cpp PR18876: The special-case rule that ignores the destruction of a top-level 2014-02-18 03:51:47 +00:00
SemaExprMember.cpp PR12788: Remove unnecessary and incorrect special case for indirect fields. 2014-01-17 22:29:43 +00:00
SemaExprObjC.cpp Sema: When merging objc string literals, give the result a constant array type. 2014-02-25 12:26:20 +00:00
SemaFixItUtils.cpp PR17290: Use 'false' macro in fix-it hint for initializing a variable of type 2013-09-20 00:27:40 +00:00
SemaInit.cpp Reverting llvm::distance changes to use std::distance with iterators instead, per post-commit review feedback. 2014-03-10 13:43:55 +00:00
SemaLambda.cpp Reverting llvm::distance changes to use std::distance with iterators instead, per post-commit review feedback. 2014-03-10 13:43:55 +00:00
SemaLookup.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
SemaObjCProperty.cpp Remove trailing whitespace introduced in r203028. 2014-03-11 17:17:16 +00:00
SemaOpenMP.cpp [OPENMP] Small update in threadprivate variables processing to fix template instantiation. 2014-03-07 08:03:37 +00:00
SemaOverload.cpp [C++11] Remove the remaining uses of OwningPtr. 2014-03-09 11:34:25 +00:00
SemaPseudoObject.cpp Objective-C properties. Fixes a crash in Sema where RHS of 2014-03-06 00:34:05 +00:00
SemaStmt.cpp Move the warning about unused relational comparison from -Wunused-value to 2014-03-11 03:11:08 +00:00
SemaStmtAsm.cpp [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen 2013-05-24 18:32:55 +00:00
SemaStmtAttr.cpp Distinguish between attributes explicitly written at the request of the user, and attributes implicitly generated to assist in bookkeeping by the compiler. This is done so by table generating a CreateImplicit method for each attribute. 2014-01-16 13:03:14 +00:00
SemaTemplate.cpp [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops. 2014-03-07 15:12:56 +00:00
SemaTemplateDeduction.cpp [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops. 2014-03-07 15:12:56 +00:00
SemaTemplateInstantiate.cpp When a type's definition is instantiated, the definition becomes visible, even 2014-03-10 00:04:29 +00:00
SemaTemplateInstantiateDecl.cpp [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_range attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 22:19:01 +00:00
SemaTemplateVariadic.cpp [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
SemaType.cpp Fix uninitialized value in AttributedTypeLoc. 2014-03-09 16:21:03 +00:00
TreeTransform.h Another one fix for getSema()/getDerived().getSema() 2014-03-07 04:16:48 +00:00
TypeLocBuilder.cpp Add missing file from r183563 (the recommit of 183466). 2013-06-07 20:33:10 +00:00
TypeLocBuilder.h Re-commit r183466 with a fix to make the TypeLoc casting machinery work 2013-06-07 20:31:48 +00:00