llvm-project/clang/lib
Devang Patel 934661ed73 Emit human readable names for c/c++ functions. Avoid emitting linkage name if it matches regular name.
llvm-svn: 93383
2010-01-14 00:36:21 +00:00
..
AST Fixes a rewrite bug rewriting a block call argument which has a trvial 2010-01-13 21:41:11 +00:00
Analysis Add an unreachable code checker. 2010-01-13 02:59:54 +00:00
Basic Perform format-expansion on %select results. 2010-01-13 23:58:20 +00:00
CodeGen Emit human readable names for c/c++ functions. Avoid emitting linkage name if it matches regular name. 2010-01-14 00:36:21 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place. 2010-01-14 00:35:56 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex Add a bunch more feature-checking macros for C++0x features. Some of these are 2010-01-13 08:31:49 +00:00
Parse Code-completion for @public, @protected, @private, @package. 2010-01-13 21:54:15 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema Refactor the "is this declaration interesting" logic in 2010-01-14 00:20:49 +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