2010-04-30 |
John McCall | An edge from a call expression to the exit block is... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Fix ADL for types declared in transparent decls, from... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Introduce a sequence number into class template partial |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John McCall | Account for the VTT argument when making an implicit... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | When we start the definition of a class template, set the |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Zhongxing Xu | Remove unused trait. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Zhongxing Xu | Refactor the AnalysisConsumer to analyze functions... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John McCall | Fix a tentative-parse error with unqualified template... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Fix pasto in this test |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Add Clang version inspection macros. Fixes PR6681. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John McCall | Fix -fno-rtti -fexceptions by forcing the emission... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Nate Begeman | logical ops, unary ops, pairwise ops |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John McCall | Teach EHCleanupBlock to deal appropriately with the... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Anders Carlsson | Get the base class addresses before calling EmitClassCo... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Anders Carlsson | Remove an unnecessary argument to EmitClassCopyAssignment. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
John McCall | Rebuild the nested name specifiers in member-pointer... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Nate Begeman | Comparisons. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Do not enable '-analyze-check-security-syntactic' by... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas Gregor | When determining a standard conversion sequence involve... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Fariborz Jahanian | Properties cannot be synthesized by-dafult in |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Devang Patel | Use clang::VarDecl name instead of llvm::GlobalVariable... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Add USR support for 'static inline' functions (which... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Remove USRGenerator::VisitBlockDecl(). We don't need... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Add test case for __has_feature(objc_weak_class). |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Nate Begeman | Start stamping out the __builtin_neon stuff. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Add FunctionDecl::isVariadic() to match BlockDecl:... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Daniel Dunbar | IRgen/NeXT: Put the synthesized _objc_super, _message_r... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Daniel Dunbar | Remove a FIXME that is unlikely to be fixed (streaming... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Daniel Dunbar | Frontend: Tie backend verification passes to CodeGenOpt... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Bump Clang version number. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas Gregor | When performing partial ordering of class template... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas Gregor | For template argument deduction from class template... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Mon P Wang | A not equal for an unordered relation should return... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas Gregor | It turns out that we *can* end up having to display... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Add '__has_feature' support for weak ObjC classes. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Sort '__has_feature' cases. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
John McCall | Test case for r102578. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
John McCall | Access-check during template argument deduction from... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ted Kremenek | Fix CFG crasher involving statement expressions reporte... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
John McCall | Properly switch into the declaring scope of a template... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas Gregor | Teach __builtin_offsetof to compute the offsets of... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Daniel Dunbar | build: Add CLANG_NO_RUNTIME build variable, which disab... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Daniel Dunbar | Driver: Add support for -fobjc-abi-version=. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Sean Hunt | Ensure that cv-qualifiers are correctly removed for... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Fix template instantiation for __builtin_offfsetof... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nate Begeman | A bit more neon work, adds work (but the ABI is wrong... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Diagnose __builtin_offsetof expressions that refer... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Fariborz Jahanian | Support for construct/destruct of ivar array |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Completely reimplement __builtin_offsetof, based on... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Fariborz Jahanian | IRGen for initialization/destruction of |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | add regex support for -verify mode. You can now do... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
David Chisnall | Changed signature of GenerateMessageSend() function... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nate Begeman | Stub out NEON support, more to come. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Daniel Dunbar | Revert "Fix for PR6953: per gcc, regparm and noreturn... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Fariborz Jahanian | More of Sema to implement initialization of |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Benjamin Kramer | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Benjamin Kramer | Reduce string trashing in getQualifiedNameAsString. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
David Chisnall | Emit the correct symbol name for the class (GNU runtime). |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Abramo Bagnara | Written storage class for declarations inside linkage... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | When the qualifier of a id-expression is non-dependent... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Improve name mangling for dependent template names... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | When instantiating a function template specialization... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
John McCall | Properly pass the address of a lazily-generated functio... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | It's okay to refer to non-type template parameters... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Abramo Bagnara | Removed spaces at end of line. (Test commit.) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Eli Friedman | Fix for PR6953: per gcc, regparm and noreturn affect... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When explicitly building a temporary object (CXXTempora... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
David Chisnall | Fixed message send to void (broken by my last commit... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | Diagnose the use of abstract types as array element... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | During template instantiation, set the naming class of |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Kramer | More simplifications. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Fariborz Jahanian | Move CollectIvarsToConstructOrDestruct to Sema |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Kramer | Simplify some code. No change in functionality. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When checking the redeclaration context of a typedef... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | Don't look into incomplete types when trying to warn... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | CMake: Fix DESTDIR-related installation problem on... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When instantiating UnresolvedLookupExpr and UnresolvedM... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Add Driver support for -fno-constant-cfstrings. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
David Chisnall | Ensure return from a message to nil is always 0 (GNU... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Fix comments. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Enea Zaffanella | Wrap a couple of long lines. (Test commit.) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
John McCall | Improve the diagnostic you get when making a qualified... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
John McCall | Make the InjectedClassNameType the canonical type of... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | New method to construct/destruct ivars that have non... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Devang Patel | Enable debug info for local variables at -O1+. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Improve source-location information in a C++ typeid... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | fix PR6936: don't generate line marker directives when... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Diagnose declaration of reference typed ivars. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | wordsmith an objc warning, rdar://7900756 |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Introduce Type::isStructureOrClassType(), which does... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Cleanup error recovery for a missing '-'|'+' |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for implicit property... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for ObjCPropertyRefExpr. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | emit dtors with the right calling convention in -fno... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for value-dependent... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | remove alignment specifier on this. CAn't this test... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Test case for NeXt's -fno-constant-cfstrings option. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for Objective-C @catch |
commit | commitdiff | tree | snapshot |
next |