clang-1/lib
Anders Carlsson 066d2ea752 TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65696 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-28 17:11:49 +00:00
..
AST Fix obvious shortcoming in the implementations of Evaluate for 2009-02-28 03:59:05 +00:00
Analysis When retrieving the location of a Node, for MemberExprs use the location of the 2009-02-27 20:05:10 +00:00
Basic TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). 2009-02-28 17:11:49 +00:00
CodeGen First cut CodeGen support for __block variables. 2009-02-28 09:07:16 +00:00
Driver Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Headers Put compiler headers in <prefix>/lib/clang/1.0/include (vs 2009-02-21 20:52:41 +00:00
Lex Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00
Parse Minor name change (move the ObjC prefix to a more appropriate place). 2009-02-28 16:59:13 +00:00
Rewrite Introduce code modification hints into the diagnostics system. When we 2009-02-26 21:00:50 +00:00
Sema Minor name change (move the ObjC prefix to a more appropriate place). 2009-02-28 16:59:13 +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