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
...
*
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-27
1
-9
/
+9
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-3
/
+2
*
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-25
1
-10
/
+16
*
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
1
-1
/
+1
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-2
/
+17
*
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-04-16
1
-1
/
+4
*
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
1
-16
/
+9
*
Local thread_local variables are implicitly 'static'. (This doesn't apply to ...
Richard Smith
2013-04-15
1
-2
/
+11
*
Properly check for a constant initializer for a thread-local variable.
Richard Smith
2013-04-15
1
-1
/
+2
*
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
1
-0
/
+22
*
Handle incompatible redeclarations of library builtins better.
John McCall
2013-04-14
1
-11
/
+21
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-10
/
+20
*
Don't replace an existing decl in the scope chains with its
John McCall
2013-04-13
1
-28
/
+0
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-16
/
+25
*
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-07
1
-1
/
+1
*
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-06
1
-1
/
+4
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-05
1
-0
/
+10
*
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
1
-10
/
+0
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
1
-0
/
+10
*
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
1
-4
/
+5
*
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
1
-1
/
+1
*
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
1
-1
/
+1
*
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
1
-1
/
+13
*
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
1
-14
/
+1
*
Fix linkage related crash.
Rafael Espindola
2013-04-04
1
-2
/
+2
*
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
1
-2
/
+12
*
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
1
-0
/
+9
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-94
/
+30
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-30
/
+94
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-94
/
+30
*
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-04-03
1
-2
/
+2
*
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-02
1
-0
/
+52
*
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-04-01
1
-0
/
+5
*
Only merge down a variable type if the previous declaration was
John McCall
2013-04-01
1
-9
/
+40
*
Fix thinko (and the bots): We still want to warn in C.
Rafael Espindola
2013-03-29
1
-2
/
+2
*
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-29
1
-0
/
+1
*
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
1
-1
/
+1
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
1
-5
/
+12
*
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-26
1
-0
/
+8
*
<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...
Douglas Gregor
2013-03-25
1
-1
/
+2
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
1
-0
/
+1
*
Fix indentation
David Blaikie
2013-03-21
1
-3
/
+3
*
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
1
-1
/
+2
*
Don't look outside the innermost enclosing namespace when
John McCall
2013-03-20
1
-0
/
+23
*
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
1
-68
/
+95
*
Diagnose about extern "C" functions returning c++ objects
Fariborz Jahanian
2013-03-14
1
-1
/
+2
*
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-14
1
-12
/
+74
*
Whitespace cleanup.
Rafael Espindola
2013-03-12
1
-1
/
+1
*
We already reported an error for
Rafael Espindola
2013-03-12
1
-1
/
+2
*
Error if an extern C declaration matches a previous hidden extern C declaration.
Rafael Espindola
2013-03-12
1
-4
/
+1
[prev]
[next]