Age | Commit message (Expand) | Author |
2010-04-10 | rely even less on CallInst internals | Gabor Greif |
2010-04-10 | do not rely on CallInst interna, use CallSite to access arguments | Gabor Greif |
2010-04-10 | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar |
2010-04-10 | Disable diag::err_file_modified on Win32 completely, until someone cares to fix | Daniel Dunbar |
2010-04-09 | Mangle some expressions with codegen implications but no mangling "overhead". | John McCall |
2010-04-09 | Provide an extremely unsatisfactory diagnostic (instead of crashing) when | John McCall |
2010-04-09 | Provide manglings for bool and character literal expressions. These are | John McCall |
2010-04-09 | When upgrading an Objective-C class from a forward declaration to a | Douglas Gregor |
2010-04-09 | Only complain about explicit instantiations following explicit | Douglas Gregor |
2010-04-09 | Remove copy of 'Optional' in Clang tree, and convert clients to use the one n... | Ted Kremenek |
2010-04-09 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2010-04-09 | Turn access control on by default in the driver. | John McCall |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-04-09 | Suppress access control diagnostics when looking up a base or member name | John McCall |
2010-04-09 | Remove all "used" static functions *after* we have performed all of | Douglas Gregor |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-04-09 | Don't warn about unused static functions if they are marked with | Chris Lattner |
2010-04-09 | On Windows, disable the modification-time check for files used in | Douglas Gregor |
2010-04-09 | Fixes a regression caused by implementing cstyle methods | Fariborz Jahanian |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-04-08 | For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. | Ted Kremenek |
2010-04-08 | Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot.... | Ted Kremenek |
2010-04-08 | Downgrade the "declaration does not declare anything" error to a | Douglas Gregor |
2010-04-08 | Implement method type encoding in the presense | Fariborz Jahanian |
2010-04-08 | Explain that a template needs arguments to make it into a type, for | Jeffrey Yasskin |
2010-04-08 | Set access properly on instantiated friend class template declarations. | John McCall |
2010-04-08 | Add static analyzer check for calls to 'pthread_once()' where the control-flo... | Ted Kremenek |
2010-04-08 | Remove micro-optimization for not issueing CFG-based warnings for 'static inl... | Ted Kremenek |
2010-04-08 | Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's | Douglas Gregor |
2010-04-08 | Fix a misuse of iterators when iterating through block's | Fariborz Jahanian |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Rename CGVtable files to CGVTables. | Anders Carlsson |
2010-04-08 | Clarify an assert. | Anders Carlsson |
2010-04-08 | Unbreak the build | Douglas Gregor |
2010-04-08 | Eliminate excessive PCH deserialization caused by the search for | Douglas Gregor |
2010-04-08 | Remove caseless switch. | Benjamin Kramer |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-08 | Removed unused object. | Ted Kremenek |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-08 | AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. | Daniel Dunbar |
2010-04-08 | IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie... | Daniel Dunbar |
2010-04-08 | Patch to implement gcc's cstyle arguments in objc | Fariborz Jahanian |
2010-04-08 | refactor out a function. | Chris Lattner |
2010-04-08 | Fix a (bogus) uninitialized-member-of-local warning. | John McCall |
2010-04-08 | Use SmallVector instead of an std::queue. | Ted Kremenek |
2010-04-08 | When a template (without arguments) is passed as a template type | Jeffrey Yasskin |
2010-04-07 | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin |
2010-04-07 | Implement checking for template literal operator functions. This | Sean Hunt |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-07 | Updated comment to reflect changes made in the most recent draft. | Sean Hunt |