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
...
*
[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
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-4
/
+14
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-14
/
+4
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-4
/
+14
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-0
/
+3
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-3
/
+0
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-0
/
+3
*
Recommit r308327 3rd time: Add a warning for missing
Alex Lorenz
2017-07-28
1
-0
/
+1
*
Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"
Hans Wennborg
2017-07-26
1
-1
/
+0
*
Recommit r308327 2nd time: Add a warning for missing
Alex Lorenz
2017-07-26
1
-0
/
+1
*
Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...
Hans Wennborg
2017-07-19
1
-1
/
+0
*
Recommit r308327: Add a warning for missing '#pragma pack (pop)'
Alex Lorenz
2017-07-19
1
-0
/
+1
*
Revert r308327
Alex Lorenz
2017-07-18
1
-1
/
+0
*
Add a warning for missing '#pragma pack (pop)' and suspicious uses
Alex Lorenz
2017-07-18
1
-0
/
+1
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-3
/
+3
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
[modules ts] Improve merging of module-private declarations.
Richard Smith
2017-07-05
1
-1
/
+1
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-6
/
+12
*
PR33002: When we instantiate the definition of a static data member, we might
Richard Smith
2017-06-22
1
-1
/
+10
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
1
-0
/
+2
*
[Modules] Fix use after scope.
Benjamin Kramer
2017-06-02
1
-1
/
+2
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-42
/
+114
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-4
/
+5
[prev]
[next]