llvm-project/clang/lib
Eli Friedman d95e1cda9e Fix screwup with my previous patch which broke tests. (The patch is
making sure we return true when annotating a function template with 
explicit template arguments, but not when we don't annotate anything.)

llvm-svn: 74383
2009-06-27 08:17:02 +00:00
..
AST An auto variable can't appear in its own initializer. 2009-06-26 19:16:07 +00:00
Analysis Remove the last 'GetXXX' methods from GRStateManager. 2009-06-27 00:24:54 +00:00
Basic OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL 2009-06-25 23:25:15 +00:00
CodeGen OpenCL 1.0 Support: fix a bug with lvalue swizzles 2009-06-26 21:12:50 +00:00
Driver Fix some TableGen-related dependencies for the Clang CMake build 2009-06-23 18:15:28 +00:00
Frontend Implement enough of the 'auto' keyword so we can claim to support N2546. 2009-06-26 18:41:36 +00:00
Headers Make sure install Clang headers when building clang-cc 2009-06-25 05:07:31 +00:00
Lex Fix our check for "random whitespace between a \ and newline" to work 2009-06-23 05:15:06 +00:00
Parse Fix screwup with my previous patch which broke tests. (The patch is 2009-06-27 08:17:02 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema Fix a bogus error overloading an operator where the only class 2009-06-27 05:59:59 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00