clang-1/lib
Chris Lattner 53eee7ba97 Instead of counting totally diagnostics, split the count into a count
of errors and warnings.  This allows us to emit something like this:

2 warnings and 1 error generated.

instead of:

3 diagnostics generated.

This also stops counting 'notes' because they are just follow-on information
about the previous diag, not a diagnostic in themselves.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100675 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-07 18:47:42 +00:00
..
AST Implement the protected access restriction ([class.protected]), which requires 2010-04-06 21:38:20 +00:00
Analysis the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
Basic Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
Checker Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. 2010-04-07 00:46:49 +00:00
CodeGen @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls 2010-04-07 08:20:20 +00:00
Driver Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for 2010-04-06 17:07:49 +00:00
Frontend Instead of counting totally diagnostics, split the count into a count 2010-04-07 18:47:42 +00:00
Headers Fix typo. 2010-04-01 03:07:20 +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 Implement code completion for Objective-C method declarations and 2010-04-07 00:21:17 +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 Improve handling of friend types in several ways: 2010-04-07 17:57:12 +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