llvm-project/clang/tools/libclang
Tanya Lattner 55808c1026 Add support for builtin astype:
__builtin_astype(): Used to reinterpreted as another data type of the same size using for both scalar and vector data types.
Added test case.

llvm-svn: 132612
2011-06-04 00:47:47 +00:00
..
CIndex.cpp Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
CIndexCXX.cpp Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CIndexCodeCompletion.cpp When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach 2011-05-05 20:27:22 +00:00
CIndexDiagnostic.cpp A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
CIndexDiagnostic.h Eliminate -fdiagnostics-binary and all of the infrastructure for 2010-10-11 22:02:06 +00:00
CIndexInclusionStack.cpp Teach SourceManager::getSLocEntry() that it can fail due to problems 2011-04-20 00:21:03 +00:00
CIndexUSRs.cpp Use the canonical decl when generating the locations for USRs. 2011-05-03 01:33:35 +00:00
CIndexer.cpp libclang/CIndexer.cpp: Apply a new API for Cygwin-1.7, instead of deprecated one. 2011-03-08 22:17:33 +00:00
CIndexer.h When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach 2011-05-05 20:27:22 +00:00
CMakeLists.txt libclang output name is now libclang. This solves a name collision 2011-04-10 02:29:27 +00:00
CXCursor.cpp Add support for builtin astype: 2011-06-04 00:47:47 +00:00
CXCursor.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXString.cpp Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXString.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CXTranslationUnit.h Make definition of CXTranslationUnitImpl private 2010-11-17 23:24:11 +00:00
CXType.cpp Objective-C doesn't consider the use of incomplete types as method 2011-05-27 01:19:52 +00:00
CXType.h Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
Makefile Re-instate r125819 and r125820 with no functionality change 2011-02-19 23:03:58 +00:00
libclang.darwin.exports Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! 2011-05-12 15:17:24 +00:00
libclang.exports Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! 2011-05-12 15:17:24 +00:00