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
...
*
[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
*
Sema: Variable definitions cannot be __attribute__((alias))
David Majnemer
2015-01-19
1
-24
/
+14
*
If a function decl cannot be merged, mark it as invalid.
Nico Weber
2015-01-17
1
-0
/
+1
*
Sema: Recover when a function template is in an extern "C" block
David Majnemer
2015-01-15
1
-2
/
+2
*
Sema: It's cheaper to ask LookupResult::empty than to calculate linkage
David Majnemer
2015-01-14
1
-1
/
+1
*
Sema: Check type compatibility with the most recent decl when merging
David Majnemer
2015-01-14
1
-1
/
+8
*
Sema: An extern declaration can't be a redeclaration of a parameter
David Majnemer
2015-01-14
1
-2
/
+2
*
When attribute 'optnone' appears on the same declaration with a
Paul Robinson
2015-01-13
1
-1
/
+3
*
Revert "Sema: An extern declaration can't be a redeclaration of a parameter"
David Majnemer
2015-01-13
1
-2
/
+4
*
Sema: An extern declaration can't be a redeclaration of a parameter
David Majnemer
2015-01-13
1
-4
/
+2
*
Mark vtable used on explicit destructor definitions.
Nico Weber
2015-01-13
1
-1
/
+3
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-1
/
+1
*
Sema: Don't crash when variable is redefined as a constexpr function
David Majnemer
2015-01-09
1
-1
/
+1
*
Sema: RecordDecl shouldn't have a FunctionDecl as a Decl
David Majnemer
2015-01-09
1
-1
/
+6
*
Sema: Don't crash when specializing a global scope function in a class
David Majnemer
2015-01-09
1
-1
/
+1
*
Sema: Remove some dead code from CreateNewFunctionDecl
David Majnemer
2015-01-09
1
-3
/
+0
*
Handle OpaqueValueExprs more intelligently in the TransformTypos tree
Kaelyn Takata
2015-01-07
1
-1
/
+3
*
Sema: Don't crash when solitary :: token appears before { in struct def
David Majnemer
2014-12-29
1
-1
/
+1
[prev]
[next]