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 |
2012-03-26 |
Richard Smith | Forward-declared enumerations are now complete, except... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Add a special-case diagnostic for one of the more obnox... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Daniel Dunbar | [tests] Fix test failure in release mode. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Simplify code, no functionality change. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Daniel Dunbar | Revert r153443 "objective-c modern translator: extern... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Anna Zaks | [analyzer] Malloc: Allow a pointer to escape through... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Akira Hatanaka | Test case for r153348. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Kostya Serebryany | add tbaa metadata to vtable pointer loads/stores |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Move CodeCompletionBuilder's chunk adding methods out... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Douglas Gregor | When diagnosing an invalid out-of-line redeclaration... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Fariborz Jahanian | objective-c modern translator: extern "C" exported |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Douglas Gregor | Canonicalize the declaration we write to a PCH file... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Driver: Factor string vector push_back into a helper... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | ThreadSafetyReporter: Manage diagnostics in a std:... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Handle instantiations of redeclarations of forward... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Delay checking of dependent underlying types for redecl... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Aaron Ballman | Since this change is generating a considerable amount... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Aaron Ballman | No longer hard coding paths to the MinGW include direct... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | clang/lib/Analysis/CFG.cpp: Get rid of early insertion... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | test/Driver/cpath.c: Escape a few args that contain... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | Simplify some users of DenseMap::erase. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Fariborz Jahanian | remove declaration of _objc_empty_vtable no longer |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Fix copy and pasto. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Fariborz Jahanian | moderin objc translator: remove 'const' from remaining |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Add back r153360 with a fix for enums that cover all... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
NAKAMURA Takumi | Revert r153360 (and r153380), "Second part of PR12251... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | Don't cast away constness. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | On i386 the alignment of i64 is 4, not 8. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jordy Rose | [analyzer] Tighten up the realloc() failure path note... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jordy Rose | [analyzer] Restart path diagnostic generation if any... |
commit | commitdiff | tree | snapshot |
next |