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 |
2010-05-06 |
Daniel Dunbar | Basic: Update getClangRepositoryPath for my change... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | Diagnose deprecated/unavailable functions selected... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Try to work around a Visual C++ bug with copy-assignment. |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Rework our handling of temporary objects within the... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Fariborz Jahanian | Code Gen support for Getter/Setter synthesis of |
commit | commitdiff | tree | snapshot |
2010-05-06 |
mike-m | Reverted part of r103177 (repositioning of clang-builti... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
mike-m | Reposition clang-builtin include/ to immediately preced... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | Push TypeSourceInfo::getTypeLoc() into a header file... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | Kill a never-defined, never-used member function. ... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | Rearchitect -Wconversion and -Wsign-compare. Instead... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
John McCall | Remember the number of positive and negative bits used... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | simplify EmitAggMemberInitializer a bit and make it... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | add todos for isinf_sign and isnormal, which I don... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | implement codegen support for __builtin_isfinite, part... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | optimize builtin_isnan/isinf to not do an extraneous... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | implement part of PR6083: codegen support for isinf... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chandler Carruth | Mark a variable as used in the absence of asserts to... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chandler Carruth | Remove a dependency on Frontend headers in the Driver... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Zhongxing Xu | Turn -analyzer-inline-call on for C functions. This... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Zhongxing Xu | Make -analyzer-inline-call not a separate analysis... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Douglas Gregor | Partial and full specializations of a class template... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Ted Kremenek | Workaround a really serious caching bug in SourceManage... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chandler Carruth | Clean up the {} and else placement. This fixes an ambig... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chandler Carruth | Silence a pedantic GCC warning by making the grouping... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
John McCall | Add IgnoreParenImpCasts() to Expr, which is basically... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Chris Lattner | Pass the globaldecl into GetOrCreateLLVMFunction so... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | When implicit definition of the copy-assignment operato... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Fariborz Jahanian | This patch deals with Sema Part of Setter/Getter synthesis |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | When we emit a non-constant initializer for a global... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
mike-m | Test commit. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | For thread-safe static initialization of local statics... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Reapplying patch to change StmtNodes.def to StmtNodes... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Revert r103072; I accidentally ended up deleting a... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Support for 'template' as a disambiguator (PR7030) |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Chris Lattner | add a new --print-diagnostic-categories option, which... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Reimplement code generation for copying fields in the |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Anders Carlsson | Use a more appropriate LLVM type for the vtable pointer. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
next |