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
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Implement several unary type traits more accurately
David Majnemer
2015-11-16
1
-19
/
+32
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-1
/
+1
*
[Sema] __is_constructible should return false for function types
David Majnemer
2015-11-13
1
-10
/
+11
*
Sema: correct typo recovery with blocks
Saleem Abdulrasool
2015-10-31
1
-0
/
+2
*
MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Ismail Pazarbasi
2015-10-26
1
-2
/
+4
*
Fix warning caused by r249995
George Burgess IV
2015-10-11
1
-0
/
+1
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+6
*
[Sema] Reject value-initialization of function types
David Majnemer
2015-09-14
1
-0
/
+9
*
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
2015-09-10
1
-2
/
+0
*
[MS ABI] Select a pointer to member representation more often
David Majnemer
2015-09-10
1
-0
/
+2
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-1
/
+1
*
[MSVC Compat] Implement __is_destructible, __is_nothrow_destructible
David Majnemer
2015-08-11
1
-2
/
+41
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-1
/
+3
*
Use range-based for loops; NFC.
Aaron Ballman
2015-07-21
1
-10
/
+6
*
Use a range-based for loop; NFC.
Aaron Ballman
2015-07-21
1
-2
/
+2
*
Replace some uses of Self.Context with the local variable C; NFC.
Aaron Ballman
2015-07-21
1
-14
/
+14
*
Fix a typo correction crash when resolving ambiguous corrections.
Kaelyn Takata
2015-06-25
1
-0
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[MS ABI] Lock-in the derived memptr rep. for base-to-derived conversions
David Majnemer
2015-06-12
1
-4
/
+4
*
add ConstEvaluatedExprVisitor
Scott Douglass
2015-06-10
1
-1
/
+0
*
SemaExprCXX.cpp: Try to fix \param in r237608. [-Wdocumentation]
NAKAMURA Takumi
2015-05-19
1
-2
/
+1
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
1
-8
/
+259
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
1
-259
/
+8
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
1
-8
/
+259
*
Allow TransformTypos to ignore corrections to a specified VarDecl.
Kaelyn Takata
2015-05-05
1
-5
/
+10
*
Check whether the operand to a noexcept expression is valid or not. Fixes PR1...
Aaron Ballman
2015-04-27
1
-0
/
+10
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+3
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-4
/
+3
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-9
/
+0
*
Revert "Improvement on sized deallocation from r230160"
Reid Kleckner
2015-03-19
1
-10
/
+9
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-45
/
+43
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-4
/
+41
*
MS ABI: Correctly generate throw-info for pointer to const qual types
David Majnemer
2015-03-06
1
-3
/
+2
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-10
/
+70
*
[PATCH] Patch to fix the AST for vector splat from any
Fariborz Jahanian
2015-03-05
1
-2
/
+12
*
Sema: Properly initialize the thrown exception object
David Majnemer
2015-03-03
1
-21
/
+6
*
Silence unused variable warning in NDEBUG build
Reid Kleckner
2015-02-26
1
-2
/
+2
*
Improvement on sized deallocation from r230160:
Larisse Voufo
2015-02-25
1
-9
/
+10
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-27
/
+7
*
PR22673 again: diagnose use of the used decl, not the found decl. This is also
Richard Smith
2015-02-24
1
-2
/
+2
*
PR22673: Don't forget to check a constructor for deletedness when we use it to
Richard Smith
2015-02-24
1
-3
/
+7
*
Relax the requirement on sized deallocation a bit: Default on unsized delete ...
Larisse Voufo
2015-02-22
1
-0
/
+9
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-4
/
+4
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-16
1
-4
/
+5
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-5
/
+7
*
Generalize r228066 to give all implicit global allocation functions default v...
Larisse Voufo
2015-02-04
1
-0
/
+4
*
PR22367: Don't forget to create a CXXFunctionalCastExpr around
Richard Smith
2015-01-28
1
-6
/
+9
*
Revert a change from r222797 that is no longer needed and can cause
Kaelyn Takata
2015-01-28
1
-0
/
+4
*
Fix a think-o in handling ambiguous corrections for a TypoExpr.
Kaelyn Takata
2015-01-27
1
-4
/
+7
[next]