llvm-project/clang/tools
Daniel Dunbar e9fee8a361 Initial support for code generation from .ast files.
- Doesn't actually work yet because only module level asm's get correctly marked as externally visible in the PCH.

 - Other things like 'clang-cc foo.ast -ast-dump' now work, as well.

llvm-svn: 82107
2009-09-17 00:48:13 +00:00
..
CIndex - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). 2009-09-15 20:25:34 +00:00
c-index-test - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). 2009-09-15 20:25:34 +00:00
clang-cc Initial support for code generation from .ast files. 2009-09-17 00:48:13 +00:00
driver CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
index-test Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
wpa Don't install wpa or index-test tools. 2009-08-20 18:45:52 +00:00
CMakeLists.txt Add 'clang-wpa' to the CMake-based build. 2009-07-16 18:10:20 +00:00
Makefile Lot's of little changes to get the C-based indexing API going... 2009-08-28 15:28:48 +00:00