llvm-project/clang/lib
Chris Lattner eb09754a9d switch PTH lexer from using "const char*"s to "const unsigned char*"s
internally.  This is just a cleanup that reduces the need to cast to
unsigned char before assembling a larger integer.

llvm-svn: 62442
2009-01-18 01:57:14 +00:00
..
AST Update support for vector component access on ExtVectors. 2009-01-18 01:47:54 +00:00
Analysis Fix analyzer crash found when scanning Wine sources where the analyzer used old logic to determine the value of a switch 'case' label. 2009-01-17 01:54:16 +00:00
Basic Add sema support for symbolic names in inline asm statements. 2009-01-18 01:56:57 +00:00
CodeGen Add sema support for symbolic names in inline asm statements. 2009-01-18 01:56:57 +00:00
Driver Rename SourceLocation::getFileID to getChunkID, because it returns 2009-01-17 08:45:21 +00:00
Headers Add mm_malloc.h, patch by Sam Weinig. 2009-01-08 23:30:09 +00:00
Lex switch PTH lexer from using "const char*"s to "const unsigned char*"s 2009-01-18 01:57:14 +00:00
Parse Diagnose that property name cannot be a bitfield 2009-01-17 23:21:10 +00:00
Rewrite add a simplified lexer ctor that sets up the lexer to raw-lex an 2009-01-17 07:35:14 +00:00
Sema Update support for vector component access on ExtVectors. 2009-01-18 01:47:54 +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