llvm-project/clang/lib
Argyrios Kyrtzidis 01622642d3 Improve the const-ness of a few methods.
No functionality change.

llvm-svn: 57417
2008-10-12 18:40:01 +00:00
..
AST Improve the const-ness of a few methods. 2008-10-12 18:40:01 +00:00
Analysis Check some cases for previous patch. Make the code more robust. 2008-10-09 03:19:06 +00:00
Basic Add 'x' constraint character. 2008-10-06 19:17:39 +00:00
CodeGen silence release-assert warnings. 2008-10-12 00:31:50 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Actually use the mmintrin.h header, it's good enough now. 2008-10-06 04:49:00 +00:00
Lex Change FormTokenWithChars to take the token kind to form, since all clients 2008-10-12 04:51:35 +00:00
Parse Final phase of converting BlockDecls over to DeclContext. This is unfortunately a largish/complex diff, however it was necessry to pass all the current block tests. 2008-10-10 01:28:17 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema silence some release-assert warnings. 2008-10-12 00:28:42 +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