llvm-project/clang/lib
Douglas Gregor e8381c00eb Initial implementation of parsing, semantic analysis, and AST-building
for constructor initializations, e.g.,

  class A { };
  class B : public A { 
    int m;
  public:
    B() : A(), m(17) { };
  };

llvm-svn: 58749
2008-11-05 04:29:56 +00:00
..
AST Initial implementation of parsing, semantic analysis, and AST-building 2008-11-05 04:29:56 +00:00
Analysis Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr 2008-11-04 14:56:14 +00:00
Basic More fallout from r58501: primary fix is some more corrections to make 2008-11-02 02:43:55 +00:00
CodeGen LinkageSpecDecl is c++ specific, move it to DeclCXX 2008-11-04 16:51:42 +00:00
Driver Update CMakeLists.txt 2008-11-04 20:31:17 +00:00
Headers #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. 2008-11-04 06:53:14 +00:00
Lex Fixed build warning. No functionality change. 2008-10-31 10:24:31 +00:00
Parse Initial implementation of parsing, semantic analysis, and AST-building 2008-11-05 04:29:56 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Initial implementation of parsing, semantic analysis, and AST-building 2008-11-05 04:29:56 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00