llvm-project/clang/include
Saleem Abdulrasool 3450aa7257 Sema: rename SemaBuiltinVAStart to SemaBuiltinVAStartMicrosoft
This function is used to perform semantic analysis on Microsoft style
`__va_start`.  Rename it to make this more explicit.  `__va_start` is
marked as `ALL_MS_LANGUAGES`, and requires Microsoft compatibility.
Other GNU targets will use `__builtin_va_start` instead.  NFC.

Addresses post-commit review comments from David Majnemer.

llvm-svn: 314241
2017-09-26 20:12:04 +00:00
..
clang Sema: rename SemaBuiltinVAStart to SemaBuiltinVAStartMicrosoft 2017-09-26 20:12:04 +00:00
clang-c [index] Generate class & metaclass manglings for objc 2017-09-22 16:58:57 +00:00
CMakeLists.txt