llvm-project/clang/lib
Ted Kremenek 91614e6fe6 Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is unfortunately needed because virtual methods with the same name can be hidden by subclasses.
llvm-svn: 53751
2008-07-18 15:27:58 +00:00
..
AST Two fixes: 2008-07-16 18:22:22 +00:00
Analysis Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is unfortunately needed because virtual methods with the same name can be hidden by subclasses. 2008-07-18 15:27:58 +00:00
Basic add x86 EDI register alias 2008-07-07 12:18:07 +00:00
CodeGen Add support shufpd 2008-07-18 00:14:09 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Convert CRLF -> LF line endings. 2008-07-12 20:28:04 +00:00
Parse Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. 2008-07-16 07:23:27 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin(). 2008-07-17 17:49:50 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00