summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Don't suggest 'noreturn' for function template instantiations, becauseDouglas Gregor2011-10-102-7/+43
* Now that we support move generation, mention this in the language extension a...Sebastian Redl2011-10-102-14/+15
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-104-5/+31
* objc: Some refactoring of overriding method decl. codeFariborz Jahanian2011-10-102-16/+35
* Don't analyze comparisons in type- or value-dependentDouglas Gregor2011-10-102-1/+26
* Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289.Douglas Gregor2011-10-104-5/+66
* constexpr: Disable checking of constructor member initializer lists forRichard Smith2011-10-102-1/+40
* Don't complain about qualified property or ivar access when theDouglas Gregor2011-10-102-2/+4
* When adding a direct initializer to a declaration, allow theDouglas Gregor2011-10-102-1/+14
* Parse the initializer for a class member after handling itsDouglas Gregor2011-10-105-42/+54
* Always add the built-in overload candidates for operators &&, ||, andDouglas Gregor2011-10-102-1/+30
* Remove the TODO file; it's not interesting any moreDouglas Gregor2011-10-101-75/+0
* Another case of HadMultipleCandidates being used uninitialized.Benjamin Kramer2011-10-101-1/+2
* Begin work consolidating ShouldDelete* functions.Alexis Hunt2011-10-103-96/+134
* Parse LLVM command line arguments after plugins have been loadedTobias Grosser2011-10-101-10/+11
* Implement the restrictions in C++ [class.friend]p6, which disallowDouglas Gregor2011-10-103-3/+58
* Diagnose attempts to qualify the name of an instance variable orDouglas Gregor2011-10-093-1/+32
* Push "out-of-line" declarations into scope when their lexical/semanticDouglas Gregor2011-10-092-1/+16
* The effective context of a friend function is its lexicalDouglas Gregor2011-10-093-2/+19
* For the various CF and NS attributes, don't complain if the parameterDouglas Gregor2011-10-092-2/+19
* Per the note in C++0x [temp.deduct.call]p4, don't attempt templateDouglas Gregor2011-10-092-6/+21
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-093-0/+3
* A friend template specialization is also dependent if any of itsDouglas Gregor2011-10-092-1/+29
* Only allow taking the address of an expression of type 'overloadedDouglas Gregor2011-10-092-1/+19
* Diagnose attempts to declare a non-static data member with aDouglas Gregor2011-10-095-5/+17
* When building source location information for an _Atomic type, be sureDouglas Gregor2011-10-091-0/+4
* After instantiating a 'noexcept' expression, be sure to convert it toDouglas Gregor2011-10-092-2/+24
* Initialize the HadMultipleCandidates flag.Benjamin Kramer2011-10-091-0/+3
* objc: Do not warn about mismatch on Super's readonly property attribute, Fariborz Jahanian2011-10-082-1/+15
* Silence a warning about casting away constness.Benjamin Kramer2011-10-081-4/+3
* lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si...NAKAMURA Takumi2011-10-081-1/+1
* Fix "Uninitialized" warnings.NAKAMURA Takumi2011-10-082-5/+5
* WhitespaceNAKAMURA Takumi2011-10-084-351/+351
* Apparently getPtrToInt() takes an explicit type parameter to allow you to gen...David Chisnall2011-10-081-3/+10
* Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...Ted Kremenek2011-10-082-3/+1
* Fix warning on MSVC. Patch by Aaron Ballman.Eli Friedman2011-10-081-1/+1
* Try fixing windows bots.Argyrios Kyrtzidis2011-10-081-2/+2
* Make clang-tblgen's Makefile independent of Clang's top-level Makefile,Peter Collingbourne2011-10-081-2/+2
* [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606Argyrios Kyrtzidis2011-10-072-0/+21
* Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...Ted Kremenek2011-10-072-1/+25
* [analyzer] Remove dead code.Anna Zaks2011-10-071-8/+1
* Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...Ted Kremenek2011-10-0710-37/+97
* In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear outArgyrios Kyrtzidis2011-10-073-20/+16
* [analyzer] Previously, we were passing to CheckerContext enough info to const...Anna Zaks2011-10-072-29/+40
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-074-8/+18
* ProgramPoint cleanup after the previous commit r141408 (remove the copy const...Anna Zaks2011-10-073-31/+33
* Add braces around do-while body. The lack of them gives me the chillsDouglas Gregor2011-10-071-2/+2
* Add a simple PCH test for _Atomic.Eli Friedman2011-10-072-4/+7
* Add a copy constructor to ProgramPoint and pull withTag() method from a child...Anna Zaks2011-10-071-6/+9
* Add address spaces for TCE target. Patch by Pekka Jääskeläinen.Eli Friedman2011-10-071-0/+7
OpenPOWER on IntegriCloud