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 |
2010-05-10 |
Daniel Dunbar | tests: Avoid spurious use of /dev/null. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
John McCall | Refactor the constant-evaluator so that it only support... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Fariborz Jahanian | Objective-C++ Code gen. Handle code gen. for property |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Ted Kremenek | Allocate most of DeclarationNamesTable using ASTContext... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Ted Kremenek | Start converting pieces of DeclarationNameTable to... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Ted Kremenek | Convert CXXTempory[] in CXXExprWithTemporaries to be... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Douglas Gregor | Improved -ast-print-xml for C++, from Sebastien Binet! |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Douglas Gregor | Alternative workaround for MSVC compilation failure... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Devang Patel | If variable location is invalid then use current location. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Daniel Dunbar | Fix refacto in r103387, noticed by Christopher Jefferson. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Anders Carlsson | Add an UpdateVBases parameter to UpdateEmptyClassOffset... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Anders Carlsson | More work on handling empty classes. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | pch'ify CXXNewExpr and CXXZeroInitValueExpr |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chandler Carruth | Doxygen-ify a comment and add an example of when this... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | fix refactor-o |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | pchify CXXTemporary, CXXBindTemporaryExpr, and |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chandler Carruth | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chris Lattner | pch'ify default argument definitions and uses. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chris Lattner | pch'ify 'this' and 'throw' |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chris Lattner | pch'ify typeid. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chris Lattner | pchify CXXMemberCallExpr correctly. Before it would... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Douglas Gregor | Be more careful about picking a template parameter... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
David Chisnall | Tweaked selector mangling again (GNU runtime). |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Fix a silly bootstrap-breaking thinko, where we were... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Anders Carlsson | Actually compute the empty subobject sizes. No function... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Improve our handling of the -Wunused-variable warning... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Don't complain about an __builtin_va_arg expression... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Anders Carlsson | Add a SizeOfLargestEmptySubobject member to ASTRecordLa... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Attempted workaround for MSVC compile error |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | When instantiating statements that involve conditions... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
David Chisnall | Fixed linkage problem from last commit (GNU runtime). |
commit | commitdiff | tree | snapshot |
2010-05-08 |
David Chisnall | Tweaked selector generation (GNU runtime). Removed... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Don't destroy the data associated with an overload... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Record template argument deduction failures for member... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | When printing an overload candidate that failed due... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Improve overload-candidate diagnostic for a function... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | A leak is better than a double-free while I figure... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Minor cleanup, and ban copying of OverloadCandidateSets. No |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | When template argument deduction fails because the... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | When printing a non-viable overload candidate that... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Douglas Gregor | Fix test for Release-Asserts build |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Daniel Dunbar | Update latest checker build to a local link. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | When we encounter a non-dependent type during template... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | If there is not any debug info for type then do not... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Introduce a recursive AST visitor that makes it trivial... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | The FP constant evaluator was missing a few cases of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | add PCH support for a bunch of C++ Decls, patch by |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Make that null-dereference fix a little clearer by... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Fix a potential null dereference in the pointer-to... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Change the pointer / lvalue constant evaluators to... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | add more types to -ast-print-xml, PR5006 |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Extend C++ usrs to include type mangling for tag decl... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | clean up isBeforeInTranslationUnit by factoring out... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Switch USR generation over from NamedDecl::getNameAsStr... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Add NamedDecl::printName() for clients that to use... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Reapply the reference-binding patch applied below,... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Fariborz Jahanian | Minor mod. to my last patch. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Fariborz Jahanian | Fixes a Code gen crash trying to use a dot-syntax for |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Avoid use of DIDescriptor::getNode(). Use overloaded... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Change the complex constant evaluator to return a bool... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Add missing #include |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Revert r103220. It seems to be breaking self-host |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Add a stub frontend action for BoostCon, for next week... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Rafael Espindola | Fix PR4386 by implementing gcc's old behaviour (4.2... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Sebastian Redl | Test case for my last fix. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Sebastian Redl | A correct fix for bug 6466. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Sebastian Redl | And finally, revert the accidental check-in part of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Sebastian Redl | Revert 103247, it causes lots of test failures. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Sebastian Redl | Pass the correct type to BuildMemberReferenceExpr.... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | reimplement the guts of SourceManager::isBeforeInTransl... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Change Evaluate* in the constant evaluator to enforce... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
John McCall | Move CheckICE and isIntegerConstantExpr to ExprConstant... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | start using the caching now that it appears to work! |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | reimplement the caching in the SourceManager::isBeforeI... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Add initial USR support for mangling in the types of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Add CXCursor support for LinkageSpecDecl (e.g., 'extern... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Add USR test case for C++ operator methods. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
mike-m | Reverted r103214. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Fariborz Jahanian | Implement encoding of methods which have instantiated |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | When determining whether the two types involved in... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | After some discussion, conservatively extend our sentin... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
mike-m | 2nd part of: Overhauled llvm/clang docs builds. |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Ted Kremenek | Add USR support for C++ namespaces, and unify mangling... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Ted Kremenek | Add CXCursor support for C++ namespaces. |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | It turns out that we should be allowing redeclarations... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Do not give implicitly-defined virtual members functions |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Fix typo in comment; 80 col violation |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | The global variable for the VTT might not have external... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | mention that cmake works on unix too. PR7061 |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | ignore *.orig when installing, patch by Brooks Davis! |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Fixed DISABLE_SMART_POINTERS breakage |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Rafael Espindola | Handle -ffunction-sections and -fdata-sections in the... |
commit | commitdiff | tree | snapshot |
next |