2009-10-30 |
Ted Kremenek | Move all logic for the null dereference checker from... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | Include macros in code-completion results |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Benjamin Kramer | Doug says this is medium done. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Benjamin Kramer | cxx_status: fix some missing/wrong cells. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
John Thompson | Re-arranged some internal functions for coming __has_in... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Benjamin Kramer | Add C++ include paths for Exherbo. Patch by Daniel... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Zhongxing Xu | Fix PR5316: make assignment expressions can be visited... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Ted Kremenek | Handle loading of field values from LazyCompoundVals... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Chris Lattner | warn about returning the address of a label. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Anders Carlsson | Get throws limping along, still a bunch of FIXMEs.... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Anders Carlsson | Fix thinko, mangleCXXRtti should obviously take a QualType! |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Anders Carlsson | Add CGException.cpp, to be used for exception related... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Anders Carlsson | mangleCXXRtti obviously needs to take a type, what... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Fariborz Jahanian | This patch computes composite type of two objective... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Anders Carlsson | Add a CK_DerivedToBaseMemberPointer cast kind and use... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
John McCall | Include pointee type information in the diagnostic... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
John McCall | Report accurate source-location information when rebuil... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Mike Stump | Fix one more bug with __builtin_object_size. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Mike Stump | Add yet more testcases. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Mike Stump | Add some more testcases. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John McCall | Silence a gcc warning where it notices that default... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | We may need to instantiate a class template specializat... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | Slightly improve source-location information during... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Steve Naroff | - Add/tweak some comments. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | Move some clang-cc errors to use diagnostics, and simplify. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Mike Stump | Fix some issues Daniel pointed out. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Sebastian Redl | Properly instantiate usage of overloaded operator ... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Steve Naroff | clang_getDeclSpelling(): For category implementations... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John McCall | A few TemplateArgumentLoc clean-ups. Try to remember... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | Yet more instantiation-location information. Fixes... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Fariborz Jahanian | Patch for destruction of array of objects on block... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Anders Carlsson | Make sure to call CompleteConstructorCall for bases... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | Fix Release-Asserts build breakage |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Nuno Lopes | make clang emit undefs for padding of structs and union... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John McCall | Apparently when is now. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John McCall | Track source information for template arguments and... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John McCall | Extract TemplateArgument into a new header just for... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Zhongxing Xu | Add an assertion to ensure NullDerefChecker exists. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Ted Kremenek | Fix accidental use of CheckSVal instead of CheckLocatio... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | StringSwitch-ify attribute name mapping. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | make this interpretable. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Ted Kremenek | Fix an insidious bug in RegionStore::RemoveDeadBindings... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | add two new and very exhaustive preprocessor tests... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | simplify intmax setup, patch by Ken Dyck! |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | Remove some obsolete or unnecessary FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | PR5328: Allow duplicatic -pedantic (and -pedantic-error... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | Kill off MakeFormattedString helper function. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Zhongxing Xu | Move NullDeref and UndefDeref into their own checker. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | Reject -I- in driver instead of clang-cc. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Daniel Dunbar | Formatting fixes. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | make this more interesting, test the static const array. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Ted Kremenek | Add test case for <rdar://problem/7342806>. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | [llvm up] |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | optimize out some ifdefs. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
John Thompson | Fix some Window-isms to get these tests to pass on... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | Implement support for semantic checking and template... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | Implement clang support for indirect branch and address... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Ted Kremenek | Unused ivars checker: also check methods in categories... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Steve Naroff | Fix <rdar://problem/7330784>. Avoid crashing on 'Class... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Mike Stump | Refine __builtin_object_size. Don't try and get a... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Code gen for array construction - WIP |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Steve Naroff | Remove _clang_initCXLookupHint() and _clang_getCursorWi... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Mike Stump | Refactor a bit. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Ted Kremenek | Pull ivar scanning logic into another utility function... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | factor a creation of Int32Ty. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Use array's base element type in getting to its |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Removed an unnecessary arguement passed to InitializeVa... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Restored note on pointer to members with a pointer |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | random tidying |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Removed a Note related to pointer to member functions... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Fariborz Jahanian | Diagnose use of data pointer member in a function call |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Douglas Gregor | Mangle based on the declaration we're given, not the... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Edward O'Callaghan | Fix for PR4887, Credit to Jonathan Gray. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Zhongxing Xu | make CallGraph more flexible by letting it accept ASTCo... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | adjust for a pending LLVM change. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Mike Stump | Add mangling for VTTs. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Mike Stump | Finish off pure virtual function handling. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Douglas Gregor | Slightly improve source location information during... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Test |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | Prep work for putting ___cxa_pure_virtual in the vtable... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | Refactor code a little. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Implement proper linkage for explicit instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Fariborz Jahanian | Type of a conditional expression with two distinct... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | __builtin_object_size refinements. Ensure we handle... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Introduce FunctionDecl::isInlined() to tell whether... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Rename FunctionDecl::isInline/setInline to |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Explicit instantiation suppresses the instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | Rather than excluding quite some things, and still... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Set OptimizeForSize LLVM function attribute with -Os. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | CMake: Append LLVM_LIBDIR_SUFFIX to library destination. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Fix crash when synthesizing property setters when the... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | An explicit instantiation definition only instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Fariborz Jahanian | Generate constructor for value-initialization cases... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Test for interaction between explicit instantiations... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Test various aspects of explicit instantiation that... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
John Thompson | Disabling some MS extensions which cause this test... |
commit | commitdiff | tree | snapshot |
next |