2012-08-14 |
Richard Smith | Placate the mingw32 buildbot by suffixing 64-bit consta... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Richard Smith | Fix undefined behavior in code completion, caught by |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Eli Friedman | Make __is_convertible_to handle abstract types correctl... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Richard Smith | Fix undefined behavior (and wrong code, as far as I... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Chandler Carruth | Clean up the basic instructions for getting started... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Anna Zaks | [analyzer] Teach live variable analyzes that super... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Anna Zaks | [analyzer] Disable autorelease pool tracking. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Anna Zaks | [analyzer] Refactor RetainReleaseChecker to go through... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Anna Zaks | [analyzer] Add getStackFrame() to CheckerContext and... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jordan Rose | [analyzer] Look up DynamicTypeInfo by region instead... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jordan Rose | [analyzer] Reduce code duplication: make CXXDestructorC... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jordan Rose | [analyzer] Be more careful when downcasting for devirtu... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jordan Rose | [analyzer] Handle dynamic_casts that turn out to be... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jordan Rose | [analyzer] Don't strip CXXBaseObjectRegions when checki... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Chad Rosier | [ms-inline asm] Add a helpful assert. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Chad Rosier | [ms-inline asm] Address a potential buffer overflow. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Richard Smith | PR13570: When an unresolved overloaded call appeared... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Manman Ren | ARM: enable struct byval for AAPCS-VFP. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Fariborz Jahanian | c: small refactoring of checking for __attribute__... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Chad Rosier | [ms-inline asm] Have patchMSAsmStrings() return a vecto... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Richard Smith | Factor out computation of whether a typeid's expression... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Marshall Clow | Minor rework of code example for clarity. No functional... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Fariborz Jahanian | c: make __has_attribute(const) work for const |
commit | commitdiff | tree | snapshot |
2012-08-13 |
David Blaikie | Ignore the tools/extra directory. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
David Blaikie | Teach Git to ignore the tools/extra directory. |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Douglas Gregor | When looking for the comment associated with a declarat... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Douglas Gregor | When the header file search resolves a quoted include... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Alexander Kornienko | Implemented -ast-dump, -ast-print, -ast-dump-filter... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Alexander Kornienko | Added some preprocessor memory usage stats to -cc1... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Eric Christopher | This is always going to be true so the cast isn't neces... |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Dmitri Gribenko | Attaching comments to declarations: find comment attach... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | [analyzer] Remove unused StoreManager::CastResult class. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | Removed an unused function I added a while back. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | [analyzer] Strip CXXBaseObjectRegions when devirtualizi... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | [analyzer] Try to devirtualize even if the static calle... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | [analyzer] Add clang_analyzer_checkInlined for debuggin... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | objective-C: test for delayed parsing of K&R funcitons |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Avoid extra allocations by making this... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Manman Ren | Add comments for turning on byval |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] PatchMSAsmString() doesn't correctly... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Eli Friedman | Don't emit an invoke whose normal destination is a... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | objective-C++: dalyed parsing of ctors with member |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Fix a memory leak introduced in r161686. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Ted Kremenek | Fix horrible regression in control of warnings caused... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Manman Ren | ARM: enable struct byval for AAPCS. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | objective-C++: delay parsing of ctor with try block |
commit | commitdiff | tree | snapshot |
2012-08-10 |
DeLesley Hutchins | Thread-safety-analysis: adds existential quantificatio... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
DeLesley Hutchins | Thread safety analysis: refactor to support more sophis... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Add clobbers to AST representation. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Dylan Noblesmith | Frontend: define _LP64 in a target-independent way |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Anna Zaks | [analyzer] ObjC Inlining: add tests for ivars and prope... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Anna Zaks | [analyzer] Track if a region can be a subclass in the... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Anna Zaks | [analyzer] Optimize dynamic dispatch bifurcation by... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
DeLesley Hutchins | Refactor thread safety analysis to use a different... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Use asserts as these calls are now... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | objective-C++: delayed parsing of member function with |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Fariborz Jahanian | objective-C++: Delayed parsing of most common |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Joerg Sonnenberger | Add missing cctype includes. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Joerg Sonnenberger | Decrementing std::string::end is not portable, use... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Benjamin Kramer | Fix a couple of pedantic gcc warnings. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
NAKAMURA Takumi | c-arcmt-test, c-index-test: Appease Cygwin, to link... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
John McCall | Check access to friend declarations. There's a number... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | Update VerifyDiagnosticConsumer to only get directives... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Jordan Rose | Make sure to call EndSourceFile even if we can't contin... |
commit | commitdiff | tree | snapshot |
2012-08-10 |
David Blaikie | Provide isConst/Volatile on CXXMethodDecl. |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Chad Rosier | [ms-inline asm] Use the new Inline Asm Non-Standard... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jordan Rose | [analyzer] Merge RegionStore's KillStruct and CopyLazyB... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jordan Rose | [analyzer] Cluster bindings in RegionStore by base... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jordan Rose | [analyzer] Cache the "concrete offset base" for regions... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jordan Rose | [analyzer] Devirtualize StoreManager::evalDerivedToBase... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Eli Friedman | Followup to r161546, to unbreak linking on Bitrig.... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Benjamin Kramer | CMake: Add the new dependency from libSema to LLVM... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Fix comment. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Jordan Rose | [analyzer] A CXXBaseObjectRegion should correspond... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Fariborz Jahanian | objective-C: refactoring of objc's delayed parsing. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Use StringRef here, per Jordan's sugges... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chandler Carruth | Temporarily revert r161612 while we figure out just... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | [analyzer] Rename the function to better reflect what... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | [analyzer] Clarify the values in Dyn. Dispatch Bifurcat... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Simplify logic for empty asm statements. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Instantiate the various parts to the... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chandler Carruth | Make all of the tools build in parallel. Missing this... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chandler Carruth | Recurse into the extra tools repo the correct way from... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Richard Smith | In 'delete []', the '[]' never starts a lambda. Update... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | [analyzer] Improve readability of the dyn. dispatch... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Dmitri Gribenko | Remove absolute file path in test. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Dmitri Gribenko | Comment to HTML and XML conversion: ignore commands... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Simon Atanasyan | Fix the test case. Now it does not depend on the method... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Dmitri Gribenko | Comment to HTML and XML conversion: use CommandTraits... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Initialize targets and assembly printer... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chad Rosier | [ms-inline asm] Add various MC components to clang... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Fariborz Jahanian | objective-C: minor refactoring in method |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | [analyzer] Cleanup of malloc checker. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Eli Friedman | Fix AAPCS ABI. I can't actually test this, but it... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Anna Zaks | [analyzer] Bifurcate the path with dynamic dispatch. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Dmitri Gribenko | Add new file CommentCommandTraits.cpp to CMakeLists... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Chandler Carruth | Allow the Makefile build system to find the extra repo... |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Dmitri Gribenko | Comment parsing: extract TableGen'able pieces into... |
commit | commitdiff | tree | snapshot |
next |