clang-1/include/clang
Nico Weber dee8ecc938 fix spello
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54594 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-09 22:12:22 +00:00
..
AST Change 'Wchar' to 'WChar' casing, for consistency. 2008-08-09 17:20:01 +00:00
Analysis Added AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymLE to add some minor improvements to path-sensitivity. Right now we basically treat 'x > y' and 'x < y' as implying 'x != y', but this restriction will only inevitably apply to our must rudimentary value tracking component (we'll implement more advanced value reasoning later). 2008-08-07 22:30:22 +00:00
Basic fix spello 2008-08-09 22:12:22 +00:00
CodeGen Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. 2008-08-05 18:50:11 +00:00
Driver Expressive diagnostics-- worth their weight in gold? 2008-08-09 19:58:22 +00:00
Lex Add an accessor, patch by Csaba Hruska. 2008-07-10 05:26:30 +00:00
Parse Implement support for the 'wchar_t' C++ type. 2008-08-09 16:51:54 +00:00
Rewrite In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! 2008-07-07 18:31:05 +00:00
Sema ParseAST now never releases the passed ASTConsumer. This is the responsibility of the client. 2008-08-08 02:46:37 +00:00