[PATCH] D78233: [NFC] Correcting minor typo.

2020-04-15 Thread Nate Voorhies via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0b21f15e1417: [NFC] Correcting minor typo. (authored by ncv).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78233/new/

https://reviews.llvm.org/D78233

Files:
  clang/lib/Sema/SemaDeclAttr.cpp


Index: clang/lib/Sema/SemaDeclAttr.cpp
===
--- clang/lib/Sema/SemaDeclAttr.cpp
+++ clang/lib/Sema/SemaDeclAttr.cpp
@@ -6692,7 +6692,7 @@
   handleSimpleAttribute(S, D, AL);
 }
 
-static void handeAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
+static void handleAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
   if (AL.isUsedAsTypeAttr())
 return;
   // Warn if the parameter is definitely not an output parameter.
@@ -7373,7 +7373,7 @@
 break;
 
   case ParsedAttr::AT_AcquireHandle:
-handeAcquireHandleAttr(S, D, AL);
+handleAcquireHandleAttr(S, D, AL);
 break;
 
   case ParsedAttr::AT_ReleaseHandle:


Index: clang/lib/Sema/SemaDeclAttr.cpp
===
--- clang/lib/Sema/SemaDeclAttr.cpp
+++ clang/lib/Sema/SemaDeclAttr.cpp
@@ -6692,7 +6692,7 @@
   handleSimpleAttribute(S, D, AL);
 }
 
-static void handeAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
+static void handleAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
   if (AL.isUsedAsTypeAttr())
 return;
   // Warn if the parameter is definitely not an output parameter.
@@ -7373,7 +7373,7 @@
 break;
 
   case ParsedAttr::AT_AcquireHandle:
-handeAcquireHandleAttr(S, D, AL);
+handleAcquireHandleAttr(S, D, AL);
 break;
 
   case ParsedAttr::AT_ReleaseHandle:
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D78233: [NFC] Correcting minor typo.

2020-04-15 Thread Nate Voorhies via Phabricator via cfe-commits
ncv created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
ncv added a reviewer: xazax.hun.
Herald added a subscriber: rnkovacs.

Hande -> Handle


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78233

Files:
  clang/lib/Sema/SemaDeclAttr.cpp


Index: clang/lib/Sema/SemaDeclAttr.cpp
===
--- clang/lib/Sema/SemaDeclAttr.cpp
+++ clang/lib/Sema/SemaDeclAttr.cpp
@@ -6681,7 +6681,7 @@
   handleSimpleAttribute(S, D, AL);
 }
 
-static void handeAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
+static void handleAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
   if (AL.isUsedAsTypeAttr())
 return;
   // Warn if the parameter is definitely not an output parameter.
@@ -7362,7 +7362,7 @@
 break;
 
   case ParsedAttr::AT_AcquireHandle:
-handeAcquireHandleAttr(S, D, AL);
+handleAcquireHandleAttr(S, D, AL);
 break;
 
   case ParsedAttr::AT_ReleaseHandle:


Index: clang/lib/Sema/SemaDeclAttr.cpp
===
--- clang/lib/Sema/SemaDeclAttr.cpp
+++ clang/lib/Sema/SemaDeclAttr.cpp
@@ -6681,7 +6681,7 @@
   handleSimpleAttribute(S, D, AL);
 }
 
-static void handeAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
+static void handleAcquireHandleAttr(Sema , Decl *D, const ParsedAttr ) {
   if (AL.isUsedAsTypeAttr())
 return;
   // Warn if the parameter is definitely not an output parameter.
@@ -7362,7 +7362,7 @@
 break;
 
   case ParsedAttr::AT_AcquireHandle:
-handeAcquireHandleAttr(S, D, AL);
+handleAcquireHandleAttr(S, D, AL);
 break;
 
   case ParsedAttr::AT_ReleaseHandle:
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D73567: [NFC] Removing experimental designation for ninja in docs.

2020-01-28 Thread Nate Voorhies via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rG84118fac3abe: [NFC] Removing experimental designation for 
ninja in docs. (authored by ncv).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73567/new/

https://reviews.llvm.org/D73567

Files:
  clang/docs/HowToSetupToolingForLLVM.rst


Index: clang/docs/HowToSetupToolingForLLVM.rst
===
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
   return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 ===
 
 Optionally you can use the `Ninja `_
@@ -197,4 +197,3 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-


Index: clang/docs/HowToSetupToolingForLLVM.rst
===
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
   return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 ===
 
 Optionally you can use the `Ninja `_
@@ -197,4 +197,3 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D73567: [NFC] Removing experimental designation for ninja in docs.

2020-01-28 Thread Nate Voorhies via Phabricator via cfe-commits
ncv created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
ncv added a reviewer: nikola.

Ninja is no longer an experimental tool, documentation changed to
reflect this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73567

Files:
  clang/docs/HowToSetupToolingForLLVM.rst


Index: clang/docs/HowToSetupToolingForLLVM.rst
===
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
   return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 ===
 
 Optionally you can use the `Ninja `_
@@ -197,4 +197,3 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-


Index: clang/docs/HowToSetupToolingForLLVM.rst
===
--- clang/docs/HowToSetupToolingForLLVM.rst
+++ clang/docs/HowToSetupToolingForLLVM.rst
@@ -140,7 +140,7 @@
   return new clang::ASTConsumer();
   }
 
-(Experimental) Using Ninja Build System
+Using Ninja Build System
 ===
 
 Optionally you can use the `Ninja `_
@@ -197,4 +197,3 @@
   $ ninja check-all
 
 Other target names can be used in the same way as with make.
-
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits