llvm-project/clang/lib
Ted Kremenek 5fa5052d50 Attribute nonnull can be applied to block pointers.
llvm-svn: 59499
2008-11-18 06:52:58 +00:00
..
AST Implement effects of 'mutable', and a few comments from Chris on its parsing. 2008-11-17 23:24:37 +00:00
Analysis eliminate dependence of strange "Diagnostic::Report" method, 2008-11-18 06:07:40 +00:00
Basic SourceManager::getLineNumber is logically const except for caching. 2008-11-18 06:51:15 +00:00
CodeGen Change the diagnostics interface to take an array of pointers to 2008-11-18 04:56:44 +00:00
Driver Change the diagnostics interface to take an array of pointers to 2008-11-18 04:56:44 +00:00
Headers #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. 2008-11-04 06:53:14 +00:00
Lex Change the diagnostics interface to take an array of pointers to 2008-11-18 04:56:44 +00:00
Parse Change the diagnostics interface to take an array of pointers to 2008-11-18 04:56:44 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Attribute nonnull can be applied to block pointers. 2008-11-18 06:52:58 +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