2011-10-10 |
Kaelyn Uhrain | Give nicer note when a member redeclaration has or... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Fariborz Jahanian | objc: Some refactoring of overriding method decl. code |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Don't analyze comparisons in type- or value-dependent |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Per C++ [class.bit]p2, unnamed bit-fields are not membe... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Richard Smith | constexpr: Disable checking of constructor member initi... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Don't complain about qualified property or ivar access... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | When adding a direct initializer to a declaration,... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Parse the initializer for a class member after handling its |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Always add the built-in overload candidates for operato... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Remove the TODO file; it's not interesting any more |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Benjamin Kramer | Another case of HadMultipleCandidates being used uninit... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sean Hunt | Begin work consolidating ShouldDelete* functions. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Tobias Grosser | Parse LLVM command line arguments after plugins have... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Douglas Gregor | Implement the restrictions in C++ [class.friend]p6... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | Diagnose attempts to qualify the name of an instance... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | Push "out-of-line" declarations into scope when their... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | The effective context of a friend function is its lexical |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | For the various CF and NS attributes, don't complain... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | Per the note in C++0x [temp.deduct.call]p4, don't attem... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Peter Collingbourne | OpenCL: add driver/frontend support for precompiled... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | A friend template specialization is also dependent... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | Only allow taking the address of an expression of type... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | Diagnose attempts to declare a non-static data member... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | When building source location information for an _Atomi... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Douglas Gregor | After instantiating a 'noexcept' expression, be sure... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Benjamin Kramer | Initialize the HadMultipleCandidates flag. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Fariborz Jahanian | objc: Do not warn about mismatch on Super's readonly... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Benjamin Kramer | Silence a warning about casting away constness. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
NAKAMURA Takumi | lib/Frontend/CompilerInstance.cpp: Suppress a "Comparis... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
NAKAMURA Takumi | Fix "Uninitialized" warnings. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
NAKAMURA Takumi | Whitespace |
commit | commitdiff | tree | snapshot |
2011-10-08 |
David Chisnall | Apparently getPtrToInt() takes an explicit type paramet... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Ted Kremenek | Free 'TheTargetCodeGenInfo' in the class CodeGenModule... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Eli Friedman | Fix warning on MSVC. Patch by Aaron Ballman. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Argyrios Kyrtzidis | Try fixing windows bots. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Peter Collingbourne | Make clang-tblgen's Makefile independent of Clang's... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Argyrios Kyrtzidis | [arcmt] Ignore linking errors when doing ARC migration... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ted Kremenek | Provide basic static analyzer support for CXXTemporaryO... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Anna Zaks | [analyzer] Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ted Kremenek | Remove AnalysisContext::getLiveVariables(), and introdu... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Argyrios Kyrtzidis | In DeclContext::LoadLexicalDeclsFromExternalStorage... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Anna Zaks | [analyzer] Previously, we were passing to CheckerContex... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Fariborz Jahanian | objc++: some minor cleanup and a test case |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Anna Zaks | ProgramPoint cleanup after the previous commit r141408... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Douglas Gregor | Add braces around do-while body. The lack of them gives... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Eli Friedman | Add a simple PCH test for _Atomic. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Anna Zaks | Add a copy constructor to ProgramPoint and pull withTag... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Eli Friedman | Add address spaces for TCE target. Patch by Pekka... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Chandler Carruth | Hack in a workaround for PR11082 until we have a proper... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bob Wilson | Clang driver changes for iOS 5.0 and OS X Lion support. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Chad Rosier | More cleanup using StringSwitch. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Fariborz Jahanian | objc rewriter. Fix declaration of objc_msgSend_stret... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John McCall | Rename TagDecl::isDefinition -> isCompleteDefinition |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Richard Smith | Remove FIXME obsoleted by change r141279 for PR11067. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John McCall | Record layout requires not just a definition, but a... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ted Kremenek | r141345 also fixed a -Wuninitialized bug where loop... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ted Kremenek | Fix infinite loop in -Wuninitialized reported in PR... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Bob Wilson | Use StringSwitch. Thanks for Chandler for the suggestion. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Fariborz Jahanian | objc: Improve on diagnostic when atomic proeprty is... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Anna Zaks | [analyzer] Static Analyzer Qualification Infrastructure... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
John McCall | Move type-checking for C-style casts in C into the... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Argyrios Kyrtzidis | Implicitly assume that a ObjC category to an unavailabl... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Argyrios Kyrtzidis | When using an unavailable/deprecated interface Foo... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eli Friedman | llvm.memory.barrier is going away; remove the wrapper... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eli Friedman | Support for C1x _Atomic specifier (see testcase). ... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Benjamin Kramer | Use strpbrk(3) instead of open coding it. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eli Friedman | Add missing include to clang-interpreter example, to... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Chad Rosier | [driver] Fix test case for Windows due to fallout from... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bob Wilson | Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ted Kremenek | [static analyzer] Fix crash in LiveVariables and Enviro... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eli Friedman | Add _mm_comige_sd to emmintrin.h, since I apparently... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bob Wilson | Rearrange for readability. No functional change. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bob Wilson | Add a missing check for cortex-a9. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | CUDA: IR generation support for device stubs |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Fariborz Jahanian | objc++: For atomic properties of c++ class objec typet... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | CUDA: add -fcuda-is-device flag |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | CUDA: IR generation support for kernel call expressions |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | CUDA: set proper calling conventions for PTX |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Erik Verbruggen | [libclang] Removed accidental addition of CXCursor_Anno... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | Add the Clang tblgen backends to Clang, and flip the... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Erik Verbruggen | [libclang] Fix symbol export for clang_Range_isNull... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Erik Verbruggen | Fixed GCC (C90) and Clang warnings. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Richard Smith | PR11067: A definition of a constexpr static variable... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Erik Verbruggen | Added CXAvailability_NotAccessible to indicate that... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Argyrios Kyrtzidis | [libclang] Introduce clang_findReferencesInFile which... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Argyrios Kyrtzidis | [libclang] Move the bulk of clang_getOverriddenCursors... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ted Kremenek | Use a sidetable in ASTContext for ParmVarDecls whose... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ted Kremenek | Hoist truncation checking for ParmVarDeclBitfields... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | OpenCL: add a non-standard extension, cl_clang_storage_... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | OpenCL: disallow '#pragma OPENCL EXTENSION all : enable... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ivan Krasin | Add -Wlanguage-extension-token option for ext_token_use... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Peter Collingbourne | Clang-side build system infrastructure for multiple... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Anna Zaks | [analyzer] Remove the dependency on CheckerContext... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eric Christopher | When constructing debug information for synthesized... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Eric Christopher | Reformat comment. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Ted Kremenek | Fix major regression in RetainCountChecker. DefaultSum... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Anna Zaks | [analyzer] Remove the last dependency on CheckerContext... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Anna Zaks | [analyzer] OSAtomicChecker implements evalCall in a... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Argyrios Kyrtzidis | Document ObjCMethodDecl::setMethodParams. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Argyrios Kyrtzidis | Fix crash when using archaic protocol, rdar://10238337 |
commit | commitdiff | tree | snapshot |
next |