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 |
2011-10-04 |
John McCall | Mark calls to objc_retainBlock that don't result from... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Bob Wilson | Rip out flags for controlling C++ "production mode... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Bob Wilson | Specify -ccc-clang-archs for le32 targets which may... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Argyrios Kyrtzidis | Improve location fidelity of objc decls. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chad Rosier | Update testcase for r141053+r141055. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chandler Carruth | Factor the data apart from the logic of locating variou... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chad Rosier | [driver] Improve r141053 by only emitting the warning... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Chad Rosier | [driver] Emit a warning if the user has requested debug... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Douglas Gregor | When build a module on demand, run the module-building... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Make sure SourceManager::getFileIDLoaded doesn't hang... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Anna Zaks | [analyzer] Remove redundant state (AnalysisContext... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Fariborz Jahanian | objc arc: Suppress certain arc diagnostics on unavailable |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Anna Zaks | [analyzer] In UndefBranchChecker, use a node generator... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Anna Zaks | [analyzer] Cleanup in UndefBranchChecker: |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Abramo Bagnara | Fixed source range for template implicit instantiations. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Abramo Bagnara | Fixed exapnsion range for # and ##. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Refactor the detection of a GCC installation into a... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Fariborz Jahanian | objc++: Accessing explicit property of reference type... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Justin Holewinski | PTX: Add some basic support for OpenCL address spaces |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Matt Beaumont-Gay | Don't crash when trying to emit too many fixits. Also... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Rafael Espindola | Propagate __attribute__((returns_twice)) from C to IL. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Test a multilib setup on a 64-bit host. This is the... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Enable generic multilib support on 32bit hosts. Previou... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Relax an assertion here a bit. This doesn't really... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Test that we include a GCC-triple-prefixed tree. While... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Teach the logic for locating an installed GCC about... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Add initial support for applying the sysroot to library... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Allow getting all source locations of selector identifi... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Move field in ObjCMessageExpr to avoid padding. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Allow getting all source locations of selector identifi... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | ArrayRef'ize ObjCMessageExpr |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Add an assertion that we don't overflow the bitfield... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Pass from the parser the locations of selector identifi... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Don't keep NumSelectorArgs in the ObjCMethodDecl, the... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Argyrios Kyrtzidis | Pass all the locations of the selector identifiers... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Chandler Carruth | Rework the selection of builtin library search paths... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | CUDA: diagnose invalid calls across targets |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | CUDA: add separate diagnostics for too few/many exec... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | Add ConvertArgumentsForCall diagnostics for at least... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | CUDA: diagnose unconfigured calls to global functions |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Sorry, I misunderstood the interaction here; the GNU... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Use -fgnu-runtime to force the use of the non-fragile... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Temporarily XFAIL this test until John or someone else... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Simplify this through the power of the ternary operator. |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Consolidate the currently bizarre 32/64 multilib select... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Ted Kremenek | Fix another major performance regression in LiveVariabl... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Make -fobjc-nonfragile-abi the -cc1 default, since... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Ted Kremenek | Fix LiveVariables analysis bug with MaterializeTemporar... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | When performing an @throw in ARC, retain + autorelease |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | Parse attributes written in an ObjC method parameter... |
commit | commitdiff | tree | snapshot |
next |