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 |
2011-10-05 |
Daniel Dunbar | Driver & AST: Implement support for -fpack-struct and... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Eli Friedman | Use APFloat::toString to print APFloats more precisely... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Chad Rosier | [driver] For consistency, handle all shell special... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Chad Rosier | [driver] The -v option doesn't quoted the command line... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Argyrios Kyrtzidis | Fix the rewriter, rdar://10234024. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Douglas Gregor | Expose more statement, expression, and declaration... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Justin Holewinski | PTX: Set proper calling conventions for PTX in OpenCL... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Douglas Gregor | Seriously ugly hack, part 2 |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Douglas Gregor | Seriously ugly hack to try to get the Windows builders... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Douglas Gregor | Introduce a simple file-based locking protocol for... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Abramo Bagnara | Added a flag to identify resolved overloaded function... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
John McCall | Refactor the analysis of C++ cast expressions so that... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Chandler Carruth | Use the InstalledDir correctly, and test it correctly... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Eric Christopher | Fix doxygen comment. |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Chandler Carruth | Teach Clang to cope with GCC installations that have... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Chandler Carruth | Implement the feature I was originally driving toward... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Fariborz Jahanian | c: assignment/init of a function pointer whose function(s) |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Douglas Gregor | Don't allow an rvalue reference to bind to the result... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Anna Zaks | [analyzer] Removing more references to CheckerContext... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Hoist the other messy part out of an inner loop and... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Anna Zaks | [analyzer] Refactor node generation to use less code. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Hoist the first chunk of this into a helper function... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chad Rosier | [driver] Improve r141053 by only emitting the warning... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Fix Windows+MinGW which introduces noise into path... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Now that multiple prefixes are much cheaper to search... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Rework the search for a GCC installation still further... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Daniel Dunbar | Basic/Diagnostics: Apparently, #pragma ... diagnostic... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Anna Zaks | [analyzer] Removing references to CheckerContext::getNo... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Eli Friedman | Remove a nonsensical bit of code from InitListChecker... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Fariborz Jahanian | objc: Turn diagnostic on property type mismatch in |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Anna Zaks | [analyzer] Remove unused methods, add comments to others. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ted Kremenek | Place diagnostic warn_atomic_property_rule under a... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ted Kremenek | Place diagnostic warn_ownin_getter_rule under a -W... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ted Kremenek | Place diagnostic ext_predef_outside_function under... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Justin Holewinski | Fix include path detection on Fedora 15 with GCC 4... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
David Chisnall | Add bitmaps for strong / weak ivar layout (GNUstep... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ted Kremenek | Place warning warn_drv_no_debug_w_integrated_as under... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ted Kremenek | Revert r141060. We should NEVER add new warnings that... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Add a comment explaining that I have a better plan... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Invert the loop for detecting installed GCC trees.... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Fuse the two halves of the GCC installation detection... |
commit | commitdiff | tree | snapshot |
next |