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
/
lib
/
Sema
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Give nicer note when a member redeclaration has or lacks 'const'
Kaelyn Uhrain
2011-10-10
1
-1
/
+11
*
Push "out-of-line" declarations into scope when their lexical/semantic
Douglas Gregor
2011-10-09
1
-1
/
+3
*
A friend template specialization is also dependent if any of its
Douglas Gregor
2011-10-09
1
-1
/
+5
*
Diagnose attempts to declare a non-static data member with a
Douglas Gregor
2011-10-09
1
-1
/
+1
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-2
/
+2
*
Implicitly assume that a ObjC category to an unavailable interface is also un...
Argyrios Kyrtzidis
2011-10-06
1
-0
/
+9
*
When using an unavailable/deprecated interface Foo inside Foo's interface/imp...
Argyrios Kyrtzidis
2011-10-06
1
-2
/
+13
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-1
/
+2
*
PR11067: A definition of a constexpr static variable doesn't need an initiali...
Richard Smith
2011-10-06
1
-9
/
+6
*
OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers,
Peter Collingbourne
2011-10-06
1
-4
/
+4
*
objc arc: Suppress certain arc diagnostics on unavailable
Fariborz Jahanian
2011-10-03
1
-2
/
+4
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+2
*
constexpr: semantic checking for constexpr functions and constructors. Based in
Richard Smith
2011-10-01
1
-5
/
+9
*
Mark a TagDecl when it is free standing (e.g. "struct foo;")
Argyrios Kyrtzidis
2011-09-30
1
-0
/
+3
*
Add explicit attributes to mark functions as having had their
John McCall
2011-09-30
1
-0
/
+4
*
Suggest adding 'constexpr' if the GNU extension for in-class initializers for...
Richard Smith
2011-09-30
1
-0
/
+4
*
Mark the ExtWarn for in-class initialization of static const float members as...
Richard Smith
2011-09-29
1
-7
/
+8
*
In C++0x, static const volatile data members cannot be initialized in-class.
Richard Smith
2011-09-29
1
-4
/
+5
*
constexpr: semantic checking for constexpr variables.
Richard Smith
2011-09-29
1
-24
/
+95
*
Revert r140589. It was causing failures during llvm compilation:
Bill Wendling
2011-09-27
1
-47
/
+1
*
Add typo correction for the type name in C++ "new" statements
Kaelyn Uhrain
2011-09-27
1
-1
/
+47
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-3
/
+3
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-3
/
+1
*
Don't propagate the 'availability' attribute through declaration
Douglas Gregor
2011-09-23
1
-2
/
+4
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-6
/
+6
*
ArrayRef-ifying the fields passed to Sema::ActOnFields
David Blaikie
2011-09-22
1
-8
/
+9
*
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-21
1
-3
/
+3
*
[microsoft] Move missing typename warning from -fms-extensions to -fms-compat...
Francois Pichet
2011-09-21
1
-2
/
+2
*
Remove redundant break statements, and replace asserts with llvm_unreachable
Peter Collingbourne
2011-09-20
1
-2
/
+1
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
1
-0
/
+19
*
Fix PR10531. Attach an initializer to anonymous unions, since the default con...
Richard Smith
2011-09-18
1
-0
/
+6
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-17
/
+18
*
Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclaration
Kaelyn Uhrain
2011-09-14
1
-2
/
+7
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-2
/
+2
*
Kill off an irrelevant FIXME
Douglas Gregor
2011-09-12
1
-4
/
+1
*
Diagnose attempt to mark function-local declarations as __module_private__.
Douglas Gregor
2011-09-12
1
-7
/
+35
*
Allow __module_private__ on fields
Douglas Gregor
2011-09-12
1
-0
/
+6
*
Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can
Julien Lerouge
2011-09-09
1
-0
/
+6
*
Specializations cannot be module-hidden. Diagnose attempts to do so.
Douglas Gregor
2011-09-09
1
-6
/
+24
*
__module_private__ is inherited by redeclarations of an entity, and
Douglas Gregor
2011-09-09
1
-7
/
+31
*
Propagate __module_private__ from previous declarations to later
Douglas Gregor
2011-09-09
1
-1
/
+19
*
Modules: introduce the __module_private__ declaration specifier, which
Douglas Gregor
2011-09-09
1
-0
/
+17
*
Change all references of type ExprTy to Expr and get rid of the typedefs.
Richard Trieu
2011-09-09
1
-3
/
+3
*
Thread safety: added support for function scopes in attribute arguments.
Caitlin Sadowski
2011-09-08
1
-0
/
+23
*
Thread Safety: Patch to implement delayed parsing of attributes within a
Caitlin Sadowski
2011-09-08
1
-0
/
+9
*
Adding FixIts to static/inline main declaration diagnostics.
David Blaikie
2011-09-08
1
-35
/
+36
*
Change the self-reference visitor (which gives the warning for self-reference...
Richard Trieu
2011-09-07
1
-0
/
+1
*
Implement the Named Return Value Optimization (NRVO) for blocks.
Douglas Gregor
2011-09-06
1
-3
/
+3
*
Implement the Named Return Value Optimization (NRVO) for Objective-C++
Douglas Gregor
2011-09-06
1
-0
/
+3
*
Add test case for defaulted copy and move structure validation.
Sebastian Redl
2011-09-04
1
-0
/
+2
[prev]
[next]