clang-1/include/clang
Nate Begeman 4c13b7a397 Only generate code for static functions and global variables that are actually used.
Warn about unused static functions and variables.
This fixes PR1998.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49987 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-20 06:29:50 +00:00
..
AST OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. 2008-04-18 23:10:10 +00:00
Analysis Generalize caching mechanism for bugs reports. Now individual BugTypes 2008-04-18 20:54:29 +00:00
Basic Only generate code for static functions and global variables that are actually used. 2008-04-20 06:29:50 +00:00
CodeGen move the codegen ASTConsumer out of the driver into libcodegen, 2008-02-06 02:01:47 +00:00
Lex simplify ownership of the predefines buffer. 2008-04-19 23:09:31 +00:00
Parse OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. 2008-04-18 23:10:10 +00:00
Rewrite html::EscapeText (using the Rewriter) now replaces tabs by default. 2008-04-20 01:02:33 +00:00
Sema rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} 2008-02-06 00:23:21 +00:00