llvm-project/clang/lib
Douglas Gregor 220cac5e89 Update Parser::ParseTypeName to return a TypeResult, which also tells
us whether there was an error in trying to parse a type-name (type-id
in C++). This allows propagation of errors further in the compiler,
suppressing more bogus error messages.

llvm-svn: 64922
2009-02-18 17:45:20 +00:00
..
AST teach child iterators to walk into the child string of an ObjCStringLiteral, 2009-02-18 06:53:08 +00:00
Analysis Revise comment. Comparing pointer values in 'Range' wasn't the performance issue I thought it was, but it is still worth ordering Range objects by their APSInt values. 2009-02-18 17:42:44 +00:00
Basic add an accessor. 2009-02-17 08:39:06 +00:00
CodeGen x86_64 ABI: Two bug fixes. 2009-02-18 03:44:19 +00:00
Driver stop searching GCC install directories for standard C headers (but 2009-02-18 00:25:15 +00:00
Headers Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. 2009-02-18 17:23:05 +00:00
Lex define __OBJC2__ for objc's nonfragile abi. 2009-02-16 18:28:48 +00:00
Parse Update Parser::ParseTypeName to return a TypeResult, which also tells 2009-02-18 17:45:20 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Update Parser::ParseTypeName to return a TypeResult, which also tells 2009-02-18 17:45:20 +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