clang-1/lib
Douglas Gregor 83233a4b7c Fix printing of member references to avoid displaying implicitly-generated member references, e.g., for anonymous struct/unions or implicit 'this' in member functions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61885 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-07 21:26:07 +00:00
..
AST Fix printing of member references to avoid displaying implicitly-generated member references, e.g., for anonymous struct/unions or implicit 'this' in member functions 2009-01-07 21:26:07 +00:00
Analysis This commit reflects changes to the retain/release checker motivated by my 2009-01-07 00:39:56 +00:00
Basic SourceManager: Implement "lazy" creation of MemBuffers for source files. 2009-01-06 22:43:04 +00:00
CodeGen Another nasty code gen. bug with trivial fix. Calling class 2009-01-07 20:11:22 +00:00
Driver Add Fedora 10 GCC paths. 2008-12-25 09:28:01 +00:00
Headers Add a MS specific intrinsic. 2008-12-27 04:26:15 +00:00
Lex Optimize stringification a bit to avoid std::string thrashing and 2009-01-05 23:04:18 +00:00
Parse Another tweak to handle the MS extensions (<rdar://problem/5956221>). 2009-01-06 19:34:12 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Fix printing of member references to avoid displaying implicitly-generated member references, e.g., for anonymous struct/unions or implicit 'this' in member functions 2009-01-07 21:26:07 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00