2009-11-02 |
Ted Kremenek | Add "virtual" keywords for clarity. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Fariborz Jahanian | Diagnose implementation of a property declared in a... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Douglas Gregor | When determining whether a reference to a static data... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Douglas Gregor | Within a template, qualified name lookup can refer... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Benjamin Kramer | Add missing colons for FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Mike Stump | Fix -pthread on dragonfly. Patch by Sascha Wildner. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Mike Stump | Refine vcall/vbase ordering with vtable construction. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Douglas Gregor | Implement "incremental" template instantiation for... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Douglas Gregor | Fix the type of __builtin_expect, from Ed Schouten! |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Douglas Gregor | Add two missing CINDEX_LINKAGE uses, in libCIndex,... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Benjamin Kramer | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zhongxing Xu | Move CheckDivZero into its own files. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zhongxing Xu | Move UndefDerefChecker into its own file. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zhongxing Xu | Add header comments. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zhongxing Xu | fix 80-col. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | Fix a crazy canonical-types bug because canonicalizing a |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | When looking for a copy-assignment operator to determin... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | When a friend is declared in a dependent context, don... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | Improved fix for PR3844, which recovers better for... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Ted Kremenek | Tighten computation of ExprVal using ?: expression... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | Improve diagnostics when parsing something like |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Douglas Gregor | Instantiate class template friends better; fixes PR5332. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Daniel Dunbar | Remove clang-cc code for handling -mmacosx-version... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Daniel Dunbar | Change the driver to do the Darwin triple mangling... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
John McCall | Finally suppress a compiler warning from gcc on release... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Ted Kremenek | Make checkers run in deterministic order. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Ted Kremenek | Move NullDerefChecker.h instead a 'Checkers' subdirectory. |
commit | commitdiff | tree | snapshot |
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 |
next |