Reid Kleckner
|
c8df8c22bd
[MS] Defer dllexport inline friend functions like other inline methods
|
7 years ago |
Vassil Vassilev
|
105edcf926
D34444: Teach codegen to work in incremental processing mode.
|
8 years ago |
Vedant Kumar
|
bb9efcc8f8
[Coverage] Don't emit mappings for functions in dependent contexts (fixes PR32679)
|
8 years ago |
Amjad Aboud
|
05157f019a
[DebugInfo] Added support to Clang FE for generating debug info for preprocessor macros.
|
8 years ago |
John McCall
|
fe232febd1
Introduce a type-safe enum for ForDefinition.
|
8 years ago |
John McCall
|
e3a336dbb5
Various improvements to the public IRGen interface.
|
9 years ago |
Reid Kleckner
|
4b380bc1db
Fix a bug involving deferred decl emission and PCH
|
9 years ago |
Saleem Abdulrasool
|
fdc51a5580
revert SVN r265702, r265640
|
9 years ago |
Saleem Abdulrasool
|
8cca4d7cdf
Basic: move CodeGenOptions from Frontend
|
9 years ago |
Stephan Bergmann
|
8d88a9262f
For MS ABI, emit dllexport friend functions defined inline in class
|
9 years ago |
Reid Kleckner
|
402b389802
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
|
9 years ago |
Reid Kleckner
|
bb586da394
For MS ABI, emit dllexport friend functions defined inline in class
|
9 years ago |
Mehdi Amini
|
5fa123a0b9
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-names option
|
9 years ago |
James Y Knight
|
e85ad57298
Make TargetInfo store an actual DataLayout instead of a string.
|
9 years ago |
Alexey Bataev
|
a6da6f0f08
[OPENMP 4.0] Codegen for 'declare reduction' construct.
|
9 years ago |
Nico Weber
|
5493a10248
Serialize `#pragma detect_mismatch`.
|
9 years ago |
Nico Weber
|
5a333e954b
Serialize `#pragma comment`.
|
9 years ago |
Manman Ren
|
2309ae8a82
Check for frontend errors after releasing the Builder.
|
9 years ago |
David Majnemer
|
202433cccd
[MS ABI] Allow a member pointers' converted type to change
|
9 years ago |
Peter Collingbourne
|
f2ac4da6f7
Introduce -fsanitize-stats flag.
|
9 years ago |
David Majnemer
|
e1572f4b76
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -fms-compatibility
|
10 years ago |
Eric Christopher
|
b88f708037
Rename DescriptionString -> DataLayoutString as it matches the actual
|
10 years ago |
Mehdi Amini
|
02595590ed
LLVM API Change: the Module always owns the DataLayout
|
10 years ago |
Adrian Prantl
|
c849102cd2
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
|
10 years ago |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 years ago |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 years ago |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 years ago |
Nico Weber
|
9d68194a48
Wrap to 80 columns. No behavior change.
|
10 years ago |
Nico Weber
|
0222ff3c1c
Remove unused parameter, followup to r179639. No behavior change.
|
10 years ago |
Nico Weber
|
9b0d355372
Remove ASTConsumer::HandleVTable()'s bool parameter.
|
10 years ago |