2010-05-17 |
Ted Kremenek | Clean up test case and remove XFAIL. This test can... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Comments and assorted cleanups for the Objective C... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Clean up some more uses of getAs<ObjCInterfaceType... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Chandler Carruth | Fix an ambiguous else warning from GCC by adding some... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Chris Lattner | robustify the conflict marker stuff. Don't add 7 twice... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Ted Kremenek | Fix missing '}'. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Correctly generate IR for ObjC messages sends to protoc... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Ted Kremenek | Add libclang function 'clang_CXXMethod_isStatic' to... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Test that mutability of class members that involve... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Teach ASTContext::getUnqualifiedArrayType() how to... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | mutable is a storage class that can follow a class... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Fariborz Jahanian | Don't attempt to poke into an invalid field's class... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Diagnose a redefinition error when there are two instan... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Determine when the instantiation of a friend function... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Daniel Dunbar | IRgen: Remove dead function. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Daniel Dunbar | C++/Darwin/i386 ABI: Fix some problems with empty recor... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | C++98/03 [temp.friend]p4 requires that inline function... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Ensure that destructors are called for NRVO'd objects... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
David Chisnall | Pick the correct personality function based on the... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Eli Friedman | PR7117: Make sure we don't lose the calling convention... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | when code completing inside a C-style block comment... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
mike-m | Moved clang-builtin include dir position to immediately... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Anders Carlsson | Correctly diagnose array 'new' with initialization... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Douglas Gregor | When the type-id or new-type-id of a C++ "new" expressi... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Don't emit any fallthrough / missing-noreturn warnings... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chandler Carruth | When constant folding reference variables with an initi... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | really use valist. |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | fix rdar://7985267 - Don't emit an error about a non... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Emit a type record for TYPE_OBJC_OBJECT in the PCH... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Be sure to initialize the "has base type as written... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Avoid doing two switches in TypeLoc's initialize()... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Douglas Gregor | When initializing thread-safe statics, put the call to |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Douglas Gregor | Revert r103880 (thread-safe static initialization w... |
commit | commitdiff | tree | snapshot |
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 |
next |