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
/
SemaStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sema: handle AttributedTypeLocs in C++14 auto deduction
Saleem Abdulrasool
2014-10-15
1
-2
/
+5
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-1
/
+5
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-0
/
+40
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-8
/
+8
*
Allow @synchronized to contextually convert a C++ object to an ObjC object po...
Jordan Rose
2014-08-12
1
-3
/
+18
*
PR11778: Fix the rejects-valid half of this bug. We still produce the same
Richard Smith
2014-08-04
1
-63
/
+46
*
Revert r213437
Warren Hunt
2014-07-25
1
-5
/
+6
*
[MS-ABI] Assign SEH handler indices to __try blocks
Warren Hunt
2014-07-19
1
-6
/
+5
*
Objective-C. Patch to warn if the result of calling a property getter
Fariborz Jahanian
2014-07-18
1
-3
/
+9
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-1
/
+1
*
Sema: Check that __leave is contained in a __try block.
Nico Weber
2014-07-06
1
-0
/
+6
*
Add parser support for __leave (sema and onward still missing).
Nico Weber
2014-07-06
1
-0
/
+5
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
1
-2
/
+2
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-9
/
+5
*
[OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
2014-06-03
1
-0
/
+6
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-59
/
+50
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-42
/
+42
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-32
/
+33
*
Improved recovery of switch statement
Serge Pavlov
2014-05-21
1
-2
/
+4
*
[OPENMP] Fix warning in Release builds.
Alexey Bataev
2014-05-14
1
-0
/
+9
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-15
/
+57
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-40
/
+67
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-1
/
+2
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-5
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-14
/
+14
*
Move the warning about unused relational comparison from -Wunused-value to
Richard Trieu
2014-03-11
1
-7
/
+20
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-2
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-6
/
+4
*
Rename getResultLoc() too
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-6
/
+6
*
Combine the checks for returns_nonnull and for operator new returning null, i...
Artyom Skrobov
2014-01-24
1
-23
/
+2
*
Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
2014-01-23
1
-12
/
+44
*
Add basic checking for returning null from functions/methods marked 'returns_...
Ted Kremenek
2014-01-22
1
-2
/
+10
*
Issue a warning if a throwing operator new or operator new[] returns a null
Richard Smith
2014-01-17
1
-0
/
+22
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-4
/
+4
*
-Wassign-enum: compare unqualified types
Dmitri Gribenko
2013-12-05
1
-2
/
+2
*
Allow the warning 'case value not in enumerated type' to be silenced with
Dmitri Gribenko
2013-12-05
1
-8
/
+39
*
Issue diagnostic when constructor or destructor
Fariborz Jahanian
2013-12-03
1
-4
/
+16
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-2
/
+0
*
Improve the error message for attempting to build a for range loop using a
Richard Trieu
2013-10-11
1
-2
/
+17
*
ObjectiveC. ObjectiveC's collection selector expression in
Fariborz Jahanian
2013-10-10
1
-0
/
+3
*
Remove support for arrays of runtime bound in C++1y, now they have been voted
Richard Smith
2013-10-01
1
-2
/
+0
*
Refactor to use C++1y 'auto' semantics directly in lambdas with no specified
Richard Smith
2013-09-25
1
-34
/
+47
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-2
/
+2
*
Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
2013-08-27
1
-2
/
+2
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-42
/
+24
*
const'ify Sema::ActOnCXXTryBlock by
Robert Wilhelm
2013-08-22
1
-7
/
+4
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-24
/
+42
[prev]
[next]