llvm-project/clang/lib
Douglas Gregor b2809a0a1b Don't allow calls to functions marked "unavailable". There's more work
to do in this area, since there are other places that reference
FunctionDecls.

Don't allow "overloadable" functions (in C) to be declared without a
prototype.

llvm-svn: 64897
2009-02-18 06:34:51 +00:00
..
AST change the StringLiteral AST node to track all of the SourceLocations of 2009-02-18 05:49:11 +00:00
Analysis Fix performance bug in RangeConstraintManager (that I introduced): 2009-02-18 05:22:01 +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 initial reimplement tgmath.h, written by Howard Hinnant! 2009-02-17 22:14:32 +00:00
Lex define __OBJC2__ for objc's nonfragile abi. 2009-02-16 18:28:48 +00:00
Parse simplify some code. 2009-02-18 05:56:09 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Don't allow calls to functions marked "unavailable". There's more work 2009-02-18 06:34:51 +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