hanchenye-llvm-project/clang/docs
Chris Lattner b35583df52 add a new driver-level -ferror-limit=412 option, which causes clang to stop
emitting diagnostics after it has produced that many errors.  Give this a
default value of 20 which produces plenty of errors for people to fix before
recompiling but not so many that their entire console scrolls away when the
compiler gets confused.  The experience looks like this:

$ clang foo.c
<tons of crap>
foo.c:102:3: error: unknown type name 'somethingbad'
  somethingbad x;
  ^
fatal error: too many errors emitted, stopping now
36 warnings and 20 errors generated.

llvm-svn: 100689
2010-04-07 20:49:23 +00:00
..
tools Use LLVM's new DESTDIR-less PROJ_* variables. 2010-03-04 20:57:19 +00:00
AnalyzerRegions.html update the doc. 2009-04-20 10:09:10 +00:00
Block-ABI-Apple.txt improved wording around ABI 2010-04-06 17:46:43 +00:00
BlockLanguageSpec.txt add some description of the block language extension. 2009-03-09 07:01:20 +00:00
DriverArchitecture.png Some very rough Driver documentation. 2009-03-30 06:50:01 +00:00
DriverInternals.html Fix a few typos. 2009-08-14 04:43:04 +00:00
InternalsManual.html Document the extensions I made to the diagnostics-formatting system yesterday. 2010-01-14 19:12:17 +00:00
LanguageExtensions.html update link 2010-03-16 21:43:03 +00:00
Makefile Use LLVM's new DESTDIR-less PROJ_* variables. 2010-03-04 20:57:19 +00:00
PCHInternals.html Update a few more docs references to clang-cc. 2009-12-11 23:17:03 +00:00
PCHLayout.graffle Fill in some gaps in the precompiled headers documentation 2009-06-03 16:06:22 +00:00
PCHLayout.png Fill in some gaps in the precompiled headers documentation 2009-06-03 16:06:22 +00:00
PTHInternals.html Update a few more docs references to clang-cc. 2009-12-11 23:17:03 +00:00
UsersManual.html add a new driver-level -ferror-limit=412 option, which causes clang to stop 2010-04-07 20:49:23 +00:00
doxygen.cfg Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.cfg.in Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.css Add the right path to the lines image. 2008-07-26 23:51:08 +00:00
doxygen.footer clean up the footer a bit more. 2008-07-26 23:54:49 +00:00
doxygen.header Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.intro Add doxygen support 2008-07-26 21:32:24 +00:00
index.html
libIndex.html Update a few more docs references to clang-cc. 2009-12-11 23:17:03 +00:00