2012-02-18 |
Douglas Gregor | Unify our computation of the type of a captured referen... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Richard Smith | Fix a problem in the GCC testsuite, exposed by r150557... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Eli Friedman | Add a bunch of missing calls to DiagnoseSentinelCalls... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Ted Kremenek | Change wording of warning about using __bridge casts... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Richard Smith | Diagnose uses of deleted destructors and inaccessible... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Richard Smith | Initial refactoring of 'ShouldDeleteSpecialMember'... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chad Rosier | Fix comment. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Eric Christopher | Add in a caching mechanism so that forward declarations... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Eric Christopher | Remove UpdateCompletedType from the debug info emission... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chad Rosier | Remove redundant check. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Ted Kremenek | Have conjured symbols depend on LocationContext, to... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Anna Zaks | [analyzer] Malloc Checker more tests. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Anna Zaks | [analyzer] Fix another false positive in the Malloc... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Anna Zaks | [analyzer] Generalize function name checking in CString... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Fariborz Jahanian | modern objc translator: postpone writing of class defin... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Fariborz Jahanian | modern objc writer: more work for category metadata... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | Don't emit optimization-specific intrinsic at -O0. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Fariborz Jahanian | modern objc translator: category metadata related |
commit | commitdiff | tree | snapshot |
2012-02-17 |
David Chisnall | On Solaris, define some standard macros that the Solari... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Douglas Gregor | De-nest tentative parsing to disambiguate lambdas from... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Sebastian Redl | Don't allow non-empty ParenListExprs as array-new initi... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Sebastian Redl | Basic code generation support for std::initializer_list. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Gregory Szorc | [clang.py] Implement Type.element_count |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Gregory Szorc | [clang.py] Implement Type.element_type |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | The clang half of r150794: after the construction of... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Eric Christopher | Index "12" holds the vtable, not "9". |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | Bug fix: do not emit static const local variables with... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | When performing IRGen on a global, emit it as a constan... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Douglas Gregor | Only add 'const' to the type of variables captured... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Douglas Gregor | Disambiguate between C++11 lambda expressions and C99... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | Make sure all remaining parts of the constant evaluator... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
John McCall | Whether an argument is required (in contrast with being an |
commit | commitdiff | tree | snapshot |
2012-02-17 |
John McCall | Block expressions always have a prototyped function... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
John McCall | Add a castAs<U> accessor to CanQual<T>. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Douglas Gregor | Rework the Sema/AST/IRgen dance for the lambda closure... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | Tests for the fixits which Doug added in r150727. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | Reject continue/break statements within members of... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Richard Smith | PR12012: Fix a regression in r150419 where we would... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Fariborz Jahanian | objective-c translator. More stuff for modern meta... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eric Christopher | Reapply r150631: |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eli Friedman | Elide copy construction in new expressions. PR11757. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Kaelyn Uhrain | Avoid infinite mutual recursion in DiagnoseInvalidRedec... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Anna Zaks | [analyzer] MallocChecker: more tests. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Anna Zaks | [analyzer] Malloc Checker: Clean up bug naming: |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Anna Zaks | [analyzer] Malloc Checker: Make the diagnostic visitor... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Matt Beaumont-Gay | Pacify gcc's -Wreturn-type |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Fariborz Jahanian | fix the property list metadata name. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Douglas Gregor | Improve recovery for lambda expressions that have ... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Fariborz Jahanian | modern objective-c translator: write the root class... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Douglas Gregor | Lambda closure types are always considered to be like... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Richard Smith | Make sure we still reject static data members in anonym... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ted Kremenek | Add checker visitation hooks in ExprEngine::Visit(... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ted Kremenek | Revert "Move ExplodedNode reclaimation out of ExprEngin... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Richard Smith | C++11 allows unions to have static data members. Remove... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ted Kremenek | Move ExplodedNode reclaimation out of ExprEngine and... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ted Kremenek | Minor cleanup to node data structures in ExplodedGraph... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Hans Wennborg | Tweak the comment on the 'q' length modifier again. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Fariborz Jahanian | modern objc translator: meta-data generation for first |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Dan Gohman | Fix this test to work with and without Asserts mode. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Hans Wennborg | Update comment as per Joerg's comment on r150697. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Douglas Gregor | In Objective-C++, allow the keyword 'class' to be used... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Douglas Gregor | If code completion patterns are not enabled, use simple... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Argyrios Kyrtzidis | Add fixits for ARC casting errors for implicit conversi... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
DeLesley Hutchins | Minor fix to template instantiation, which properly... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
DeLesley Hutchins | Thread safety analysis: Don't check for lockable on... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
DeLesley Hutchins | Thread-safety analysis: Disable checking inside constru... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
DeLesley Hutchins | Thread-Safety: added support for 'this' as a lock expre... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
DeLesley Hutchins | Allow thread safety attributes on function definitions. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Hans Wennborg | Format string analysis: give 'q' its own enumerator. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
David Chisnall | Tweak link order on Solaris so that global ctors work. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Sebastian Redl | Proper checking of list-initializers for array new... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Sebastian Redl | Revert "Revert "Make CXXNewExpr contain only a single... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Sebastian Redl | Revert "Make CXXNewExpr contain only a single initialie... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Sebastian Redl | Make CXXNewExpr contain only a single initialier, and... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Bill Wendling | Fix test to not depend upon metadata numbers. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
NAKAMURA Takumi | test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eli Friedman | Shift Microsoft enum extensions from -fms-extensions... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eli Friedman | Initial implementation of IRGen for the lambda conversi... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Anna Zaks | [analyzer] Diagnostics: Ensure that the default end... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Anna Zaks | [analyzer] Malloc Checker: Give up when a pointer escap... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Richard Smith | constexpr tidyups: |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Nico Weber | Add a few minor items to the 3.1 release notes. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Argyrios Kyrtzidis | Fix the RecursiveASTVisitor to not traverse C++ default... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Chad Rosier | Fix test for r150648. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eli Friedman | Start of IRGen for lambda conversion operators. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Bill Wendling | Use the new method for specifying garbage collection... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Argyrios Kyrtzidis | [libclang] Do index statements inside a type source... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Douglas Gregor | Implicitly define a lambda's conversion functions ... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Dan Gohman | Teach clang to add metadata tags to calls and invokes... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Richard Smith | Mark the parenthesized array member initialization... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Richard Smith | Start off release notes for clang 3.1 with reference... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Fariborz Jahanian | objc-arc: For arc's ivar layout, treat __unsafe_unretai... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Eric Christopher | Revert "Add a completed/incomplete type difference... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Eric Christopher | Add a completed/incomplete type difference. This allows... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Kaelyn Uhrain | Silence a valgrind warning, and remove an unused var. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Richard Smith | Support GCC's bug^Wextension allowing class array membe... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Kaelyn Uhrain | Improve typo correction involving nested name specifiers. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Douglas Gregor | Lambda closure types have a conversion function to... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Fariborz Jahanian | objective-c translator: fixes an obscure rewriting bug |
commit | commitdiff | tree | snapshot |
next |