llvm-project/clang/lib
Douglas Gregor f19ac0ede9 Downgrade the "declaration does not declare anything" error to a
warning. It's not harmful to have such pointless declarations, and GCC
does not diagnose this issue consistently.

llvm-svn: 100814
2010-04-08 21:33:23 +00:00
..
AST Implement method type encoding in the presense 2010-04-08 21:29:11 +00:00
Analysis the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
Basic add clang -cc1 level support for "-ferror-limit 42" 2010-04-07 20:37:06 +00:00
Checker Add static analyzer check for calls to 'pthread_once()' where the control-flow has 2010-04-08 19:53:31 +00:00
CodeGen Rename CGVtable files to CGVTables. 2010-04-08 16:30:25 +00:00
Driver Remove caseless switch. 2010-04-08 15:44:22 +00:00
Frontend Implement method type encoding in the presense 2010-04-08 21:29:11 +00:00
Headers rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Match MemoryBuffer API changes. 2010-04-05 22:42:27 +00:00
Parse Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Downgrade the "declaration does not declare anything" error to a 2010-04-08 21:33:23 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00