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
...
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-2
/
+6
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-3
/
+28
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-1
/
+1
*
[modules] Ensure that if we merge the definitions of two enumerations, that
Richard Smith
2015-06-17
1
-1
/
+0
*
[modules] Fix assert/crash when parsing and merging a definition of a class w...
Richard Smith
2015-06-11
1
-0
/
+16
*
[modules] Fix a few places where merging wasn't performed if modules was disa...
Richard Smith
2015-06-11
1
-3
/
+4
*
Do not parse members of incomplete class.
Serge Pavlov
2015-06-10
1
-2
/
+4
*
PR5172: Fix for a bug in pragma redefine_extname implementation:
Alexander Musman
2015-06-10
1
-9
/
+15
*
[modules] Support for merging a parsed definition of a static data member of ...
Richard Smith
2015-05-19
1
-14
/
+33
*
[modules] Move implicit creation of ImportDecls for #includes transformed int...
Richard Smith
2015-05-18
1
-1
/
+20
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-14
/
+36
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-2
/
+2
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-2
/
+3
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-11
/
+33
*
Allow TransformTypos to ignore corrections to a specified VarDecl.
Kaelyn Takata
2015-05-05
1
-4
/
+5
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-4
/
+2
*
[cuda] Preserve TLS storage class of host variable even if it's a
Artem Belevich
2015-04-28
1
-2
/
+6
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-0
/
+17
*
[cuda] Ignore "TLS unsupported by target" errors for host variables during de...
Artem Belevich
2015-04-27
1
-4
/
+14
*
[Sema] Don't allow unverified bitfields in FieldDecls
David Majnemer
2015-04-26
1
-1
/
+3
*
[Sema] Check if a builtin is FunctionPrototype().
Davide Italiano
2015-04-25
1
-1
/
+1
*
Diagnose variadic main() as an extension; addresses PR17905.
Aaron Ballman
2015-04-23
1
-0
/
+6
*
Wrap to 80 columns, fix typo in comment. No behavior change.
Nico Weber
2015-04-22
1
-2
/
+3
*
[Sema] Don't crash if array bound calculation overflowed constexpr array
David Majnemer
2015-04-18
1
-0
/
+2
*
Properly implement warn_unused_result checking for classes/structs.
Kaelyn Takata
2015-04-09
1
-14
/
+1
*
[modules] Allow a function template definition if we have a pre-existing but ...
Richard Smith
2015-03-27
1
-3
/
+6
*
[modules] Allow a function to be redefined if the old definition is not visible.
Richard Smith
2015-03-27
1
-0
/
+9
*
[modules] Handle defining a tag with a typedef name for linkage purposes on t...
Richard Smith
2015-03-27
1
-2
/
+31
*
[modules] Handle defining a class template on top of an existing imported-but...
Richard Smith
2015-03-27
1
-4
/
+6
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
1
-5
/
+21
*
MS ABI: Implement the MSVC 2015 scheme for scope disambiguation
David Majnemer
2015-03-19
1
-11
/
+24
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Fix a crash when the size of an 'auto' is needed and its initalizer
Kaelyn Takata
2015-03-17
1
-0
/
+14
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-27
/
+1
*
Comment parsing: move a diagnostic to the correct group.
Dmitri Gribenko
2015-03-17
1
-2
/
+5
*
MS ABI: Generate default constructor closures
David Majnemer
2015-03-13
1
-1
/
+27
*
Sema: Don't emit a missing prototype warning for deleted functions.
Benjamin Kramer
2015-03-12
1
-26
/
+30
*
Sema: Properly track mangling number/name for linkage for using decls
David Majnemer
2015-03-11
1
-46
/
+52
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-03-09
1
-3
/
+3
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-03-07
1
-3
/
+5
*
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
Richard Smith
2015-03-07
1
-18
/
+4
*
Implement section pragma feedback on r205810
Reid Kleckner
2015-03-04
1
-8
/
+11
*
Make -Wuninitialized warn on pointer-to-member and comma operators.
Manuel Klimek
2015-03-03
1
-1
/
+6
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-23
/
+27
*
[MSVC] Improved lookup into dependent/non-dependent bases of dependent class
Alexey Bataev
2015-02-19
1
-32
/
+72
*
Sema: Allow 'constexpr' variables in range loops
Meador Inge
2015-02-18
1
-2
/
+0
*
Port r163224 to C++.
Nico Weber
2015-02-18
1
-1
/
+4
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-18
1
-2
/
+4
*
Revert r229543.
Meador Inge
2015-02-17
1
-0
/
+2
*
Sema: Allow 'constexpr' variables in range loops
Meador Inge
2015-02-17
1
-2
/
+0
[prev]
[next]