llvm-project/clang/lib
Anders Carlsson c6d171ec77 Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base class offsets. Fix the code to handle virtual bases as well.
llvm-svn: 83426
2009-10-06 22:43:30 +00:00
..
AST Refactor the code that walks a C++ inheritance hierarchy, searching 2009-10-06 17:59:45 +00:00
Analysis Fix 'clang-cc -analyzer-display-progress' by flushing standard error after printing the name of the analyzed function. 2009-10-06 03:49:25 +00:00
Basic Provide a common set of routines in Version.h that return Subversion 2009-10-05 20:33:49 +00:00
CodeGen Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base class offsets. Fix the code to handle virtual bases as well. 2009-10-06 22:43:30 +00:00
Driver Add the -nostdclanginc option to clang (the driver). 2009-10-06 12:45:37 +00:00
Frontend Refactor the c++ include path a bit. 2009-10-06 01:33:02 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Pull TypeLocVisitor into its own header file. 2009-09-29 21:27:32 +00:00
Lex Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
Parse Move DeclSpec::setProtocolQualifiers() out of line. 2009-09-29 19:42:11 +00:00
Rewrite Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Sema Test explicit specialization for all of the various cases where 2009-10-06 21:27:51 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00