index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
attr-cxx0x.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR19252: Fix crash if alignas is used with an auto-typed variable. Don't check
Richard Smith
2014-03-27
1
-0
/
+2
*
No longer accepting attribute spellings with prefix and suffix underscores ex...
Aaron Ballman
2013-12-11
1
-0
/
+3
*
sizeof(void) etc. should be a hard error in C++.
Eli Friedman
2013-08-13
1
-1
/
+1
*
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Richard Smith
2013-06-13
1
-1
/
+1
*
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
2013-03-18
1
-1
/
+3
*
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
1
-6
/
+11
*
Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
2013-02-01
1
-1
/
+1
*
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
1
-1
/
+1
*
Produce a diagnostic if alignas is applied to an expression. Neither C11 nor
Richard Smith
2013-01-29
1
-3
/
+3
*
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
1
-1
/
+1
*
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-29
1
-5
/
+13
*
Remove a non-gcc-compatible extension that would apply attributes on declarat...
Eli Friedman
2011-12-17
1
-1
/
+1
*
Fix grammar for C++11 alignment specifiers, and add a few FIXMEs.
Peter Collingbourne
2011-10-23
1
-0
/
+7
*
Attach class template attributes to the templated CXXRecordDecl,
Peter Collingbourne
2011-10-23
1
-0
/
+4
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Add support for alignment-specifiers in C1X and C++11, remove
Peter Collingbourne
2011-09-29
1
-6
/
+6
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-0
/
+5
*
Get rid of [[hiding]], [[override]] and [[base_check]].
Anders Carlsson
2011-01-23
1
-12
/
+0
*
Get rid of the [[final]] C++0x attribute.
Anders Carlsson
2011-01-23
1
-8
/
+0
*
__attribute__((aligned(n))) directly specifies the alignment of a declaration
John McCall
2010-10-08
1
-2
/
+2
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Don't automatically assume that an id-expression refers to a
Douglas Gregor
2009-12-01
1
-2
/
+2
*
Parse C++ member check attributes - base_check, hiding, and override.
Alexis Hunt
2009-11-25
1
-0
/
+12
*
Added rudimentary C++0x attribute support.
Alexis Hunt
2009-11-21
1
-0
/
+24