llvm-project/clang/lib/Sema
Alexander Musman 64d33f1d46 [OPENMP] Small comment and reformatting fixes.
Fix post-commit review comments by Carlo Bertolli
for commit r209660 - OMP collapse clause.

Re-formatted TransformOMP* functions in TreeTransform.h with clang-format.

llvm-svn: 210169
2014-06-04 07:53:32 +00:00
..
AnalysisBasedWarnings.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +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 Sema: Implement DR477 2014-04-30 18:24:01 +00:00
DelayedDiagnostic.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +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 [OPENMP] Loop canonical form analysis (Sema) 2014-06-03 10:16:47 +00:00
ScopeInfo.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
Sema.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +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 Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaChecking.cpp Add __builtin_operator_new and __builtin_operator_delete, which act like calls 2014-06-03 23:27:44 +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 Downgrade "definition of dllimport static field" error to warning for class templates (PR19902) 2014-06-04 00:18:41 +00:00
SemaDeclAttr.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
SemaDeclCXX.cpp The exception-declaration for a function-try-block cannot redeclare a 2014-06-02 13:10:07 +00:00
SemaDeclObjC.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
SemaExceptionSpec.cpp Move the logic for testing for namespace std into one location. This check can 2014-05-28 02:16:01 +00:00
SemaExpr.cpp Start adding support for dllimport/dllexport on classes (PR11170) 2014-05-30 16:59:42 +00:00
SemaExprCXX.cpp [OPENMP] Loop canonical form analysis (Sema) 2014-06-03 10:16:47 +00:00
SemaExprMember.cpp Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr 2014-05-31 00:18:32 +00:00
SemaExprObjC.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +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 Implement DR990 and DR1070. Aggregate initialization initializes uninitialized 2014-06-03 08:26:00 +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 [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
SemaObjCProperty.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaOpenMP.cpp [OPENMP] Small comment and reformatting fixes. 2014-06-04 07:53:32 +00:00
SemaOverload.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaPseudoObject.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
SemaStmt.cpp [OPENMP] Loop canonical form analysis (Sema) 2014-06-03 10:16:47 +00:00
SemaStmtAsm.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaStmtAttr.cpp [C++11] Use 'nullptr'. Sema edition. 2014-05-26 06:22:03 +00:00
SemaTemplate.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +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 Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaTemplateVariadic.cpp Refactoring. Remove Owned method from Sema. 2014-05-29 14:05:12 +00:00
SemaType.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
TreeTransform.h [OPENMP] Small comment and reformatting fixes. 2014-06-04 07:53:32 +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