llvm-project/clang/lib
Mike Stump 945fec05dd Fix typo.
llvm-svn: 84770
2009-10-21 18:24:18 +00:00
..
AST Complete out debug info generation for captured __block variables. WIP. 2009-10-21 18:16:27 +00:00
Analysis Simplify some code. No functionality change. 2009-10-21 11:42:22 +00:00
Basic add helpful methods to TargetInfo for querying builtin integer type properties, 2009-10-21 06:24:21 +00:00
CodeGen Fix typo. 2009-10-21 18:24:18 +00:00
Driver Driver: If unable to find the gcc tool chain, try the next OS rev. 2009-10-20 19:25:43 +00:00
Frontend hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). 2009-10-21 04:59:34 +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 Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searching). Without a 'relativeDecl', the algorithm is n-squared. For example, running the following command on 'Large.m' takes hours without a 'relatvieDecl'. 2009-10-21 13:56:23 +00:00
Lex Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
Parse Issue warning if method body starts with a semicolon. 2009-10-20 16:39:13 +00:00
Rewrite Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference 2009-10-20 06:31:34 +00:00
Sema Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitute TemplateIdRefExprs with DeclRefExprs. Doug, plz review :) 2009-10-21 17:16:23 +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