clang-1/lib
Nico Weber 0fca022d77 Move most of HeaderSearch initialization to libDriver.
For example, adding the default system include paths in clients is now as
simple as

  InitHeaderSearch init(headers);
  init.AddDefaultSystemIncludePaths(langopts);
  init.Realize();



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55174 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-22 09:25:22 +00:00
..
AST Fix some issues with array type merging. (No visible difference, 2008-08-22 01:48:21 +00:00
Analysis Modify comments. 2008-08-21 23:00:21 +00:00
Basic Remove duplicate define from Windows-x86 target. 2008-08-21 01:56:54 +00:00
CodeGen NeXT: Emit [meta]class protocol references. 2008-08-21 21:57:41 +00:00
Driver Move most of HeaderSearch initialization to libDriver. 2008-08-22 09:25:22 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex various updates to match r54873 on mainline. 2008-08-17 07:19:51 +00:00
Parse Fix a minor crash-on-invalid. 2008-08-20 22:07:34 +00:00
Rewrite honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
Sema Initial sema support for C++ static initializers. 2008-08-22 05:00:02 +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