2012-09-13 |
Jordan Rose | Format strings: %D, %U, and %O are valid on Darwin... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Anna Zaks | [analyzer] Don't reimplement an existing function. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Teach -Wuninitialized to recognize common "noreturn... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ted Kremenek | Refactor logic in ExprEngine for detecting 'noreturn... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Chad Rosier | Add a few FIXMEs. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Chad Rosier | [ms-inline asm] Handle the enumeration of input and... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Eric Christopher | Reapply: |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Richard Trieu | Add two new functions to Qualifiers. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Do not report use of undef on "return foo... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Fix another false positive in malloc realloc... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Anna Zaks | [analyzer] Teach UndefOrNullArgVisitor to track parent... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Fix another use of the address of a temporar... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Re-add reinterpret_cast virtual call test... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | [analyzer] Handle when the dynamic type is worse than... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Jordan Rose | Revert "[analyzer] Use the static type for a virtual... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Fariborz Jahanian | objective-C++ test for my previous patch. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Daniel Jasper | Rename isA to isSameOrDerivedFrom. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Fariborz Jahanian | objective-C arc: don't issue no explicit ownership... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | Fix test case for Release builds. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Eric Christopher | Revert "Make clang emit a flag for DW_AT_object_pointer... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] Add a test case. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] Test case for r163729. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chad Rosier | [ms-inline asm] If we have a single asm operand that... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Dmitri Gribenko | Comment parsing: recognize more Doxygen commands |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Dmitri Gribenko | Fix a couple of Doxygen issues pointed out by -Wdocumen... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Revert "objective-C: warn under a flag if missing argument" |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Revert "objective-C: warn if selector has nothing but... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test: [PR13820] Suppress LLP64-incompatible tests... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Joerg Sonnenberger | Claim --param ssp-buffer-size, even if the stack protec... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incomp... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test: [PR8833] Introduce the feature "LP64" to... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test/PCH/missing-file.cpp: Try to suppress accide... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
NAKAMURA Takumi | clang/test/lit.cfg: Fix a typo in comment. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Evgeniy Stepanov | Fix a test failure. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Evgeniy Stepanov | Make -faddress-sanitizer on Android link to the new... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Convert a few more getAs cases to castAs where we immed... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Fix regression where "looping back to the head of"... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Teach -Wuninitialized to recognize __attribute__((analy... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Ted Kremenek | Post new checker build. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chandler Carruth | Adjust some analyzer tests to place widely shared input... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Chandler Carruth | Fix up more "$t"s in this test that should be "%t"s. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Richard Smith | PR13811: Add a FunctionParmPackExpr node to handle... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Eric Christopher | Make clang emit a flag for DW_AT_object_pointer for... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Chad Rosier | [ms-inline asm] isDef/NumDefs in this context only... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Chad Rosier | [ms-inline asm] As of r163657 this check is unnecessary. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Chad Rosier | [ms-inline asm] Don't consider tokens or immediates... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
DeLesley Hutchins | Thread-safety analysis: fix bug in expression matching... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Fariborz Jahanian | objective-C: warn if selector has nothing but bare |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jordan Rose | Revert "[analyzer] Disable STL inlining. Blocked by... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Dmitri Gribenko | Comment parsing: handle non-builtin commands correctly... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jordan Rose | [analyzer] Use the static type for a virtual call if... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
DeLesley Hutchins | Fix warning from r163642 |
commit | commitdiff | tree | snapshot |
2012-09-11 |
DeLesley Hutchins | Thread safety analysis: fix bug related to lock_returne... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Fariborz Jahanian | objective-C: warn under a flag if missing argument |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Anna Zaks | [analyzer] Disable STL inlining. Blocked by PR13724. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Rafael Espindola | Fix namespace nesting and remove windows line endings. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Chandler Carruth | Just revert r163605 for now. It broke the build and... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
David Chisnall | Select the correct, or, failing that, compatible, diale... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Douglas Gregor | Switch a SmallPtrSet/SmallVector pair over to SetVector. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Douglas Gregor | Remove unused macro definition |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Douglas Gregor | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Richard Smith | Remove some redundancy from constant aggregate emission... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Argyrios Kyrtzidis | [libclang] Fix getting a cursor inside an angled #inclu... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Eric Christopher | Update comment and space. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Eric Christopher | The type of the self and cmd variables should be artifi... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Chad Rosier | [ms-inline asm] Add $$ before numeric constants in... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Eli Friedman | Fix buffer overflow. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jordan Rose | [analyzer] Member function calls that use qualified... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Anna Zaks | [analyzer] Turn stl inlining back on. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Anna Zaks | [analyzer] Do not count calls to small functions when... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Argyrios Kyrtzidis | [PCH] Add a null check to avoid crashing. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
David Blaikie | Provide fixed target triples to make test results consi... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Argyrios Kyrtzidis | [libclang] Do index 'extern' declarations inside functions. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Anna Zaks | [analyzer] Add an option to enable/disable objc inlining. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Revert "Remove clang man page reference to -Oz. It... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Anna Zaks | [analyzer] Add ipa-always-inline-size option (with... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
David Blaikie | Fix PR13784: instantiation of an abstract class in... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Argyrios Kyrtzidis | Move the null check outside of the loop, no functionali... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Argyrios Kyrtzidis | [PCH] When loading fields from external storage make... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Jordan Rose | [analyzer] Make the defaults explicit for each of the... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Jordan Rose | [analyzer] For now, don't inline C++ standard library... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Dmitri Gribenko | Remove redundant semicolons which are null statements. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Dmitri Gribenko | Comment AST: TableGen'ize all command lists in CommentC... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Remove clang man page reference to -Oz. It's not an... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
DeLesley Hutchins | Thread-safety analysis: differentiate between two forms... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Now that I have a test file to work with, disable the... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Correctly 'cat' out test files. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Fix another case where we should be using isBeforeInTra... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Add a few more cases where we should be using isBeforeI... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | As a debugging aid to unbreak the buildbots, cat the... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Fariborz Jahanian | More tweaking and test cases for call to super |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Re-enable FileCheck testing of retain-release.m test... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Fariborz Jahanian | objective-C: Improving diagnostocs for missing call to |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Temporarily disable FileCheck part of this test. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Douglas Gregor | Allow vector types in pseudo-destructor expressions... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Alexander Kornienko | Workaround for MacOSX build failure with gcc <= 4.4 |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Revert "Revert Ted's r163489 and r163490, due to breakage." |
commit | commitdiff | tree | snapshot |
next |