2012-04-01 |
Sebastian Redl | Properly handle explicit constructors in list-initializ... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Benjamin Kramer | Analyzer: Store BugReports directly in a ilist instead... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Abramo Bagnara | Fixed MacroInfo definition range for function like... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Benjamin Kramer | Remove unused but set variable. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Argyrios Kyrtzidis | [arcmt] When fixing the "unassigned init call" ARC... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Argyrios Kyrtzidis | [libclang] Fix use-after-free bug when handling attribu... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Fariborz Jahanian | modern objective-c translator: writing container |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Cursor_getObjCSelectorIndex... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Fix a pair of invalidation bugs when emitting protocol... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Make sure we unique static-local decls across multiple... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Cursor_getSpellingNameRange(). |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Richard Smith | PR10217: Provide diagnostics explaining why an implicit... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Chandler Carruth | Revert r153723, and its follow-ups r153728 and r153733. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Chad Rosier | [driver] Create a new L_Group for language options... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Fariborz Jahanian | modern objective-c translator: writing numeric |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Douglas Gregor | If we encounter a friend class template for which we... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Do the static-locals thing properly in the face of... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Correctly check argument types for some vector macros... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Anna Zaks | [analyzer]Malloc,RetainRelease: Allow pointer to escape... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Anna Zaks | [analyzer] Do not inline functions which previously... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Handle placeholder expressions in an ObjC for-collectio... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
NAKAMURA Takumi | ItaniumCXXABI.cpp: Don't use nullptr. Clang source... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eric Christopher | Revert previous commit changing location information... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Forbid the block and lambda copy-capture of __autorelea... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Craig Topper | Fix shuffle vector calculation for mm_permute_ps. Fixes... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | When emitting a static local variable in C++, handle |
commit | commitdiff | tree | snapshot |
2012-03-30 |
John McCall | Add a note about a missing optimization in the case... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eli Friedman | Missing piece of r153720: make sure the vtable pointer... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eli Friedman | ConstStructBuilder: fix offset math for base classes... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eli Friedman | Make sure we perform the relevant implied conversions... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eric Christopher | Testcase for the previous commit. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Eric Christopher | Change location information for synthesized properties... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | The UTF16 string referenced by a CFString should go... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | Add info to ObjCPropertyRefExpr to indicate whether... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] A MemberRefExpr cursor for a property dot... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Argyrios Kyrtzidis | [libclang] Have c-index-test output more information... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eli Friedman | Extend -Wc++11-narrowing to cover converted constant... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Anna Zaks | [analyzer] Add a malloc cpp test file. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Bill Wendling | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jim Grosbach | ARM backend knows about cortex-m4. The front end should... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Fariborz Jahanian | modern objc translator: avoid some duplicate declarations. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Richard Smith | Refactor special member function deletion. No functiona... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
David Chisnall | Relax the test slightly so that it should pass on other... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Fariborz Jahanian | modern objc translator: additional test. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
David Chisnall | Call out to GCC-compatible runtime functions for atomic... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
David Chisnall | Pass parameters in the correct order when assembling... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Fariborz Jahanian | modern objective-c translator: fix up assortment of |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Chad Rosier | Revert r153613 as it's causing large compile-time regre... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eric Christopher | Go back to using just the selector name for the getter... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eric Christopher | Tidy. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Benjamin Kramer | Make ModuleMapParser own its TargetInfo, so it doesn... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eric Christopher | Add support for objc property decls according to... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Rafael Espindola | unwind.h fix for -fvisibility=hidden users. This fixes... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Richard Smith | Don't try to parse a malformed parameter list after... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Richard Smith | Reject 'template<typename...Ts> void f(Ts ...(x));... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Argyrios Kyrtzidis | [arcmt] Fix a bug where a property in a class extension... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jan Wen Voung | Define __LITTLE_ENDIAN__ for le32, since "le" stands... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
John McCall | When we can't prove that the target of an aggregate... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Fariborz Jahanian | Fix typo in my last patch. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] Fix CIndexer::isOptEnabled(); not sure what... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Anna Zaks | [analyzer] Enable retry exhausted without inlining... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
David Chisnall | Fix the type of wchar_t on Solaris. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Fariborz Jahanian | objective-c: Improve diagnostics and |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Anna Zaks | [analyser] Stats checker: do not mark a node as exhaust... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Anna Zaks | [analyzer] Refactor: Use Decl when determining if the... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
NAKAMURA Takumi | CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDest... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Douglas Gregor | Unify and fix our checking of C++ [dcl.meaning]p1's... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Douglas Gregor | When we form a new function/class template specializati... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Ted Kremenek | Fix suspicious comparison reported by PVS-Studio! |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] Rename setBackGroundPriority -> setThreadBac... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] Fix gcc error. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] Introduce options to control the priority... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] Put the CIndexer class in the clang namespac... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Argyrios Kyrtzidis | [libclang] For clang_saveTranslationUnit, if the AST... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Chandler Carruth | Move the emission of strict enum range metadata behind... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Douglas Gregor | Introduce a new libclang API to determine the parent... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Richard Smith | If we see '(...' where we're expecting an abstract... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Argyrios Kyrtzidis | [libclang] Introduce indexing option CXIndexOpt_Suppres... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | modern objective-c translator: writing objc boolean... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Anna Zaks | [analyzer] Add an option to re-analyze a dead-end path... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Anna Zaks | [analyzer] Fix a typo. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Anna Zaks | [analyzer] Stats checker: minor interprocedural tweaks. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Anna Zaks | [analyzer] Stats: Only count the number of times we... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Eric Christopher | Add better support for $fp and $sp for mips inline... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Argyrios Kyrtzidis | [preprocessor] Handle correctly inclusion directives... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | objective-c modern translator: move all inithooks into... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Sebastian Redl | Even more careful consideration of C++11 13.3.3.1p4... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Douglas Gregor | Introduce a -cc1-level option -pubnames-dump, which... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | Remove few if-then-else when both branches are the |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | Commit patch reverted in r153454 with the modified... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
John McCall | Update the ARC specification for several changes made... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Richard Smith | Add cross-referencing comments to ParseDirectDeclarator... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Ted Kremenek | Change RetainCountChecker to eagerly "escape" retained... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Richard Smith | When we see 'Class(X' or 'Class::Class(X' and we suspec... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Put -cpp-precomp and -no-cpp-precomp under... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Testcase for r153469, r153470, and r153478. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Fix unused argument warnings. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] -mkernel implies -fno-common, so claim the... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] -mkernel implies -fno-builtin, so claim the... |
commit | commitdiff | tree | snapshot |
next |