clang-1/include/clang
Chris Lattner d411e04db1 all filevar's have static storage. Previously a global with
extern storage class was returning false from hasStaticStorage.
Ted, please review this.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44515 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-02 07:47:49 +00:00
..
AST all filevar's have static storage. Previously a global with 2007-12-02 07:47:49 +00:00
Analysis Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of 2007-11-20 03:01:58 +00:00
Basic add support for custom client-specific diagnostics. As a testcase, make the 2007-12-02 01:09:57 +00:00
CodeGen Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00
Lex Added optional pass-by-reference argument "isExact" to 2007-11-26 23:12:30 +00:00
Parse improve VC++ compatibility, patch by Cédric Venet. 2007-12-02 00:47:03 +00:00
Rewrite add a getAtOffset() member to simplify some code. 2007-11-08 20:51:02 +00:00
Sema Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00