hanchenye-llvm-project/clang/lib
Sebastian Redl a2b5e31cb1 Diagnose declarations that don't declare anything, and fix PR3020.
Examples:
int;
typedef int;

llvm-svn: 61454
2008-12-28 15:28:59 +00:00
..
AST Fix try statement deserialization. 2008-12-24 13:02:38 +00:00
Analysis Add a bunch of comments and FIXMEs. 2008-12-24 07:46:32 +00:00
Basic instead of forcing blocks on by default, make them default to off, but let 2008-12-04 23:20:07 +00:00
CodeGen Add full dllimport / dllexport support: both sema checks and codegen. 2008-12-26 00:52:02 +00:00
Driver Add Fedora 10 GCC paths. 2008-12-25 09:28:01 +00:00
Headers Add a MS specific intrinsic. 2008-12-27 04:26:15 +00:00
Lex Add parser support for __forceinline, __w64, __ptr64. 2008-12-25 14:41:26 +00:00
Parse Diagnose declarations that don't declare anything, and fix PR3020. 2008-12-28 15:28:59 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Diagnose declarations that don't declare anything, and fix PR3020. 2008-12-28 15:28:59 +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