llvm-project/clang/lib
Douglas Gregor 5da47ad57b Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707
llvm-svn: 62859
2009-01-23 19:03:35 +00:00
..
AST Initial implementation of semantic analysis and ASTs for C99 2009-01-22 00:58:24 +00:00
Analysis Implement retrieval of the default value of element and field regions. 2009-01-23 11:22:12 +00:00
Basic Add a bit to IdentifierInfo that acts as a simple predicate which 2009-01-21 07:43:11 +00:00
CodeGen Handle pointer arithmetic on function pointers. 2009-01-23 18:51:09 +00:00
Driver Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. 2009-01-21 00:42:24 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex This is a follow-up to r62675: 2009-01-23 18:35:48 +00:00
Parse Handle any undeclared parameters in a K&R-style function with a 2009-01-23 16:23:13 +00:00
Rewrite Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +00:00
Sema Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 2009-01-23 19:03:35 +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