llvm-project/clang/lib
Ken Dyck 1473c9a7c4 Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to
CharUnits. No change in functionality intended.

llvm-svn: 128776
2011-04-02 17:52:22 +00:00
..
AST Apply a bug-fix patch from Marcin Kowalczyk to the source locations for 2011-04-02 09:47:38 +00:00
Analysis -Wuninitialized should not warn about variables captured by blocks as byref. 2011-03-31 22:32:41 +00:00
Basic Change Clang's __VERSION__ to include the same basic info as in clang -v. 2011-03-31 00:53:51 +00:00
CodeGen Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to 2011-04-02 17:52:22 +00:00
Driver Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. 2011-04-01 21:02:42 +00:00
Frontend Remove a redundant isValid() check 2011-03-31 01:46:47 +00:00
FrontendTool 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
Headers Add '#ifndef _PTRDIFF_T' guard around definition of ptrdiff_t. Fixes <rdar://problem/9210154>. 2011-03-30 21:43:52 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Add a __has_feature check for the 'availability' attribute 2011-03-26 12:16:15 +00:00
Parse Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. 2011-03-27 19:41:34 +00:00
Rewrite Fixes a rewriter bug rewriting call to a byref 2011-04-01 23:08:13 +00:00
Sema Fix an error in TreeTransform where we failed to copy the TemplateName's 2011-04-01 02:03:23 +00:00
Serialization Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of the ASTReader is incomplete, leading to errors like not realizing std::type_info is already defined. 2011-03-31 19:29:24 +00:00
StaticAnalyzer Remove a redundant method. We have a const version. 2011-04-02 03:20:45 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00