r338675 - Test commit access

Michael Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 2 00:28:11 PDT 2018


Author: mwu
Date: Thu Aug  2 00:28:11 2018
New Revision: 338675

URL: http://llvm.org/viewvc/llvm-project?rev=338675&view=rev
Log:
Test commit access

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=338675&r1=338674&r2=338675&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Thu Aug  2 00:28:11 2018
@@ -178,7 +178,6 @@ typedef struct CXVersion {
  * A negative value indicates that the cursor is not a function declaration.
  */
 enum CXCursor_ExceptionSpecificationKind {
-
   /**
    * The cursor has no exception specification.
    */




More information about the cfe-commits mailing list