llvm-project/clang/lib
Sebastian Redl 8b2540439f Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts.
llvm-svn: 62960
2009-01-25 13:35:30 +00:00
..
AST Fix compile error from r62953. 2009-01-25 13:34:47 +00:00
Analysis Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more 2009-01-25 02:32:41 +00:00
Basic Handle the 'e' constraint. Fixes PR3385 2009-01-24 18:03:09 +00:00
CodeGen Introduce an explicit case for member pointers in CodeGenTypes. However, it simply asserts. 2009-01-25 13:35:30 +00:00
Driver When using -analyzer-output-plist always output a plist file even if it contains no error reports. 2009-01-23 20:06:20 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex This is a follow-up to r62675: 2009-01-23 18:35:48 +00:00
Parse Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. 2009-01-24 23:29:36 +00:00
Rewrite Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +00:00
Sema Fix for PR2100: merge types for variables. 2009-01-24 23:49:55 +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