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
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-23
/
+23
*
Make helper functions static.
Benjamin Kramer
2013-02-15
1
-2
/
+2
*
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
1
-2
/
+2
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
1
-2
/
+18
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+8
*
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-02-01
1
-1
/
+1
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
1
-5
/
+27
*
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
1
-1
/
+14
*
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
1
-0
/
+7
*
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-31
1
-1
/
+2
*
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
1
-1
/
+8
*
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
1
-0
/
+10
*
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-30
1
-3
/
+0
*
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
1
-9
/
+6
*
Don't fixit/recover from -Wstatic-float-init when it's not an error.
David Blaikie
2013-01-29
1
-5
/
+9
*
Mark a struct definition in an objc container with the TopLevelDeclInObjCCont...
Argyrios Kyrtzidis
2013-01-29
1
-1
/
+5
*
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
1
-7
/
+16
*
PR15100: look through type sugar when determining whether we have one of the
Richard Smith
2013-01-29
1
-1
/
+2
*
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
1
-4
/
+38
*
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
2013-01-28
1
-1
/
+1
*
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-28
1
-32
/
+30
*
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2013-01-28
1
-0
/
+6
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
1
-0
/
+4
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-2
/
+24
*
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-25
1
-8
/
+14
*
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
1
-1
/
+3
*
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-24
1
-6
/
+13
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-0
/
+11
*
Add a fixit for _Noreturn main,
Dmitri Gribenko
2013-01-21
1
-2
/
+8
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-6
/
+44
*
Reapply r172878 with test case.
Ted Kremenek
2013-01-19
1
-3
/
+9
*
Whitespace.
NAKAMURA Takumi
2013-01-19
1
-1
/
+1
*
Revert r172878, "Reword warning about using a *static* variable within its ow...
NAKAMURA Takumi
2013-01-19
1
-10
/
+4
*
Reword warning about using a *static* variable within its own initialization.
Ted Kremenek
2013-01-19
1
-4
/
+10
*
Parsing support for C11's _Noreturn keyword. No semantics yet.
Richard Smith
2013-01-17
1
-2
/
+9
*
Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...
Joey Gouly
2013-01-17
1
-0
/
+6
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-0
/
+12
*
Implement a fixit for -Wmain-return-type
Dmitri Gribenko
2013-01-17
1
-1
/
+29
*
Delay linkage checks when validating the weakref attribute.
Rafael Espindola
2013-01-16
1
-4
/
+11
*
Check for internal weak decls after merging.
Rafael Espindola
2013-01-16
1
-0
/
+13
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-5
/
+6
*
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-15
1
-11
/
+23
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-4
/
+18
*
PR12008: defer adding the implicit 'const' to a constexpr member function until
Richard Smith
2013-01-14
1
-38
/
+62
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-9
/
+9
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
1
-8
/
+4
*
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-12
1
-0
/
+12
*
Reject incompatible redeclarations of extern C symbols.
Rafael Espindola
2013-01-11
1
-8
/
+14
*
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
1
-16
/
+16
*
When name lookup for a redeclaration finds declarations that are known
Douglas Gregor
2013-01-09
1
-0
/
+41
[next]