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 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
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-15
1
-1
/
+2
*
Make a reference const. No behavior change.
Nico Weber
2015-02-14
1
-1
/
+1
*
Add a warning for direct-list-initialization of a variable with a deduced type
Richard Smith
2015-02-11
1
-0
/
+8
*
Sema: Don't give attribute alias vars with struct type an init expr
David Majnemer
2015-02-08
1
-0
/
+2
*
[MSVC2012] Allow 'mutable' references
Alexey Bataev
2015-02-04
1
-3
/
+6
*
Weaken an assertion that isn't true for invalid input.
Nico Weber
2015-01-30
1
-2
/
+3
*
Revert "Sema: err_after_alias is unreachable, remove it"
David Majnemer
2015-01-21
1
-1
/
+5
*
Sema: err_after_alias is unreachable, remove it
David Majnemer
2015-01-21
1
-5
/
+1
*
Correct all typos in the initialization arguments, even if one could not
Kaelyn Takata
2015-01-21
1
-3
/
+4
*
Fix crashes on missing @interface for category
Ben Langmuir
2015-01-20
1
-1
/
+4
*
Add back a check removed in r226436
David Majnemer
2015-01-19
1
-2
/
+12
[next]