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
...
*
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
*
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
2014-12-28
1
-3
/
+2
*
Try typo correction on all initialization arguments and be less
Kaelyn Takata
2014-12-16
1
-7
/
+5
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-1
/
+1
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
1
-0
/
+6
*
Create a new 'flag_enum' attribute.
Alexis Hunt
2014-11-28
1
-8
/
+78
*
When checking for uninitialized values, do not confuse "std::move" with every
Richard Trieu
2014-11-27
1
-1
/
+2
*
Properly correct initializer expressions based on whether they would be valid.
Kaelyn Takata
2014-11-21
1
-0
/
+17
*
Fix missing diagnostic for unsupported TLS for some thread_local variables.
Bob Wilson
2014-11-21
1
-16
/
+14
*
Fix an assertion when ending a function definition.
John McCall
2014-11-18
1
-1
/
+2
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-0
/
+1
*
Move the no-prototype calling conv check after decl merging
Reid Kleckner
2014-11-03
1
-13
/
+14
*
Don't diagnose no-prototype callee-cleanup function definitions
Reid Kleckner
2014-11-03
1
-15
/
+15
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-0
/
+8
*
Have -Wuninitialized catch uninitalized use in overloaded operator arguments.
Richard Trieu
2014-10-31
1
-4
/
+7
*
Remove StorageClass typedefs from VarDecl and FunctionDecl since StorageClass...
Craig Topper
2014-10-31
1
-14
/
+11
*
Follow-up to r216619: use isCXXCLassMember() instead of trying to
Hans Wennborg
2014-10-29
1
-1
/
+1
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-29
/
+28
*
Add frontend support for __vectorcall
Reid Kleckner
2014-10-24
1
-2
/
+2
*
Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo
Hal Finkel
2014-10-20
1
-0
/
+1
*
Sema: handle additional case of qualified types
Saleem Abdulrasool
2014-10-16
1
-2
/
+1
[prev]
[next]