llvm-project/clang/lib
Ted Kremenek a3f462e49a PathDiagnostics:
- Add the distinction between the 'bug type' and the 'bug description'

HTMLDiagnostics:
- Output the bug type field as HTML comments

scan-build:
- Use the bug type field instead of the bug description for the HTML table.
- Radar filing now automatically picks up the bug description in the title (addresses <rdar://problem/6265970>)

llvm-svn: 63084
2009-01-27 01:53:39 +00:00
..
AST Fix compile error from r62953. 2009-01-25 13:34:47 +00:00
Analysis PathDiagnostics: 2009-01-27 01:53:39 +00:00
Basic now that everything properly handles multiply instantiated 2009-01-26 20:08:26 +00:00
CodeGen Implement support for coercion to wider types during ABI handling. 2009-01-27 01:36:03 +00:00
Driver PathDiagnostics: 2009-01-27 01:53:39 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. 2009-01-27 00:01:05 +00:00
Parse Some micro-optimizations for DISABLE_SMART_POINTERS: 2009-01-26 22:44:13 +00:00
Rewrite This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
Sema Some micro-optimizations for DISABLE_SMART_POINTERS: 2009-01-26 22:44:13 +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