- May 04, 2012
-
-
Chris Lattner authored
llvm-svn: 156206
-
- May 03, 2012
-
-
Richard Smith authored
llvm-svn: 156095
-
Richard Smith authored
llvm-svn: 156094
-
Richard Smith authored
cases in switch statements. Also add a [[clang::fallthrough]] attribute, which can be used to suppress the warning in the case of intentional fallthrough. Patch by Alexander Kornienko! The handling of C++11 attribute namespaces in this patch is temporary, and will be replaced with a cleaner mechanism in a subsequent patch. llvm-svn: 156086
-
- Apr 27, 2012
-
-
Richard Smith authored
llvm-svn: 155681
-
- Apr 26, 2012
-
-
Manuel Klimek authored
llvm-svn: 155631
-
Manuel Klimek authored
llvm-svn: 155629
-
Manuel Klimek authored
llvm-svn: 155627
-
- Apr 25, 2012
-
-
Manuel Klimek authored
llvm-svn: 155550
-
Manuel Klimek authored
cons. llvm-svn: 155549
-
- Apr 23, 2012
-
-
Kostya Serebryany authored
llvm-svn: 155345
-
Kostya Serebryany authored
llvm-svn: 155343
-
- Apr 19, 2012
-
-
Patrick Beard authored
llvm-svn: 155155
-
Richard Smith authored
llvm-svn: 155141
-
David Blaikie authored
llvm-svn: 155139
-
Patrick Beard authored
llvm-svn: 155126
-
Patrick Beard authored
llvm-svn: 155088
-
Patrick Beard authored
llvm-svn: 155086
-
-
- Apr 13, 2012
-
-
Richard Smith authored
Thanks to Nico Weber for the suggestion. llvm-svn: 154648
-
- Apr 11, 2012
-
-
Richard Smith authored
<stdatomic.h> header. In passing, fix LanguageExtensions to note that C11 and C++11 are no longer "upcoming standards" but are now actually standardized. llvm-svn: 154513
-
- Apr 10, 2012
-
-
Douglas Gregor authored
return types, from Michel Morin! llvm-svn: 154428
-
- Apr 05, 2012
-
-
Daniel Dunbar authored
- Developers of system frameworks need a way for their framework to be treated as a "system framework" during development. Otherwise, they are unable to properly test how their framework behaves when installed because of the semantic changes (in warning behavior) applied to system frameworks. llvm-svn: 154105
-
David Blaikie authored
llvm-svn: 154071
-
- Apr 04, 2012
-
-
Manuel Klimek authored
llvm-svn: 154012
-
Douglas Gregor authored
for templates with local template arguments, from Michel Morin! Fixes PR12337. llvm-svn: 153983
-
- Mar 30, 2012
-
-
John McCall authored
in ARC, under the usual reasoning limiting the use of __autoreleasing. llvm-svn: 153725
-
- Mar 27, 2012
-
-
John McCall authored
last N months. This required a brief soliloquy about change in an uncertainly-versioned world. I believe I've gotten the right target versions on all these changes. llvm-svn: 153501
-
- Mar 26, 2012
-
-
Richard Smith authored
between unscoped enumerations and class template member specializations, whose behavior is currently under discussion in CWG (and for which there is a preference to not implement the currently-standardized wording). llvm-svn: 153464
-
- Mar 24, 2012
-
-
Richard Smith authored
forward-declared enums aren't /quite/ done yet. llvm-svn: 153350
-
Richard Smith authored
a previous declaration if the redeclaration is invalid. That way lies madness. Fixes a crash-on-invalid reported by Abramo. llvm-svn: 153349
-
- Mar 21, 2012
-
-
Patrick Beard authored
llvm-svn: 153195
-
- Mar 20, 2012
-
-
Patrick Beard authored
llvm-svn: 153146
-
Patrick Beard authored
llvm-svn: 153142
-
Patrick Beard authored
llvm-svn: 153141
-
Patrick Beard authored
llvm-svn: 153126
-
Patrick Beard authored
llvm-svn: 153124
-
Patrick Beard authored
llvm-svn: 153123
-
Patrick Beard authored
llvm-svn: 153096
-
- Mar 19, 2012
-
-
Benjamin Kramer authored
llvm-svn: 153048
-