2011-06-02 |
Manuel Klimek | Reverts the Tooling changes as requested by Chris. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Rafael Espindola | Implement -fgnu89-inline. Fixes PR10041. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Douglas Gregor | Tweak code completions for Objective-C Key-Value Observ... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Francois Pichet | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Eli Friedman | Revert r132426; this test passes more often than not... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Akira Hatanaka | Add stuff for o32 ABI conformance. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Douglas Gregor | Improve the readability of the "Expressive Diagnostics... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Douglas Gregor | Fix an incorrect warning about explicit template specia... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Argyrios Kyrtzidis | XFAIL the test on windows. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Rafael Espindola | Add the necessary -L option for finding libprofile_rt... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Ted Kremenek | Rename -Wunknown-attributes to -Wattributes to match... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Ted Kremenek | Remove derelict documentation. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Eli Friedman | Don't use stdint.h; including it directly is not allowe... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Douglas Gregor | The expression in a noexcept exception-specification... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Douglas Gregor | Implement comparisons between nullptr and Objective... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Benjamin Kramer | Remove pointless assert, N is unsigned. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Benjamin Kramer | Change a name for consistency and hopefully unbreak... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Nick Lewycky | Even a return statement of an expression with a depende... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Argyrios Kyrtzidis | [PCH] Be conservative and check all the files the PCH... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Francois Pichet | Microsoft friend acting as a forward declaration; try... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Manuel Klimek | Fix broken test on windows. To get operator new working... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Manuel Klimek | Fixes Makefile based build for examples/Tooling. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Nick Lewycky | Put Parse before Sema on the link line since parse... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Manuel Klimek | Fix test breakage due to example not being built. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Manuel Klimek | This patch implements an AST matching framework that... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | Fix test, check for stable strings in the output. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Francois Pichet | Revert 132332 (Microsoft friend as a forward declaratio... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | Robustify objc method type description (subroutine... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | List objective-c ineterfaces as public types in dwarf... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | List c++ class type as public type in dwarf debug info... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Sean Hunt | Ensure we enter an unevaluated context when instantiati... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Daniel Dunbar | Driver/Clang: Simplify code to use arch enumerations. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Francois Pichet | Recreate the DeclContext before adding the implicit... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Francois Pichet | For compatibility with MSVC, a friend declaration also... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Nick Lewycky | Whenever we instantiate a static data member, make... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Galina Kistanova | Now with the right line endings. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Zhongxing Xu | Fix linking of clang-wpa. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Chandler Carruth | Expand the coverage of the warning for constants on... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Argyrios Kyrtzidis | Utilize PackedVector, introduced with llvm commit r132325. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Galina Kistanova | Just one for now to see how it will fly. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Galina Kistanova | For X86 specific tests. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Galina Kistanova | Preparations for separating target-specific clang tests. |
commit | commitdiff | tree | snapshot |
2011-05-30 |
David Chisnall | Fix another incorrect type bug. |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Richard Trieu | Add a new warning on NULL pointer constant to integer... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Chandler Carruth | Fix a regression in the source locations for unary... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
John McCall | Convert Clang over to resuming from landing pads with... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Chris Lattner | make this a bit less confusing |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Benjamin Kramer | Eliminate temporary argument vectors. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
David Chisnall | Fix another type mismatch. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
David Chisnall | Fix missing cast. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Bruno Cardoso... | Add support for ARM ldrexd/strexd builtins |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Argyrios Kyrtzidis | Add a couple of helper methods in the SourceManager... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Douglas Gregor | Clean up a C++0x/C++03 conditional check. |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Eli Friedman | Add unnamed_addr to internal globals which are only... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Eli Friedman | Match llvm-gcc's string literals alignment by forcing... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Eli Friedman | Back out r132209; it's breaking nightly tests. |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Douglas Gregor | Clean up my changes to jump-diagnostic handling for... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
John McCall | Implement a new, much improved version of the cleanup... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Sean Hunt | Add assertions to verify that we are not trying to... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Douglas Gregor | Update the jump-scope checker for local variables with... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Richard Trieu | Add an additional check for null pointer before accessi... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Chandler Carruth | Enhance Clang to start instantiating static data member... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Douglas Gregor | Objective-C doesn't consider the use of incomplete... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Benjamin Kramer | Silence sign compare warning. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Richard Trieu | Change the include stack of "instantiated from" notes... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Richard Trieu | Add a fix-it and better error recovery for improperly... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Ted Kremenek | Tighen analyzer diagnostics w.r.t ObjC/CF leaks. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Chandler Carruth | Extract two more methods from the unary type trait... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Chandler Carruth | Remove a no longer relevant comment. It was just repeat... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Chandler Carruth | Extract the vec_step trait operand checking to a stand... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Chandler Carruth | Add a convenience interface for checking expression... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Sean Hunt | Implement a new warning for when adding a default argum... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Eli Friedman | Skip extra copy from aggregate where it isn't necessary... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Ted Kremenek | static analyzer: when conservatively evaluating functio... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Sean Hunt | Update our diagnostics to properly account for move... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Sean Hunt | Fix a minor thinko that leads to a crash if PatternDecl... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Sean Hunt | Implement a little bit of cleanup and a lot more of... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
David Chisnall | Remove bitcast to incorrect type. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Douglas Gregor | Properly align UnaryTransformType when allocating it |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Ted Kremenek | Update checker build to checker-257. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Francois Pichet | Disable MSVC warning about runtime stack overflow for... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Francois Pichet | Fix MSVC warning: <unsafe use of type 'bool' in operation> |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Francois Pichet | Add support for Microsoft __if_exists, __if_not_exists... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Ted Kremenek | Teach analyzer about cf_returns_not_retained for C... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Ted Kremenek | Enhance retain/release checker to flag warnings when... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Argyrios Kyrtzidis | A StringRef-ication of the DiagnosticIDs API and internals. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Rafael Espindola | Update for llvm api change. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Daniel Dunbar | Driver: Don't warn about unused PIE arguments. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Sean Hunt | Implement a new type node, UnaryTransformType, designed... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nick Lewycky | Fix Darwin test for r132006. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nick Lewycky | When given one of the applicable coverage flags, try... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Ted Kremenek | Add explicit CFG support for ignoring static_asserts. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Roman Divacky | Let amd64 be used in target triple instead of x86_64... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Argyrios Kyrtzidis | Add new warning that warns when invoking 'delete' on... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Douglas Gregor | Implement the initial part of C++0x [expr.const]p2... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Jim Grosbach | For non-Darwin, a plain 'char' type is unsigned. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Chandler Carruth | Fix a bug in the most recent openSUSE support patch. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Chandler Carruth | Fix a bug in -Wundefined-reinterpret-cast where we... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nico Weber | Make it possible for external tools to distinguish... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Francois Pichet | MSVC doesn't do any validation regarding exception... |
commit | commitdiff | tree | snapshot |
next |