llvm-project/clang/lib
Sourabh Singh Tomar f1e3988aa6 Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."
This revision is revised to update Go-bindings and Release Notes.

The original commit message follows.

This patch, adds support for DW_AT_alignment[DWARF5] attribute, to be emitted with typdef DIE.
When explicit alignment is specified.

Patch by Awanish Pandey <Awanish.Pandey@amd.com>

Reviewers: aprantl, dblaikie, jini.susan.george, SouraVX, alok,
deadalinx

Differential Revision: https://reviews.llvm.org/D70111
2019-12-03 09:51:43 +05:30
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [clang][modules] Add support for merging lifetime-extended temporaries 2019-12-02 19:55:13 +01:00
ASTMatchers [ASTMatchers] work around a miscompile; "NFC" 2019-11-22 20:11:16 -08:00
Analysis [CFG] Fix a flaky crash in CFGBlock::getLastCondition(). 2019-11-21 21:55:58 -08:00
Basic [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A 2019-12-02 14:38:39 +00:00
CodeGen Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE." 2019-12-03 09:51:43 +05:30
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver [WebAssembly] Find wasm-opt with GetProgramPath 2019-12-02 11:48:36 -08:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [Format] Add format check for coroutine keywords with negative numbers 2019-11-30 15:47:58 -05:00
Frontend [clangd] Log cc1 args at verbose level. 2019-11-29 11:00:01 +01:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline version from immintrin.h 2019-11-25 16:27:39 -08:00
Index Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependencies 2019-12-02 18:47:22 -08:00
Parse Properly disambiguate between array declarators and array subscript expressions. 2019-11-27 17:54:26 -08:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OPENMP]Use cast instead dyn_cast, NFC. 2019-12-02 14:16:52 -05:00
Serialization [clang][modules] Add support for merging lifetime-extended temporaries 2019-12-02 19:55:13 +01:00
StaticAnalyzer [analyzer] Add custom filter functions for GenericTaintChecker 2019-11-23 20:12:15 +01:00
Tooling Revert "[clangd] Rethink how SelectionTree deals with macros and #includes." 2019-11-29 19:59:02 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00