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
/
AST
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR37979: integral promotions in C++ treat enum bit-fields like enums,
Richard Smith
2018-06-28
1
-1
/
+9
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-2
/
+25
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+89
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-9
/
+134
*
PR37680: fix faulty assertion condition.
Richard Smith
2018-06-06
1
-0
/
+1
*
Detect an incompatible VLA pointer assignment
Jeremy Morse
2018-06-05
1
-2
/
+32
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+29
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-29
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+29
*
Address post-commit review comments after r328731. NFC.
Akira Hatanaka
2018-05-15
1
-8
/
+0
*
[AST] Print correct tag decl for tag specifier
Joel E. Denny
2018-05-14
1
-6
/
+7
*
[OpenCL] Add constant address space to __func__ in AST.
Anastasia Stulova
2018-05-09
1
-0
/
+6
*
_Atomic of empty struct shouldn't assert
JF Bastien
2018-05-09
1
-4
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-22
/
+22
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-1
/
+2
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-34
/
+14
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+6
*
Limit types of builtins that can be redeclared.
Erich Keane
2018-04-16
1
-0
/
+4
*
[XRay][llvm+clang] Consolidate attribute list files
Dean Michael Berris
2018-04-09
1
-1
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-04-03
1
-303
/
+292
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-3
/
+5
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-4
/
+7
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
1
-0
/
+2
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-2
/
+7
*
[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...
David L. Jones
2018-03-02
1
-5
/
+7
*
Revert r326501 due to buildbot breakage.
David L. Jones
2018-03-01
1
-7
/
+5
*
[NFC] Move CommentOpts checks to the call sites that depend on it.
David L. Jones
2018-03-01
1
-5
/
+7
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-3
/
+3
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-6
/
+11
*
Revert r325375 "[MS] Make constexpr static data members implicitly inline"
Hans Wennborg
2018-02-20
1
-1
/
+1
*
[MS] Make constexpr static data members implicitly inline
Reid Kleckner
2018-02-16
1
-1
/
+1
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+5
*
Make __has_unique_object_representations reject empty union types.
Eric Fiselier
2018-02-02
1
-1
/
+1
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+17
*
Add support for a limited subset of TS 18661-3 math builtins.
Benjamin Kramer
2018-01-06
1
-2
/
+4
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
1
-14
/
+12
*
Make helpers static. No functionality change.
Benjamin Kramer
2017-12-24
1
-1
/
+1
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-17
/
+9
*
Fix ICE when __has_unqiue_object_representations called with invalid decl
Erich Keane
2017-12-12
1
-0
/
+3
*
[OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
Sven van Haastregt
2017-12-06
1
-1
/
+42
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
Fix __has_unique_object_representations implementation
Erich Keane
2017-11-30
1
-1
/
+165
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-3
/
+2
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-23
1
-77
/
+99
*
PR22763: if a defaulted (non-user-provided) special member function is
Richard Smith
2017-11-16
1
-0
/
+6
*
Add default calling convention support for regcall.
Erich Keane
2017-11-02
1
-0
/
+5
*
Correct behavior of fastcall when default CC is set.
Erich Keane
2017-10-24
1
-1
/
+1
*
For better compatibility with C++11 and C++14, emit a nondiscardable definition
Richard Smith
2017-10-23
1
-3
/
+3
[prev]
[next]