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
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove two unused includes.
Nico Weber
2015-07-19
1
-1
/
+0
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-1
/
+2
*
Diagnose unsafe uses of nil and __nonnull pointers.
Douglas Gregor
2015-06-19
1
-0
/
+13
*
Wrap to 80 columns, no behavior change.
Nico Weber
2015-06-18
1
-4
/
+4
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-5
/
+1
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
1
-0
/
+19
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-0
/
+1
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
1
-19
/
+0
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
1
-0
/
+19
*
[Modules] Make "#pragma weak" undeclared identifiers be tracked
Chandler Carruth
2015-03-26
1
-16
/
+7
*
OpenCL: CL2.0 atomic types
Anastasia Stulova
2015-03-18
1
-0
/
+23
*
Reverted OpenCL2.0 atomic type commits r231932, r231935
Anastasia Stulova
2015-03-11
1
-23
/
+0
*
OpenCL: CL2.0 atomic types
Anastasia Stulova
2015-03-11
1
-0
/
+23
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-16
/
+2
*
Sema: size_t is available in C when -fms-compatibility is enabled
David Majnemer
2015-02-18
1
-2
/
+3
*
Sema: Replace some push_backs of expensive to move objects with emplace_back.
Benjamin Kramer
2015-02-17
1
-3
/
+1
*
Thread Safety Analysis: add support for before/after annotations on mutexes.
DeLesley Hutchins
2015-02-03
1
-1
/
+3
*
Revert "Thread Safety Analysis: add support for before/after annotations on m...
Reid Kleckner
2015-02-03
1
-3
/
+1
*
Thread Safety Analysis: add support for before/after annotations on mutexes.
DeLesley Hutchins
2015-02-03
1
-1
/
+3
*
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
Nico Weber
2015-01-26
1
-12
/
+0
*
Delay checking overrides for exception specifications if the overridden
Richard Smith
2014-11-22
1
-1
/
+1
*
Add an assertion for detecting missed/uncorrected TypoExprs.
Kaelyn Takata
2014-11-21
1
-0
/
+2
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-4
/
+0
*
Reland r219810 "Fix late template parsing leak with incremental processing"
Reid Kleckner
2014-10-22
1
-0
/
+4
*
Revert "Fix late template parsing leak with incremental processing"
Reid Kleckner
2014-10-15
1
-3
/
+0
*
Fix late template parsing leak with incremental processing
Reid Kleckner
2014-10-15
1
-0
/
+3
*
clang-cl: Don't warn for unused private fields when encountering a late parse...
Ehsan Akhgari
2014-10-11
1
-1
/
+6
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-0
/
+1
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-0
/
+19
*
Move the initialization of VAListTagName after InitializeSema()
Ben Langmuir
2014-09-05
1
-2
/
+4
*
Objective-C ARC. Use of non-retain/autorelease API
Fariborz Jahanian
2014-08-08
1
-0
/
+1
*
Objective-C ARC. More code for Objective-C's
Fariborz Jahanian
2014-08-06
1
-1
/
+1
*
Objective-C ARC. Adding declarations for Objective-C's
Fariborz Jahanian
2014-08-06
1
-0
/
+3
*
Wrap to 80 columns. No behavior change.
Nico Weber
2014-07-26
1
-4
/
+5
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-1
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+2
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-6
/
+2
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-3
/
+3
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-1
/
+1
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-36
/
+37
*
Don't warn about undefined inline functions if they're dllexport/import
Hans Wennborg
2014-05-22
1
-0
/
+7
*
Refactoring another for loop to use a range-based for loop instead. Also clea...
Aaron Ballman
2014-05-15
1
-11
/
+4
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
2014-05-03
1
-1
/
+2
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-1
/
+7
*
[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...
Argyrios Kyrtzidis
2014-04-26
1
-2
/
+18
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-1
/
+2
*
Refactor: move loading pending instantiations from chained PCHs to a more app...
Richard Smith
2014-03-22
1
-0
/
+8
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-20
/
+12
[next]