llvm-project/clang/tools/libclang
John Wiegley f9f6584e95 t/clang/expr-traits
Patch authored by David Abrahams.

These two expression traits (__is_lvalue_expr, __is_rvalue_expr) are used for
parsing code that employs certain features of the Embarcadero C++ compiler.

llvm-svn: 130122
2011-04-25 06:54:41 +00:00
..
CIndex.cpp t/clang/expr-traits 2011-04-25 06:54:41 +00:00
CIndexCXX.cpp Change CXTranslationUnit to not directly cast to an ASTUnit*, 2010-11-16 08:15:36 +00:00
CIndexCodeCompletion.cpp Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
CIndexDiagnostic.cpp Extend the libclang diagnostic API to provide information about the 2010-11-19 16:18:16 +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 Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +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 Merge System into Support. 2010-11-29 18:12:39 +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 t/clang/expr-traits 2011-04-25 06:54:41 +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 Add libclang functions to determine the const/volatile/restrict 2011-01-27 16:27:11 +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 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. 2011-04-20 16:41:07 +00:00
libclang.exports Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. 2011-04-20 16:41:07 +00:00