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
...
*
Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren
2016-04-29
1
-0
/
+1
*
[MS] Make #pragma pack use PragmaStack<> class.
Denis Zobnin
2016-04-29
1
-4
/
+4
*
Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)"
Denis Zobnin
2016-04-29
1
-1
/
+1
*
Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"
Denis Zobnin
2016-04-28
1
-1
/
+1
*
[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Denis Zobnin
2016-04-28
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-14
/
+0
*
Store list of undefined-but-used objects in a deterministic order to fix
Richard Smith
2016-03-25
1
-27
/
+12
*
Fix predefine for __NSConstantString struct type
Ben Langmuir
2016-02-04
1
-4
/
+5
*
Reapply r259624, it is likely not the commit causing the bot failures.
Quentin Colombet
2016-02-03
1
-0
/
+4
*
Revert r259624 - Make CF constant string decl visible to name lookup to fix m...
Quentin Colombet
2016-02-03
1
-4
/
+0
*
Make CF constant string decl visible to name lookup to fix module errors
Ben Langmuir
2016-02-03
1
-0
/
+4
*
[Sema] Make nullness warnings appear in C++.
George Burgess IV
2015-12-14
1
-12
/
+15
*
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...
Craig Topper
2015-11-15
1
-7
/
+6
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-1
/
+1
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-2
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fix for assertion fail for pragma weak on typedef.
Alexander Musman
2015-09-18
1
-2
/
+9
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+6
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+12
*
Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith
2015-08-18
1
-4
/
+0
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-0
/
+3
*
[modules] Stop performing PCM lookups for all identifiers when building with ...
Richard Smith
2015-07-22
1
-0
/
+3
*
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
[prev]
[next]