llvm-project/clang/AST
Fariborz Jahanian bfe13c566c This patch introduces a new class to keep track of class implementation info. It also adds more
semantic checks for class and protocol declarations. Test cases are good indications of kind of 
checking being done in this patch.

llvm-svn: 42311
2007-09-25 18:38:09 +00:00
..
ASTContext.cpp Use APFloat for the representation of FP immediates, ask the target 2007-09-22 18:29:59 +00:00
Builtins.cpp Add initial support for constant CFStrings. 2007-08-17 05:31:46 +00:00
CFG.cpp When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG 2007-09-17 16:18:02 +00:00
Decl.cpp This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
Expr.cpp use the right rounding mode. 2007-09-25 04:29:44 +00:00
ExprCXX.cpp Implementation of child_begin/child_end for C++ expressions. 2007-08-24 20:21:10 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Convert more statments over to SourceRanges... 2007-08-31 23:49:30 +00:00
StmtDumper.cpp further apfloat'ize the front-end, allowing codegen to pass 2007-09-22 18:47:25 +00:00
StmtPrinter.cpp further apfloat'ize the front-end, allowing codegen to pass 2007-09-22 18:47:25 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
Type.cpp The goal of this commit is to get just enough Sema support to recognize Objective-C classes 2007-09-06 21:24:23 +00:00