llvm-project/clang/tools
Argyrios Kyrtzidis b6df682194 [libclang] Introduce clang_Cursor_isDynamicCall which,
given a cursor pointing to a C++ method call or an ObjC message,
returns non-zero if the method/message is "dynamic", meaning:

  For a C++ method: the call is virtual.
  For an ObjC message: the receiver is an object instance, not 'super' or a
  specific class.

rdar://11779185

llvm-svn: 159627
2012-07-02 23:54:36 +00:00
..
arcmt-test Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
c-arcmt-test Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
c-index-test [libclang] Introduce clang_Cursor_isDynamicCall which, 2012-07-02 23:54:36 +00:00
clang-check Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
diag-build Add new tool 'diag-build' for showing enabled warnings in a project. 2012-06-18 21:31:37 +00:00
diagtool [diagtool] Appease buildbots by explicitly using makeArrayRef. 2012-06-24 00:27:36 +00:00
driver Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
libclang [libclang] Introduce clang_Cursor_isDynamicCall which, 2012-07-02 23:54:36 +00:00
scan-build [analyzer]scan-build: report the total number of steps analyzer performs 2012-06-22 22:08:12 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00