2010-05-16 |
Fariborz Jahanian | Minor twik to my last patch. (for radar 7986354). |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Fariborz Jahanian | Fix API gen for objc_msgSend property of aggregate... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | When initializing thread-safe statics, put the call to |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Attempt to satisfy Release-Asserts build |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John McCall | Modify this comment per Doug's suggestion: we don... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | sigh |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | fix _mm_shuffle_pd too, thanks to Joel Falcou for point... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | When applying the named return value optimization,... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John McCall | Substantially alter the design of the Objective C type... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Implement a simple form of the C++ named return value... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Implement semantic analysis and an AST representation... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | add type casts to _mm_shuffle_ps so the front-end applies |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Recognize when the named return value optimization... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Daniel Dunbar | C++/ABI/x86_64: Member pointers should be classified... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Daniel Dunbar | C++/ABI/i386: Member function pointers should be passed... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Change install_name for libclang.dylib to '@rpath/libcl... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | Driver: Make -fverbose-asm the default for platforms... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Tweak test so that it does not require <typeinfo> |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Fariborz Jahanian | Patch to fix a crash on incomplete class declaration. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Emit an lvalue dynamic_cast even if the result is not... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Add CXType and an initial set of supporting functions... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | When a failed dynamic_cast<T&> (which is an lvalue... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Anders Carlsson | Remove an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Anders Carlsson | Move ContainsPointerToDataMember to CodeGenTypes. No... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Fariborz Jahanian | Implement new default property synthesis rules. Essenti... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Add documention on ns_returns_not_retained and cf_retur... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | Improve error recovery in C/ObjC when the first argumen... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | fit in 80 cols, remove prototypes for handling #assert... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | Refactor ParseFunctionDeclaratorIdentifierList to have... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Abramo Bagnara | Added Expr::EvaluateAsAnyLValue. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Devang Patel | Fix thinko in yesterday's fix. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | Revert r103770, "Added basic source locations to Elabor... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Anders Carlsson | Make sure that value-initialized pointers to data membe... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Abramo Bagnara | Added basic source locations to Elaborated and Dependen... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Namespaces can only be defined at global or namespace... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Make sure to search semantic scopes and appropriate... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | A vtable is used if the key function is defined...... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | XFAIL a test on Win32. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | C++/Darwin/x86: Teach IRgen it can pass reference types... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | Driver: Enable -integrated-as by default, at least... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | Force -no-integrated-as in this test. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Devang Patel | Fix context in class static variable's debugging inform... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Douglas Gregor | Disable the available_externally optimization for inlin... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Fariborz Jahanian | Objective-C++ Sema. Fix a bug in instantiation of recei... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Douglas Gregor | Rework when and how vtables are emitted, by tracking... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ted Kremenek | Don't add a null successor to a CFGBlock when the conte... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ted Kremenek | Fold assertion into condition, as it does not hold... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Chandler Carruth | Testcase for r103712. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Chandler Carruth | Teach the AKA calculation to look at sugar on the point... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John McCall | Rebuild builtin_id * as an ObjCObjectPointerType, where... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Zhongxing Xu | Relax an assertion. Various cases could lead to non... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John McCall | When performing template argument deduction, match... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Chandler Carruth | Delete a dead function at sabre's request. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Chandler Carruth | Update the types for warning option subgroup arrays... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ted Kremenek | Add test case for <rdar://problem/7880658>. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ted Kremenek | Remove stale comment. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Chris Lattner | add a couple of key functions for classes without them. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ted Kremenek | Specially handle CaseStmts in CursorVisitor because... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Devang Patel | If given location is invalid then use current location. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Fariborz Jahanian | Objective-C++ Sema. Support for conversion of a C++ |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Chris Lattner | "this patch properly addresses escaping < and > which... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | Revert "Move macro definitions for IBOutlet and IBActio... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Move macro definitions for IBOutlet and IBAction into... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | Driver/Darwin/i386: Don't allow compiling C++ with... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Fariborz Jahanian | Objective-C++ Sema - Allow static_cast of one objc... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Douglas Gregor | Whenever we instantiate a function definition or class... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Douglas Gregor | When we emit an error during the implicit definition... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | Yes another annotate-tokens tweak. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | Increase test portability. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Make test portable. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Make test case invariant to macro definition location. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Re-apply r103581 with updated tests. It turns out... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Temporarily revert r103581 so I can fix the failing... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Correctly check if a cursor is a declaration before... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Remove debugging aids I did not intend to commit. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Ted Kremenek | Adjust clang_annotateTokens() to correctly account... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Chris Lattner | don't force 16 threads. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
John McCall | Improve commentary on the indirect-goto jump scope... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
John McCall | Correct spelling of expected error message. Apparently... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
John McCall | When checking scopes for indirect goto, be more permiss... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Devang Patel | Use end location of DeclStmt to mark stop point. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | BoostCon tutorial notes, temporary |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Abramo Bagnara | Merged Elaborated and QualifiedName types. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | Speculatively revert r103497, "Do not mark the virtual... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | IRgen/i386/C++: Fix isSingleElementStruct computation... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | Do not mark the virtual members of an implicitly-instan... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Duncan Sands | VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Fariborz Jahanian | Fix test. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | It's bad form to create VarDecl's without DeclContexts |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | The C++98/03 standard is disturbingly silent about... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | Static data members intialized in-class that have const... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Fariborz Jahanian | Minor refactoring of my last patch. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | Fix indentation |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | A DeclRefExpr that refers to a member function or a... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Chandler Carruth | Add a test for a subtle instantiation pattern that... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | Fixes for compilation with Microsoft Visual Studio... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Devang Patel | Initialize Column. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Fariborz Jahanian | Allow static_cast to objective-c pointers. |
commit | commitdiff | tree | snapshot |
next |