2009-12-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Insert instead of assign to the dest node set, since... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Fix for PR5730: make sure to consistently call |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Whitespace fix. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | In CXXRecordDecl::forallBases, add the base to the... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Add notes to a test case. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Fix crash in DisplayFunction(). ObjCInterfaceDecls... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Don't warn about function templates or function templat... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add cleanups for exceptional edges. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John McCall | Rename Sema::IsOverload to Sema::CheckOverload. Teach... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Move the missing prototypes checking out into a new... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Fix for PR5709: use the computed type of the declaratio... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Pass the current SourceLocation to getAssignOperatorMet... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Fix a horrid bug in GRExprEngine::CheckerVisit() that... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | Neil points out that this could be simplified, do it. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add support for the cleanup attribute for C++; we don... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Douglas Gregor | Implemented an implicit conversion from "noreturn"... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | Improve test portability; I can't figure out how to... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Added a missing case to a switch statement. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Increase inlining threshold at -O3, to match llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | More detailed analysis of typecast to an objective... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | Handle unresolved using decls in bare lookups. These... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Improve test portability. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Anders Carlsson | Make the BugType.h header self-contained so Daniel... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Mike Stump | Add fixme. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Remove include of system header. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Mike Stump | Remove some old code. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Don't expand tabs when computing the offset from the... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Don't use MS extensions in this test, we expect header... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Pick up MB_LEN_MAX as defined by the system <limits... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Update CGExprConstant for change to emit padding values... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Switch this test to use clang-cc. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Patch to allow matching 0 with an objective-c pointer... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Unbreak clang-cc handling of -msoft-float / -mfloat... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Use clang-cc in this test. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Patch to allow cstyle cast of objective-c pointers... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Refactor objective-c pointer assignment compatibility... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Implement template instantiation for exception specific... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Steve Naroff | Integrate the following from the 'objective-rewrite... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | When performing unqualified name lookup in C++, don... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Use StringRef in CGDebugInfo::EmitFunctionStart. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Use a Twine to concatenate the name instead of going... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Twinify InitHeaderSearch::AddPath and use it in C+... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Use StringRefs in InitHeaderSearch::AddDelimitedPaths. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Use Path.makeAbsolute() and make a constant std::string... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | The refactor of implicit member access expressions... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | DeclRefExpr stores a ValueDecl internally. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zhongxing Xu | Refactor builtin function evaluation into a checker. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | Correctly implement the C++03 and 0x restrictions on... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | Add CXXRecordDecl::forallBases to walk an inheritance... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Build fix. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Fix for PR5707: make sure implicit copy constructors... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Small compatibility fix for -print-decl-contexts. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Fix for PR5710: make sure to put function template... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zhongxing Xu | brace completion. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Slight tweak to vtable linkage. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Misc key function fixes. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Patch to warn when discarding objective-c pointer type... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Remove dead diagnostics |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Get rid of some diagnostics that don't follow our rules... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Fix some direct checks of expressions which might be... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Eli Friedman | Make copy assignment operator synthesis not explode... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jeffrey Yasskin | Remove several .c_str() to be forward-compatible with... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Mike Stump | Fixup catch parameters with class reference type. ... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Anders Carlsson | No need to add tail padding if the resulting LLVM struc... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Eli Friedman | A bunch more thunk fixes from misc testing. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mike Stump | Add codegen support for exception specifications. ... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John McCall | Recover from dot accesses to record pointers and arrow... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Ted Kremenek | Enable '-analyzer-opt-analyze-nested-blocks' by default... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Ted Kremenek | Add clang-cc option '-analyzer-opt-analyze-nested-block... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Ted Kremenek | Add analysis support for blocks. This includes a few... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Ted Kremenek | Add the BlockDecl to the DeclContext. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Eli Friedman | Correctly handle conditional operators involving throw. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Eli Friedman | Make the comma operator consistently call EnsureInsertP... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mike Stump | Work around emitters that can't deal with dead code... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Fariborz Jahanian | Allow accessing 'isa' via '->' operator. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | Mangle basic_ostream and basic_iostream specializations. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mike Stump | Switch over to checking .ll files instead of .s files. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mike Stump | Remove obsolete fallback code for objectsize. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Nuno Lopes | implement PR5274: mark 'restrict' parameters as noalias |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Rafael Espindola | Shorten the help test for -no-canonical-prefixes, put... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Fariborz Jahanian | Patch to allow restrict applied to id/Class types. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Nuno Lopes | add fedora 12 include path |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Douglas Gregor | When in an Objective-C instance method, super is a... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Douglas Gregor | Code completion for Objective-C @ keywords that are... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Douglas Gregor | Code completion for Objective-C @ directives |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zhongxing Xu | Add EvalCallExpr interface to checker, and migrate... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | Instantiated or specialized class templates never have... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | Rework how virtual member functions are marked. If... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | It's OK to try to emit a vtable definition more than... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | getTemplateSpecializationKind should be const. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Douglas Gregor | Remove empty test cases |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Eli Friedman | Erm, revert for the moment; I didn't test this as thoro... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Eli Friedman | Tweak the formula for non-virtual offsets to something... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anders Carlsson | Move key functions to a separate map. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John McCall | DeclaratorInfo -> TypeSourceInfo. Makes an effort... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | add 'F' to a bunch of libm builtins so that codegen... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | fix -dM with variadic macros, PR5699 |
commit | commitdiff | tree | snapshot |
next |