]> granicus.if.org Git - clang/commitdiff
[libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Sep 2012 19:27:20 +0000 (19:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Sep 2012 19:27:20 +0000 (19:27 +0000)
This was renamed in r162632 which was badness because the C API needs to be stable.
rdar://12360096

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164547 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 1280fb3de42298a8da636c677be29dff88841b91..80555357b108da7a8656937ea4a3accffe5f82bb 100644 (file)
@@ -1907,6 +1907,7 @@ enum CXCursorKind {
   /** \brief A GCC inline assembly statement extension.
    */
   CXCursor_GCCAsmStmt                    = 215,
+  CXCursor_AsmStmt                       = CXCursor_GCCAsmStmt,
 
   /** \brief Objective-C's overall \@try-\@catch-\@finally statement.
    */