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
...
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
C++11 weakens the requirement for types used with offsetof from POD to standa...
Benjamin Kramer
2012-04-28
1
-2
/
+10
*
Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODTy...
Benjamin Kramer
2012-04-28
1
-1
/
+2
*
PR 12586: Fix assert while running libc++ testsuite: deal with exception
Richard Smith
2012-04-19
1
-3
/
+2
*
VerifyICE: Pass PartialDiagnostics by reference.
Benjamin Kramer
2012-04-18
1
-4
/
+5
*
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-17
1
-0
/
+7
*
objective-c modern translator: buildit objc bool
Fariborz Jahanian
2012-04-16
1
-17
/
+1
*
When we're flagging a protected scope to prevent jumps into the
John McCall
2012-04-13
1
-10
/
+14
*
objective-c literals: Issue warning and ignore
Fariborz Jahanian
2012-04-12
1
-3
/
+7
*
Compute standard conversion sequences for conversions to atomic
Douglas Gregor
2012-04-12
1
-4
/
+9
*
objective-c numeric literal: type of boolean is
Fariborz Jahanian
2012-04-12
1
-1
/
+13
*
objective-c: remove IsConstProperty as it does not
Fariborz Jahanian
2012-04-10
1
-17
/
+1
*
objective-c: add an assertion for property
Fariborz Jahanian
2012-04-10
1
-0
/
+5
*
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-09
1
-1
/
+1
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-1
/
+2
*
Fix a Sema invariant bug that I recently introduced involving
John McCall
2012-04-06
1
-0
/
+3
*
Properly implement the C rules for composite types for qualified pointers in ...
Eli Friedman
2012-04-05
1
-11
/
+27
*
Enter an expression evaluation context when parsing
John McCall
2012-04-04
1
-0
/
+14
*
Remove dead assignment to local variable.
Ted Kremenek
2012-04-04
1
-2
/
+0
*
Finish PR10217: Ensure we say that a special member was implicitly, not
Richard Smith
2012-04-02
1
-8
/
+11
*
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
1
-1
/
+20
*
Forbid the block and lambda copy-capture of __autoreleasing variables
John McCall
2012-03-30
1
-0
/
+21
*
objective-c: Improve diagnostics and
Fariborz Jahanian
2012-03-28
1
-6
/
+6
*
Alternate fix to PR12248: put Sema in charge of special-casing
John McCall
2012-03-13
1
-3
/
+36
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-107
/
+107
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-62
/
+12
*
[AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
Daniel Dunbar
2012-03-09
1
-11
/
+12
*
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
1
-23
/
+117
*
[AST] Reduce Decl::getASTContext() calls.
Daniel Dunbar
2012-03-09
1
-4
/
+5
*
Don't crash when a statement in a block is ill-formed but
John McCall
2012-03-08
1
-0
/
+2
*
Add support for cooked forms of user-defined-integer-literal and
Richard Smith
2012-03-08
1
-28
/
+67
*
User-defined literal support for character literals.
Richard Smith
2012-03-08
1
-4
/
+27
*
AST representation for user-defined literals, plus just enough of semantic
Richard Smith
2012-03-07
1
-4
/
+21
*
objective-c lldb support: don't perform ivar access control check
Fariborz Jahanian
2012-03-07
1
-1
/
+2
*
Cleanup (style). Thanks to Argyrios for catching
Sean Callanan
2012-03-06
1
-8
/
+3
*
Extended the UnknownAnyTy resolver to handle
Sean Callanan
2012-03-06
1
-10
/
+34
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-4
/
+21
*
Undo patch for // rdar://10735698
Fariborz Jahanian
2012-03-06
1
-6
/
+1
*
patch to optionally warn for block implementations without explicit
Fariborz Jahanian
2012-03-05
1
-1
/
+6
*
Add -Wstring-plus-int, which warns on "str" + int and int + "str".
Nico Weber
2012-03-02
1
-3
/
+48
*
Change diagnostic test for my last patch.
Fariborz Jahanian
2012-03-02
1
-3
/
+2
*
Ensure that we instantiate static reference data members of class templates
Richard Smith
2012-03-02
1
-2
/
+3
*
c/objc: problem originally reported as an objective-c bug.
Fariborz Jahanian
2012-03-01
1
-0
/
+6
*
Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.
Eli Friedman
2012-03-01
1
-0
/
+1
*
Fix a couple -Wuninitialized warnings from gcc. Reported by David Greene.
Eli Friedman
2012-02-29
1
-1
/
+1
*
A couple minor bug-fixes for template instantiation for expressions which are...
Eli Friedman
2012-02-29
1
-0
/
+2
*
Make the odr-use logic work correctly for constant-expressions. PR12006.
Eli Friedman
2012-02-29
1
-0
/
+12
*
Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign...
Sebastian Redl
2012-02-27
1
-0
/
+19
*
Make sure we don't try to produce a definition of an implicitly-deleted function
Richard Smith
2012-02-26
1
-3
/
+5
*
ArrayRef'ize various functions in the AST/Parser/Sema.
Ahmed Charles
2012-02-25
1
-4
/
+5
[prev]
[next]