2010-12-20 |
Douglas Gregor | Finish refactoring the transformation of template argum... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Refactor the transformation of template argument lists... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | When checking a template argument list against a templa... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Clean up the handling of template argument packs, espec... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Adding a line for XFAIL win32 broke the test. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | XFAIL vtable-debug-info.cpp on WIN32 and fix curly... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | test/PCH/reloc.c fails on Win32. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Disable this test on Windows; it crashes and popup... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Emit an error if operator __uuidof() is called on a... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Introduce a new type, PackExpansionType, to capture... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Validate Microsoft's uuid attribute string. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Add missing standard includes. Patch by Joerg Sonnenberger! |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Wesley Peck | 1. Add some ABI information for the Microblaze. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Francois Pichet | Add support for the Microsoft uuid attribute: |
commit | commitdiff | tree | snapshot |
2010-12-19 |
John McCall | Motions towards simplifying how we deal with attribute... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zhongxing Xu | If the initializer is an rvalue and the variable is... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Zhongxing Xu | The evaluation of dereference and address-of is identical. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::get{Basename,Dirname,Suffix... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Fix test. I added one last test and then forget to... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Apply attributes to explicit specializations. Speciali... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::getLast with PathV2::filename. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Going back to the drawing board with these two awful... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Fariborz Jahanian | Warn when synthesizing a property which is |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Replace all uses of PathV1::isAbsolute with PathV2... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Bill Wendling | Initialize variables in the correct order. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Douglas Gregor | Encapsulate TemplateArgument::Kind |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Horrible hack for systems that use -dumpversion with... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Nom nom nom, tasty unused option with an argument. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Douglas Gregor | Swap the order of the condition and body of a do-while... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Abramo Bagnara | Use hasSameType to compare types for equality. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Abramo Bagnara | Avoid to emit redundant implicit cast for enum constant... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Remove explicit summaries from retain/release |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Fix assertion failure in cocoa::deriveNamingConvention() |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Move CocoaConventions.[h,cpp] from libChecker |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Revise Cocoa conventions detection: 'copy' and 'mutable... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Rename several methods/functions in the analyzer |
commit | commitdiff | tree | snapshot |
2010-12-17 |
John McCall | Give hidden visibility to RTTI for derived types. ... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Francois Pichet | Microsoft's __uuidof operator returns a lvalue. Part 2. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Francois Pichet | Microsoft's __uuidof operator returns a lvalue. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | Getting Started: Add VS2010 instructions and specify... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
John McCall | Do lvalue-to-rvalue conversions on the LHS of a shift... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Add tests checking for unexpanded parameter packs in... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Tweak a comment |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Delay the check for unexpanded parameter packs in the... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in non-type templa... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Revert r121961, which seems to be breaking the buildbot... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in default arguments. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ted Kremenek | Tweak location of diagnostic for -Wunreachable-code |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ted Kremenek | Start migration of static analyzer to using the |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | CMake: Add runtime dir. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | MemoryBuffer API update. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Fix a regression I caused in r121930. It turns out... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs within variable... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in friend declarat... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Fariborz Jahanian | Improve diagnostics when property being looked up |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in using declarati... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in enumeration... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Check for unexpanded parameter packs in static assertio... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Bob Wilson | Implement builtins for Neon half-precision float conver... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Fariborz Jahanian | ivars craeted for explicit @synthesize and those |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Check for unexpanded parameter packs in various kinds of |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Teach the RecursiveASTVisitor to traverse the type... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Test that all of the relevant types properly compute... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Introduce a RecursiveASTVisitor subclass that finds... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Argyrios Kyrtzidis | Fix diagnostic pragmas. |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Move the work-in-progress implementation of variadic... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
John McCall | Reorganize LookupMemberExpr for clarity and to make... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | __attribute__((nonnull)) can apply to reference-to... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Peter Collingbourne | Sema: have BuildExpressionFromIntegralTemplateArgument... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Chandler Carruth | Silence GCC warning about control reaching the end... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Nico Weber | Fix gcc warning: 'clang::ASTStmtReader' is already... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
John McCall | Sundry missing lvalue-to-rvalue conversions. Also... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
John McCall | Set the "implicitly inline" bit on a method as soon... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Variadic templates: extend the Expr class with a bit... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
John McCall | Function types are compatible (in the C sense) if their... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Abramo Bagnara | Added missing IgnoreParens(). |
commit | commitdiff | tree | snapshot |
2010-12-14 |
John McCall | Rewrite ComplexExprEvaluator::VisitCastExpr to use... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Douglas Gregor | Minor fix for clang-completion-mode, from Dve Abrahams |
commit | commitdiff | tree | snapshot |
2010-12-14 |
John McCall | Improve some comments, shrink FunctionType::ExtInfo... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Douglas Gregor | Fix documentation typo, from nobled. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
John McCall | Restore r121752 without modification. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
John McCall | Pull out r121752 in case it's causing the selfhost... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
John McCall | Factor out most of the extra state in a FunctionProtoTy... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Dan Gohman | Generalize this test to work without instruction names. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Dan Gohman | Implement CodeGen support for the may_alias attribute. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Douglas Gregor | Variadic templates: extend Type, NestedNameSpecifier... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Abramo Bagnara | Skip ParenType on function instantiations. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Chandler Carruth | Remove a type that got reduced away from this test... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Chandler Carruth | Fix PR8774 by restricting when hasInit returns true... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Chandler Carruth | Reduce the number of builtin operator overload candidat... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Peter Collingbourne | Basic, Sema: add support for CUDA launch_bounds attribute |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Peter Collingbourne | Sema: diagnose kernel functions with non-void return... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Chandler Carruth | Move the functionality to mark all vtables of key funct... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Wesley Peck | Change MBlaze target to have the same description strin... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Chandler Carruth | Finish cleaning up the static utility code for adding... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Chandler Carruth | Clean up the helpers used to compute the usual arithmet... |
commit | commitdiff | tree | snapshot |
next |