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
/
Serialization
/
ASTWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r345497:
Tom Stellard
2018-11-29
1
-1
/
+4
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+13
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-12
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+12
*
[PCH] Add an option to not write comments into PCH
Ilya Biryukov
2018-07-09
1
-1
/
+4
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
1
-2
/
+2
*
[modules] Do not serialize / deserialize pending new/delete mismatch
Richard Smith
2018-06-28
1
-7
/
+9
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-4
/
+11
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-1
/
+1
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-17
/
+16
*
[AST] Print correct tag decl for tag specifier
Joel E. Denny
2018-05-14
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-33
/
+33
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-0
/
+2
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+1
*
Record whether a module came from a private module map
Jordan Rose
2018-04-20
1
-1
/
+3
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard
Richard Smith
2018-04-05
1
-1
/
+3
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-9
/
+9
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-1
/
+1
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
1
-0
/
+2
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-0
/
+1
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-1
/
+0
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-62
/
+62
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-62
/
+62
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-62
/
+62
*
[modules] Fix incorrect diagnostic mapping computation when a module changes
Richard Smith
2018-02-09
1
-2
/
+5
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+2
*
[index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...
Argyrios Kyrtzidis
2018-01-26
1
-1
/
+3
*
[PCH] Serialize skipped preprocessor ranges
Cameron Desrochers
2018-01-15
1
-0
/
+21
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-3
/
+3
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-3
/
+3
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-3
/
+3
*
Add scope specifiers to updated scoped-enums (that I somehow missed in r321614)
Faisal Vali
2018-01-01
1
-3
/
+3
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-6
/
+22
*
Correctly handle line table entries without filenames during AST serialization
Hans Wennborg
2017-12-04
1
-1
/
+2
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2017-11-11
1
-54
/
+96
*
[preamble] Also record the "skipping" state of the preprocessor
Erik Verbruggen
2017-11-03
1
-0
/
+11
*
PR33746: Store the 'inline'ness of a static data member with the update record
Richard Smith
2017-11-02
1
-0
/
+2
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-1
/
+3
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+18
*
Minor cleanups to address feedback from Bruno. NFC
Douglas Gregor
2017-09-14
1
-1
/
+0
*
[Module map] Introduce a private module re-export directive.
Douglas Gregor
2017-09-14
1
-0
/
+13
*
Fix MSVC narrowing conversion warning.
Simon Pilgrim
2017-09-04
1
-1
/
+1
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-2
/
+3
[next]