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
*
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
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+13
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-19
/
+0
*
Remove unused tracking of owning module for MacroInfo objects.
Richard Smith
2017-05-12
1
-1
/
+0
*
Silences gcc's -Wnarrowing.
Daniel Jasper
2017-05-03
1
-2
/
+3
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-1
/
+19
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-0
/
+2
*
Placate MSVC's narrowing conversion unhappiness.
Richard Smith
2017-04-25
1
-1
/
+1
*
[modules ts] Diagnose 'export' declarations outside of a module interface.
Richard Smith
2017-04-24
1
-3
/
+4
*
Modules: Do not serialize #pragma pack state
Duncan P. N. Exon Smith
2017-04-15
1
-0
/
+5
*
Modular Codegen: Separate flags for function and debug info support
David Blaikie
2017-04-12
1
-6
/
+5
*
Serialization: Simulate -Werror settings in implicit modules
Duncan P. N. Exon Smith
2017-04-12
1
-1
/
+6
*
Serialization: Emit the final diagnostic state last, almost NFC
Duncan P. N. Exon Smith
2017-04-12
1
-2
/
+14
*
Serialization: Skip check in WritePragmaDiagnosticMappings, NFC
Duncan P. N. Exon Smith
2017-04-12
1
-2
/
+1
*
[ODRHash] Improve handling of hash values
Richard Trieu
2017-04-11
1
-1
/
+4
*
Modular Codegen: Support homing debug info for types in modular objects
David Blaikie
2017-04-11
1
-0
/
+6
*
Modular Codegen: Add/use a bit in serialized function definitions to track wh...
David Blaikie
2017-04-11
1
-3
/
+1
[next]