| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't suggest 'noreturn' for function template instantiations, because | Douglas Gregor | 2011-10-10 | 2 | -7/+43 |
* | Now that we support move generation, mention this in the language extension a... | Sebastian Redl | 2011-10-10 | 2 | -14/+15 |
* | Give nicer note when a member redeclaration has or lacks 'const' | Kaelyn Uhrain | 2011-10-10 | 4 | -5/+31 |
* | objc: Some refactoring of overriding method decl. code | Fariborz Jahanian | 2011-10-10 | 2 | -16/+35 |
* | Don't analyze comparisons in type- or value-dependent | Douglas Gregor | 2011-10-10 | 2 | -1/+26 |
* | Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. | Douglas Gregor | 2011-10-10 | 4 | -5/+66 |
* | constexpr: Disable checking of constructor member initializer lists for | Richard Smith | 2011-10-10 | 2 | -1/+40 |
* | Don't complain about qualified property or ivar access when the | Douglas Gregor | 2011-10-10 | 2 | -2/+4 |
* | When adding a direct initializer to a declaration, allow the | Douglas Gregor | 2011-10-10 | 2 | -1/+14 |
* | Parse the initializer for a class member after handling its | Douglas Gregor | 2011-10-10 | 5 | -42/+54 |
* | Always add the built-in overload candidates for operators &&, ||, and | Douglas Gregor | 2011-10-10 | 2 | -1/+30 |
* | Remove the TODO file; it's not interesting any more | Douglas Gregor | 2011-10-10 | 1 | -75/+0 |
* | Another case of HadMultipleCandidates being used uninitialized. | Benjamin Kramer | 2011-10-10 | 1 | -1/+2 |
* | Begin work consolidating ShouldDelete* functions. | Alexis Hunt | 2011-10-10 | 3 | -96/+134 |
* | Parse LLVM command line arguments after plugins have been loaded | Tobias Grosser | 2011-10-10 | 1 | -10/+11 |
* | Implement the restrictions in C++ [class.friend]p6, which disallow | Douglas Gregor | 2011-10-10 | 3 | -3/+58 |
* | Diagnose attempts to qualify the name of an instance variable or | Douglas Gregor | 2011-10-09 | 3 | -1/+32 |
* | Push "out-of-line" declarations into scope when their lexical/semantic | Douglas Gregor | 2011-10-09 | 2 | -1/+16 |
* | The effective context of a friend function is its lexical | Douglas Gregor | 2011-10-09 | 3 | -2/+19 |
* | For the various CF and NS attributes, don't complain if the parameter | Douglas Gregor | 2011-10-09 | 2 | -2/+19 |
* | Per the note in C++0x [temp.deduct.call]p4, don't attempt template | Douglas Gregor | 2011-10-09 | 2 | -6/+21 |
* | OpenCL: add driver/frontend support for precompiled headers | Peter Collingbourne | 2011-10-09 | 3 | -0/+3 |
* | A friend template specialization is also dependent if any of its | Douglas Gregor | 2011-10-09 | 2 | -1/+29 |
* | Only allow taking the address of an expression of type 'overloaded | Douglas Gregor | 2011-10-09 | 2 | -1/+19 |
* | Diagnose attempts to declare a non-static data member with a | Douglas Gregor | 2011-10-09 | 5 | -5/+17 |
* | When building source location information for an _Atomic type, be sure | Douglas Gregor | 2011-10-09 | 1 | -0/+4 |
* | After instantiating a 'noexcept' expression, be sure to convert it to | Douglas Gregor | 2011-10-09 | 2 | -2/+24 |
* | Initialize the HadMultipleCandidates flag. | Benjamin Kramer | 2011-10-09 | 1 | -0/+3 |
* | objc: Do not warn about mismatch on Super's readonly property attribute, | Fariborz Jahanian | 2011-10-08 | 2 | -1/+15 |
* | Silence a warning about casting away constness. | Benjamin Kramer | 2011-10-08 | 1 | -4/+3 |
* | lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si... | NAKAMURA Takumi | 2011-10-08 | 1 | -1/+1 |
* | Fix "Uninitialized" warnings. | NAKAMURA Takumi | 2011-10-08 | 2 | -5/+5 |
* | Whitespace | NAKAMURA Takumi | 2011-10-08 | 4 | -351/+351 |
* | Apparently getPtrToInt() takes an explicit type parameter to allow you to gen... | David Chisnall | 2011-10-08 | 1 | -3/+10 |
* | Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o... | Ted Kremenek | 2011-10-08 | 2 | -3/+1 |
* | Fix warning on MSVC. Patch by Aaron Ballman. | Eli Friedman | 2011-10-08 | 1 | -1/+1 |
* | Try fixing windows bots. | Argyrios Kyrtzidis | 2011-10-08 | 1 | -2/+2 |
* | Make clang-tblgen's Makefile independent of Clang's top-level Makefile, | Peter Collingbourne | 2011-10-08 | 1 | -2/+2 |
* | [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606 | Argyrios Kyrtzidis | 2011-10-07 | 2 | -0/+21 |
* | Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J... | Ted Kremenek | 2011-10-07 | 2 | -1/+25 |
* | [analyzer] Remove dead code. | Anna Zaks | 2011-10-07 | 1 | -8/+1 |
* | Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha... | Ted Kremenek | 2011-10-07 | 10 | -37/+97 |
* | In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out | Argyrios Kyrtzidis | 2011-10-07 | 3 | -20/+16 |
* | [analyzer] Previously, we were passing to CheckerContext enough info to const... | Anna Zaks | 2011-10-07 | 2 | -29/+40 |
* | objc++: some minor cleanup and a test case | Fariborz Jahanian | 2011-10-07 | 4 | -8/+18 |
* | ProgramPoint cleanup after the previous commit r141408 (remove the copy const... | Anna Zaks | 2011-10-07 | 3 | -31/+33 |
* | Add braces around do-while body. The lack of them gives me the chills | Douglas Gregor | 2011-10-07 | 1 | -2/+2 |
* | Add a simple PCH test for _Atomic. | Eli Friedman | 2011-10-07 | 2 | -4/+7 |
* | Add a copy constructor to ProgramPoint and pull withTag() method from a child... | Anna Zaks | 2011-10-07 | 1 | -6/+9 |
* | Add address spaces for TCE target. Patch by Pekka Jääskeläinen. | Eli Friedman | 2011-10-07 | 1 | -0/+7 |