hanchenye-llvm-project/clang/lib
Sebastian Redl 346203105f Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek.
llvm-svn: 120182
2010-11-26 16:28:07 +00:00
..
AST Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +00:00
Analysis Let StackFrameContext represent if the call expr is evaluated as lvalue. 2010-11-24 13:08:51 +00:00
Basic Fix 2 problems with Chris Lattner's FileManager redesign on Windows. 2010-11-24 03:07:43 +00:00
Checker Do not use StripCasts() in this context. 2010-11-26 09:14:07 +00:00
CodeGen Hide a bunch of symbols. 2010-11-25 18:29:30 +00:00
Driver Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. 2010-11-21 00:09:52 +00:00
Frontend Add C++ header path for openSUSE 11.4. 2010-11-25 18:51:59 +00:00
FrontendTool Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals 2010-11-24 11:21:45 +00:00
Headers Undo part of my previous commit to mm_malloc.h, going back to the use of 2010-11-22 08:06:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex change the 'is directory' indicator to be a null-or-not 2010-11-23 21:17:56 +00:00
Parse Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump. 2010-11-22 13:48:02 +00:00
Rewrite Minor whitespace fix, no functionality change 2010-11-22 10:26:41 +00:00
Sema Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek. 2010-11-26 16:28:07 +00:00
Serialization Hide a bunch of symbols. 2010-11-25 18:29:30 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00