llvm-project/clang/lib/Sema
Alexey Bataev cefffaeeca [OPENMP] Reformatting and code improvement.
llvm-svn: 211489
2014-06-23 08:21:53 +00:00
..
AnalysisBasedWarnings.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +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 [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
DeclSpec.cpp [C++11] Use 'nullptr'. 2014-06-09 02:04:02 +00:00
DelayedDiagnostic.cpp Objective-C. Diagnose when property access is using declared 2014-06-16 17:25:41 +00:00
IdentifierResolver.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
JumpDiagnostics.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
Makefile
MultiplexExternalSemaSource.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
Scope.cpp MS static locals mangling: don't count enum scopes 2014-06-17 00:00:18 +00:00
ScopeInfo.cpp Objective-C ARC. Do not warn about properties with both 2014-06-17 23:35:13 +00:00
Sema.cpp Replace some assert(0)'s with llvm_unreachable. 2014-06-18 05:13:13 +00:00
SemaAccess.cpp Consolidate some note diagnostics 2014-05-28 12:20:14 +00:00
SemaAttr.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
SemaCXXScopeSpec.cpp Consolidate some note diagnostics 2014-05-28 12:20:14 +00:00
SemaCast.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
SemaChecking.cpp Convert an llvm_unreachable in an 'else' block to a removal of the 'if' and an assertion of its condition. Suggestion from David Blaikie. 2014-06-18 05:13:11 +00:00
SemaCodeComplete.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +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++1z] Implement N3994: a range-based for loop can declare a variable with super-terse notation 2014-06-19 11:42:00 +00:00
SemaDeclAttr.cpp Objective-C. Diagnose when property access is using declared 2014-06-16 17:25:41 +00:00
SemaDeclCXX.cpp [C++1z] Implement N3928: message in static_assert is optional. 2014-06-20 19:57:12 +00:00
SemaDeclObjC.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
SemaExceptionSpec.cpp Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00
SemaExpr.cpp Lex: Use the correct types for MS integer suffixes 2014-06-21 18:46:07 +00:00
SemaExprCXX.cpp [OPENMP] Loop canonical form analysis (Sema) 2014-06-03 10:16:47 +00:00
SemaExprMember.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
SemaExprObjC.cpp Objective-C ARC. Allow conversion of (void*) pointers to 2014-06-18 23:52:49 +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 The ability to use vector initializer lists is a GNU vector extension 2014-06-20 14:35:13 +00:00
SemaLambda.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
SemaLookup.cpp Fix the caller of checkCorrectionVisibility too. 2014-06-17 23:47:29 +00:00
SemaObjCProperty.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaOpenMP.cpp [OPENMP] Reformatting and code improvement. 2014-06-23 08:21:53 +00:00
SemaOverload.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaPseudoObject.cpp Objective-C ARC. Do not warn about properties with both 2014-06-17 23:35:13 +00:00
SemaStmt.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
SemaStmtAsm.cpp Don't include llvm/MC/MCParser throughout all of Sema 2014-06-08 05:11:37 +00:00
SemaStmtAttr.cpp Fix PR20069: bad loop pragma arguments crash FE 2014-06-19 18:30:15 +00:00
SemaTemplate.cpp Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
SemaTemplateDeduction.cpp Fix PR18498: Support explicit template arguments with variadic generic lambdas 2014-06-01 16:11:54 +00:00
SemaTemplateInstantiate.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaTemplateInstantiateDecl.cpp Fix bug in code for avoiding dynamic initialization of dllimport globals 2014-06-18 01:21:33 +00:00
SemaTemplateVariadic.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaType.cpp MS ABI: Fix forming pointers to members of a base class 2014-06-12 19:49:17 +00:00
TreeTransform.h [OPENMP] Initial support for 'nowait' clause. 2014-06-20 11:19:47 +00:00
TypeLocBuilder.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
TypeLocBuilder.h [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00