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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add parens for || in && in assert. No functionality change.
Benjamin Kramer
2013-11-07
1
-2
/
+2
*
This patch implements capturing of variables within generic lambdas.
Faisal Vali
2013-11-07
1
-35
/
+132
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+1
*
Change the other -Wtautological-compare warnings to not trigger in template
Richard Trieu
2013-11-02
1
-2
/
+4
*
ObjectiveC. Define a new cc1 flag
Fariborz Jahanian
2013-11-01
1
-8
/
+4
*
Minor performance improvement to not do unnecessary work
Fariborz Jahanian
2013-10-25
1
-6
/
+8
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-0
/
+6
*
Add -Wstring-plus-char, which warns when adding char literals to C strings.
Jordan Rose
2013-10-25
1
-4
/
+57
*
Sema: Do not allow lambda expressions to appear inside of constant expressions
David Majnemer
2013-10-25
1
-6
/
+15
*
Parse: Disable delayed template parsing for constexpr functions
David Majnemer
2013-10-23
1
-5
/
+3
*
Fix typo.
Rafael Espindola
2013-10-19
1
-1
/
+1
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
ms-compat: Fix taking the address of a member of a dependent base
Reid Kleckner
2013-10-15
1
-6
/
+18
*
Sema: Consider it an error to apply __builtin_offsetof to a member in a virtu...
David Majnemer
2013-10-15
1
-2
/
+8
*
Diagnose by-copy captures of abstract classes.
Douglas Gregor
2013-10-11
1
-0
/
+4
*
Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2.
Benjamin Kramer
2013-10-10
1
-0
/
+4
*
Make InstantiatingTemplate depth checks clearer
Alp Toker
2013-10-08
1
-1
/
+1
*
Add support for WG21 N3599 (literal operator template for strings) as a GNU
Richard Smith
2013-10-07
1
-32
/
+78
*
Sema::tryCaptureVariable(): Prune three unused variables, HasBlocksAttr, IsBl...
NAKAMURA Takumi
2013-10-07
1
-4
/
+0
*
Refactor tryCaptureVar using ExtractMethod. No functionality change.
Faisal Vali
2013-10-07
1
-301
/
+394
*
Tweak changes in r186464 to avoid a crash.
Eli Friedman
2013-10-01
1
-1
/
+4
*
Switch from putting init capture VarDecls in the surrounding DeclContext to
Richard Smith
2013-09-28
1
-4
/
+11
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-34
/
+22
*
Sema: Respect -fdelayed-template-parsing when parsing constexpr functions
David Majnemer
2013-09-27
1
-3
/
+5
*
Fix a bug in the typo correction replacement location.
Kaelyn Uhrain
2013-09-26
1
-1
/
+3
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-1
/
+1
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+13
*
Handle PredefinedExpr with templates and lambdas
Wei Pan
2013-09-16
1
-18
/
+23
*
Fix regression from r190427.
Eli Friedman
2013-09-12
1
-1
/
+1
*
PR5683: Issue a warning when subtracting pointers to types of zero size, and
Richard Smith
2013-09-10
1
-0
/
+12
*
OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector...
David Tweed
2013-09-06
1
-0
/
+3
*
Add self-comparison warnings for fields.
Eli Friedman
2013-09-06
1
-30
/
+43
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-5
/
+5
*
Reference extension is weird/surprising and unnecessary, let's not do that.
David Blaikie
2013-09-03
1
-1
/
+1
*
the call to UsualArithmeticConversions should come after the call to CheckVec...
Jin-Gu Kang
2013-09-02
1
-8
/
+9
*
Handle predefined expression for a captured statement
Wei Pan
2013-08-26
1
-0
/
+2
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
Sema: Use the right type for PredefinedExpr when it's in a lambda.
Benjamin Kramer
2013-08-21
1
-8
/
+8
*
PR16727: don't try to evaluate a potentially value-dependent expression when
Richard Smith
2013-08-19
1
-2
/
+4
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-70
/
+47
*
Don't allow unary negation on scoped enums.
Eli Friedman
2013-08-16
1
-3
/
+0
*
sizeof(void) etc. should be a hard error in C++.
Eli Friedman
2013-08-13
1
-0
/
+16
*
Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...
Robert Wilhelm
2013-08-09
1
-1
/
+1
*
Emit an error for enum increments and decrements in C++ mode.
Richard Trieu
2013-08-08
1
-0
/
+4
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-36
/
+98
*
Implement C++'s restrictions on the type of an expression passed to a vararg
Richard Smith
2013-08-05
1
-18
/
+44
*
Sema: Don't assume a nested name specifier holds a type
David Majnemer
2013-08-05
1
-2
/
+1
*
ObjectiveC ARC: finishing off issuing error when
Fariborz Jahanian
2013-07-31
1
-3
/
+11
*
ObjectiveC ARC: Do not issue bridge cast diagnostic when
Fariborz Jahanian
2013-07-31
1
-2
/
+4
*
ObjectiveC arc: minor refactoring in my last patch
Fariborz Jahanian
2013-07-31
1
-2
/
+5
[prev]
[next]