2011-09-02 |
Jordy Rose | [analyzer] Move the knowledge of whether or not GC... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Richard Trieu | Move the warning for different enum comparisons and... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Richard Trieu | Reduce code duplication for pointer comparisons in... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Richard Trieu | Pull out incomplete pointer type checking code, used... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Richard Trieu | Refactor CheckConditionalOperands() by moving chunks... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Richard Trieu | Refactor CheckAddressOfOperand() by pulling out redunda... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Douglas Gregor | Always construct an ASTReader with a non-NULL ASTContex... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Douglas Gregor | Extend the ASTContext constructor to delay the initiali... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Douglas Gregor | Allow the preprocessor to be constructed without perfor... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Richard Trieu | Refactor CheckAdditionOperands(), CheckSubtractionOpera... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Argyrios Kyrtzidis | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Argyrios Kyrtzidis | [arcmt] Clear out temporary dirs in the tests or we... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Nick Lewycky | Don't try to emit unsupported templated friend declarat... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Richard Trieu | Extend the self-reference warning to catch when a const... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Argyrios Kyrtzidis | [arcmt] Fix test/ARCMT/remove-statements.m regression... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Douglas Gregor | Teach ASTContext and Preprocessor to hold on to referen... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Fariborz Jahanian | default property synthesis is off by default |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Douglas Gregor | Make test slightly trickier |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Fariborz Jahanian | objective-c: Make auto synthesis of properties the... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Douglas Gregor | Modules hide macro definitions by default, so that... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Francois Pichet | Enable -fdelayed-template-parsing by default on Win32. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Rafael Espindola | Fix PR10744 by adding the toolchain path to the regular... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Hans Wennborg | Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Zhongxing Xu | If size was equal to 0, either NULL or a pointer suitab... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Argyrios Kyrtzidis | Fix "multi-line comment" compiler error. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Douglas Gregor | When defining the implicit move assignment operator... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Argyrios Kyrtzidis | Support importing of ObjC categories from modules. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chandler Carruth | Create a CaretDiagnostic class to hold the logic for... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chandler Carruth | Sink all of the include stack printing logic into its... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Anna Zaks | [analyzer] Revert a regression introduced in r133104... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Fariborz Jahanian | Test for default property synthesis. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Fariborz Jahanian | objective-c: this patch (re)introduces objective-c... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Douglas Gregor | Switch the "no module found" default-fatal warning... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
John McCall | Don't assert when diagnosing a missing cast of an unkno... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chad Rosier | [driver] If no -miphoneos-version-min is specified... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Eli Friedman | Make sure to initialize field. Hopefully this will... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chandler Carruth | Don't verify the name of the driver executable. It... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Jordy Rose | [analyzer] Fix varargs helper to only use POD types... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Douglas Gregor | Switch __import__ over to __import_module__, so we... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Fariborz Jahanian | objective-c - This patch buffers method implementations |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chandler Carruth | Update libclang to have APIs corresponding to the new... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Sebastian Redl | Serialize the new bits in CXXRecordDecl::DefinitionData. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chandler Carruth | Improve the diagnostic text for -Wmissing-noreturn... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Eli Friedman | Change err_pp_file_not_found back to an Error; when... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | Allow C99 hexfloats in C++0x mode. This change resolves... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Jeffrey Yasskin | Fix PR10694: Boolean conversions can be from pointers... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | When writing out the entries in a lookup table for... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Sebastian Redl | Declare and define implicit move constructor and assign... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Argyrios Kyrtzidis | Remove a few mutating ObjCCategoryDecl methods. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Argyrios Kyrtzidis | In ASTWriter::WriteDeclContextVisibleBlock, don't write... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Argyrios Kyrtzidis | Remove a couple of unnecessary objc method lookups. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Argyrios Kyrtzidis | [libclang] Rename some functions and make sure we don... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Fariborz Jahanian | objc - fixes a regression in declaring c decls nested in |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Jordy Rose | Remove obsolete ObjCInferRelatedReturnType from LangOpt... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
John McCall | The size of struct UnwindException varies by platform... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
John McCall | Be sure to emit lvalue-to-rvalue casts for loads from... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | Update mingw-w64 part of the user manual, from Ruben... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | Fix a typo when determining whether to strip cv-qualifi... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | Update python testcase for GNU old-style field designat... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Douglas Gregor | Add support for Cursor.displayname in python bindings... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
John McCall | Update the comment on the default-argument conversion... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Caitlin Sadowski | Thread safety: Adding a name to the thread safety diagn... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Nico Weber | Do not warn about [super finalize] in arc mode. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Ivan Krasin | Clang/PNaCl: Improve test coverage for PNaClTargetInfo... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Caitlin Sadowski | Thread safety: added basic handling for pt_guarded_by... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Fariborz Jahanian | Fix a rewriter bug caused by recent changes in objc's |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Eli Friedman | Add missing function _mm_ucomige_sd to emmintrin.h... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Anna Zaks | [analyzer] MacOSKeychainAPIChecker: Simplify getSymbolF... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Anna Zaks | Fix: Bug 10798 - [analyzer] Crash when analyzing ICU... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Anna Zaks | Fix bug 10797: Crash: "cast<Ty>() argument of incompati... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Eli Friedman | Some minor updates to the Linux search path handling... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Fariborz Jahanian | Minor clean up of objc's decl context stuff. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Douglas Gregor | Add and document __has_feature values for the remaining... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Caitlin Sadowski | Thread safety: various minor bugfixes, with test cases |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Matt Beaumont-Gay | Fix type mismatch in initialization (caught by -Wlitera... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Jeffrey Yasskin | Print 'int' instead of 'const int' in the narrowing... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Jordy Rose | [analyzer] Remove empty obsolete header directories... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nico Weber | Warn on missing [super finalize] calls. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Jordy Rose | [analyzer] Header cleanup to decrease coupling (and... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Jordy Rose | [analyzer] Introduce a new callback for checkers, print... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Nico Weber | [analyzer] update bug report url |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Jordy Rose | [analyzer] Remove the ProgramState argument from ExprEn... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Jordy Rose | [analyzer] Eliminate almost all uses of TransferFuncs... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Jordy Rose | [analyzer] Migrate argument invalidation from CFRefCoun... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Jordy Rose | [analyzer] Change the check::RegionChanges callback... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
John McCall | Disable the l-value to r-value conversion on C++ class... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Fariborz Jahanian | objective-c - Make warning on unimplemented protocols... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Ted Kremenek | [analyzer] Rename current PathDiagnosticClient::HandleP... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Ted Kremenek | [analyzer] Pull body of loop in AnalysisConsumer::Handl... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Ted Kremenek | [analyzer] Add test case for handling of __bridge_trans... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Fariborz Jahanian | objective-c: Treat top-level objective-c declarations |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Benjamin Kramer | Remove unused variables noticed by GCC. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Take an entirely different approach to handling the... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Argyrios Kyrtzidis | [arcmt] Xfail the test for windows. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
John McCall | The lvalue-to-rvalue on structs in C++ is actually... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Benjamin Kramer | Twinify. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | XFAIL one of the module tests on win32, until we figure... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | In C++0x mode, suggest nullptr as the initializer for... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Ted Kremenek | Control 'invalid conversion specifier' warnings under... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Improve caret location for the GNU old-style field... |
commit | commitdiff | tree | snapshot |
next |