Age | Commit message (Expand) | Author |
2010-06-15 | Update equality and relationship comparisons of pointers to reflect | Douglas Gregor |
2010-06-15 | fix the various buildbot failures by ensuring that tokens are really complete... | Chris Lattner |
2010-06-15 | Remove a completely useless and utterly incorrect assertion. | Douglas Gregor |
2010-06-15 | Driver: Support -Wp,-MMD,FOO, which I found an instance of. :( | Daniel Dunbar |
2010-06-15 | Teach code completion not to ignore data members when performing code | Douglas Gregor |
2010-06-15 | add a testcase, from Michael Spencer | Chris Lattner |
2010-06-15 | fix an uninitialized variable, patch by Michael Spencer! | Chris Lattner |
2010-06-15 | Remove a dead argument to ProcessUCNEscape. | Chris Lattner |
2010-06-15 | tidy up | Chris Lattner |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-15 | Allocate template parameter lists for out-of-line definitions via the | Douglas Gregor |
2010-06-15 | Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> | Douglas Gregor |
2010-06-15 | Driver/FreeBSD: Add libexec to program search paths, to workaround some build | Daniel Dunbar |
2010-06-15 | Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric. | Daniel Dunbar |
2010-06-15 | Fix typo. | Benjamin Kramer |
2010-06-15 | When analyzing for member self-assignment, don't attempt to dereference null | Nick Lewycky |
2010-06-15 | MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we | Sean Hunt |
2010-06-15 | Change AnalysisConsumer to analyze functions created by instantiantiating a m... | Ted Kremenek |
2010-06-15 | fix the inline asm diagnostics to emit the error on the primary | Chris Lattner |
2010-06-14 | Make sure to set the visible on a vtable; VTTs and typeinfo already | Douglas Gregor |
2010-06-14 | Add name mangling for address spaces. We use the vendor-extension | Douglas Gregor |
2010-06-14 | Warn when a 'typename' or a 'template' keyword refers to a | Douglas Gregor |
2010-06-14 | Driver: Fix PR4062 by dissecting one particular -Wp, form. | Daniel Dunbar |
2010-06-14 | Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a | Daniel Dunbar |
2010-06-14 | Driver: Eliminate uses of Arg::getIndex. | Daniel Dunbar |
2010-06-14 | Put warnings about designated initializations overridding prior | Douglas Gregor |
2010-06-14 | Driver: Fix refacto in DerivedArgList::MakeSeparateArg. | Daniel Dunbar |
2010-06-14 | Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using t... | Daniel Dunbar |
2010-06-14 | Teach TemplateDecl::getSourceRange() to cover the entire declaration, | Douglas Gregor |
2010-06-14 | Fix: | Chris Lattner |
2010-06-14 | Enable basic testing of __builtin_fpclassify. | Benjamin Kramer |
2010-06-14 | An implementation of __builtin__fpclassify the way Chris Lattner described by... | Benjamin Kramer |
2010-06-14 | Microsoft C++ Mangler: | Charles Davis |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-13 | www: Swap external coverage & spec references links. | Daniel Dunbar |
2010-06-13 | Do the same short-circuit optimization when laying out bases. | Anders Carlsson |
2010-06-13 | Implement part of the EmptySubobjectMap optimization described in PR6998. We ... | Anders Carlsson |
2010-06-13 | TemplateSpecializationType's isCurrentInstantiation bit can be derived | John McCall |
2010-06-13 | Allow an asm label specifier on C++ methods, like GCC does. | Chris Lattner |
2010-06-13 | Most of NEON sema checking & fix to polynomial type detection | Nate Begeman |
2010-06-12 | don't make libclang depend on codegen. Patch by Peter Collingbourne! | Chris Lattner |
2010-06-12 | Really make the Itanium C++ ABI the default. | Charles Davis |
2010-06-12 | fix PR7360: -P mode turns off line markers, but not blank space. | Chris Lattner |
2010-06-12 | Added template parameters info for out-of-line definitions of class template ... | Abramo Bagnara |
2010-06-12 | Microsoft C++ Mangler: | Charles Davis |
2010-06-12 | Don't omit class explicit instantiation from AST. | Abramo Bagnara |
2010-06-12 | Shifts complete. Only vld & sema checking of constants remain. | Nate Begeman |
2010-06-12 | vbsl, vrev* is implemented via arm_neon.h | Nate Begeman |
2010-06-12 | When deciding whether an expression has the boolean nature, don't look through | John McCall |
2010-06-11 | Fix PCH issue. Attributes of a declaration were truncated to just one when th... | Argyrios Kyrtzidis |