2011-10-14 |
Eli Friedman | Misc fixes for atomics. Biggest fix is doing alignment... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | -Wc++98-compat: warn on C++11 attributes and alignas. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | Test for r141985. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Douglas Gregor | Don't try to diagnose anything when we're passing incom... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | Reinstate r141898 (reverted in r141921), without the... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | Refactor static analyzer to use simpler interface to... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | [temp.explicit]p1: constexpr cannot be specified in... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Rafael Espindola | Fix the CXX_INCLUDE_ROOT case that was out of date... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Benjamin Kramer | Harden test for windows paths. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Benjamin Kramer | Change operator<< for raw_ostream and NamedDecl to... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Benjamin Kramer | Simplify code to avoid a useless string copy. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Benjamin Kramer | Upgrade to PathV2. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Benjamin Kramer | Add parens to pacify GCC. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Fariborz Jahanian | Fix misplaced comment. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Fariborz Jahanian | Make value kind based on the return type of the getter... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Argyrios Kyrtzidis | [PCH] Serialize info about redeclared objc methods. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Joerg Sonnenberger | Add flags for the remaining shift related warnings |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Fariborz Jahanian | objc-arc: Improve arc diagnostic when method is not |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Bob Wilson | Add __nodebug__ attribute to functions in arm_neon.h |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Douglas Gregor | Under ARC, merge the bit corresponding to the ns_return... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Matt Beaumont-Gay | Only warn in -Wliteral-conversion if the conversion... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Douglas Gregor | When declaring an out-of-line template, attempt to... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Erik Verbruggen | Added clang_getCompletionAnnotation and clang_getComple... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Argyrios Kyrtzidis | Really protect from infinite loop when there are objc... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
David Blaikie | Updating the Clang website to refer to C++'11 instead... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Argyrios Kyrtzidis | Keep track of objc method redeclarations in the same... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Bob Wilson | Use Triple.isOSDarwin() instead of comparing against... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Ted Kremenek | Update open source static analyzer build. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Ted Kremenek | Move doxygen comments to pair with the actual values. |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Eli Friedman | PR11124: Don't overwrite memory outside of a base class... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Douglas Gregor | Fix grammaro |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Douglas Gregor | Add a preprocessor callback that is invoked every time... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Richard Smith | Add support for -std=gnu90 and -std=c++03, for compatib... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Jeffrey Yasskin | Revert the -Wc++98-compat flag because dgregor doesn... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Fariborz Jahanian | objc-arc: 'Class' property is implicitly __unsafe_unret... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Richard Smith | Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc+... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Richard Trieu | Fix a test case where FileCheck is used to test code... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Richard Smith | Convert newly-added test from -std=c++0x to -std=c... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Nico Weber | Extend -Wno-sizeof-array-argument to strncpy and friends. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Richard Smith | Update all tests other than Driver/std.cpp to use ... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Jeffrey Yasskin | Implement the first piece of a -Wc++98-compat flag... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Eric Christopher | Recommit: |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Richard Smith | Add test for new -std=c++11 and -std=gnu++11 command... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Benjamin Kramer | Add triple for RHEL 5 to the libpath collecting logic. |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Ted Kremenek | Tweak -Wuninitialized's handling of 'int x = x' to... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Douglas Gregor | HasFormOfMemberPointer implies IsAddressOfOperand for... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Douglas Gregor | Allow calling an overloaded function set by taking... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Peter Collingbourne | TCE target: conversion of OpenCL reqd_work_group_size... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Erik Verbruggen | Allow for annotate attributes after access specifiers... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
David Blaikie | Fix crash-on-invalid, improve error recovery, and test... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Rafael Espindola | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | When we determine that a function template specializati... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Ted Kremenek | Add test case for __has_warning. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Bob Wilson | Change __extension__ to disable only diagnostics contro... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Rafael Espindola | Add returns_twice to functions that are known to return... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Ted Kremenek | Implement built-in macro '__has_warning', which allows... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | Switch diagnostic text from "C++0x" over to "C++11". |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | We do parse hexfloats in C++11; make it actually work. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Eric Christopher | Revert file/scope handling patches. gdb testing reveale... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | The Objective-C rewriter uses the fragile ABI, always. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Ted Kremenek | Fix typo in name of diagnostic. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Argyrios Kyrtzidis | Handle the case where preprocessor entities are not... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | Add -std=c++11 and -std=gnu++11 language flags, from... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | Introduce BalancedDelimiterTracker, to better track... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Douglas Gregor | Teach __has_nothrow_assign not to complain about access... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Jim Goodnow II | Removed extra line in comment. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Anton Korobeynikov | Add target info for Linux on PPC & Sparc. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Argyrios Kyrtzidis | Introduce SourceManager::getFileLoc which returns a... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Argyrios Kyrtzidis | [libclang] Allow using getDeclCursorUSR function with... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Argyrios Kyrtzidis | [libclang] Make MakeCXTranslationUnit usable outside... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Richard Smith | constexpr: don't consider class types with mutable... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Eric Christopher | Remember to set the location in EmitGlobalVariable... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Richard Smith | Handle Perforce-style conflict markers like normal... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Fariborz Jahanian | objc: note location of the previously declared |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John McCall | Catch placeholder types in DefaultLvalueConversion |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Fariborz Jahanian | objc rewriter: Restore objc_msgSend_stret/objc_msgSendS... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eric Christopher | Start handling debug line and scope information better: |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eric Christopher | 80-column and tab cleanup. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eric Christopher | Reorder this to make it easier to add more changes... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eli Friedman | PR11062: Make C99 inlining work properly for names... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Richard Smith | Fix test: don't use __thread without a target triple. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Richard Smith | Constant expression evaluation: refactor value initiali... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eli Friedman | Silence some -Wuninitialized false positives with gcc. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Richard Smith | Add a -Wc++0x-compat warning for C++11 keywords used... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Douglas Gregor | Add support for viewing the module graph via Graphviz... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Daniel Dunbar | Driver: Add support for a new -nostdlibinc option. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Daniel Dunbar | Frontend: Replace -nostdinc by -nostdsysteminc (which... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Anna Zaks | [analyzer] Remove an unused member variable. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John McCall | Rename SemaCXXCast.cpp to SemaCast.cpp. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Richard Smith | Add more testing for -Wc++0x-compat warnings. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Anna Zaks | [analyzer] CheckerContext updates checkDst in it's... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Argyrios Kyrtzidis | For the FileChanged Preprocessor callback, when exiting... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Kaelyn Uhrain | Add an explanatory comment to test/SemaCXX/typo-correct... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Anna Zaks | [analyzer] Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Sean Hunt | Get rid of ShouldDeleteMoveConstructor. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Sean Hunt | Consolidate copy constructor deletion into ShouldDelete... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Anna Zaks | [analyzer] Warn about the use of insecure, deprecated... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
David Meyer | Allow regparm attribute for PNaCl target |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Eli Friedman | Initial implementation of __atomic_* (everything except... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Francois Pichet | [Microsoft] If -fms-compatibility, then downgrade missi... |
commit | commitdiff | tree | snapshot |
next |