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 |
2012-09-10 |
Benjamin Kramer | Make helper functions static. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Evgeniy Stepanov | Wrong crtbegin/crtend pair used for PIE on Android. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
NAKAMURA Takumi | Revert Ted's r163489 and r163490, due to breakage. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Simon Atanasyan | MIPS: Use -march=arch option to select either generic... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Use isBeforeInTranslationUnitThan() instead of operator<. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Take another crack at stabilizing the emission order... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Have PathDiagnosticPiece::getString() return a StringRe... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Indent the "message" key in analyzer plist output. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Ted Kremenek | Add handy script for updating plist FileCheck expected... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Dmitri Gribenko | RawCommentList: don't copy the whole new RawComment... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Ted Kremenek | Remove dead method ProgramState::MarshalState(). |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Abramo Bagnara | Added missing const. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Abramo Bagnara | Fixed support for disabled wchar_t and added an appropr... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
NAKAMURA Takumi | clang/test/Sema/format-strings-scanf.c: Relax a couple... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Anton Korobeynikov | Add some ARM EABI preprocessor builtins tests |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Anton Korobeynikov | Do not construct StringRef from NULL argument. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Anton Korobeynikov | Provide some ACLE C defines. This should fix PR13796 |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Try disabling the FileCheck part of the retain-release... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Fix bug in BugReporter::RemoveUneededCalls() where... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Richard Smith | When a bad UTF-8 encoding or bogus escape sequence... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | This test does not require --exact-match from FileCheck. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Attempt (again) to stabilize the order of the emission... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | Format strings: suggest %lld instead of %qd and %Ld... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | Format strings: %Ld isn't available on Darwin or Windows. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Richard Smith | -fcatch-undefined-behavior: Factor emission of the... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | [analyzer] ObjCSelfInitChecker should always clean... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | [analyzer] Add debug output for ObjCSelfInitChecker... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Revert "Add plist output for retain-release.m in additi... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Revert "Attempt to make the PathDiagnostic emission... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ted Kremenek | Revert "Further tweaks to hopefully make the PathDiagno... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | [analyzer] Remove constraints on dead symbols as part... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | [analyzer] Symbolic regions are live if any subregions... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Jordan Rose | [analyzer] Cast the result of a placement new-expressio... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Anna Zaks | [analyzer] Address John's code review for r163407. |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Fariborz Jahanian | objective-C: introduce __attribute((objc_requires_super... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
John McCall | In ARC, if we're emitting assembly markers for calls to |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Further tweaks to hopefully make the PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Alexander Kornienko | Fixed http://llvm.org/bugs/show_bug.cgi?id=13777 |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Remove ProgramState::getSymVal(). It was being misused... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Attempt to make the PathDiagnostic emission order more... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Add default implementation of ConstraintManager::getSym... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Remove ConstraintManager:isEqual(). It is no longer... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Ted Kremenek | Add plist output for retain-release.m in addition to... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Chad Rosier | Ampersand goes with identifier. |
commit | commitdiff | tree | snapshot |
next |