summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-04-041-0/+1
* [Frontend] Cache preamble-related dataIvan Donchevskii2019-04-041-40/+68
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-121-103/+1
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-113-694/+1
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+2
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-14/+1
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-043-11/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-171-0/+6
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-172-12/+5
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+3
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-142-1/+5
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-0/+3
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-121-6/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-121-0/+6
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-021-1/+1
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-252-0/+4
* Add language standard aliases for -std=c18, -std=gnu18, and -std=iso9899:2018.Aaron Ballman2018-10-181-0/+3
* Add support for -mno-tls-direct-seg-refs to ClangKristina Brooks2018-10-181-0/+2
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-10/+8
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-0/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-105-53/+53
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-032-7/+0
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-153-1/+35
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+1
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-221-0/+3
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-1/+1
* [Preamble] Empty preamble is not an error.Haojian Wu2018-08-171-2/+1
* [AArch64] - return address signingLuke Cheeseman2018-08-172-0/+7
* Remove trailing spaceFangrui Song2018-07-309-91/+91
* NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington2018-07-242-2/+2
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-0/+1
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-181-0/+3
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-171-3/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-171-0/+3
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-4/+0
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-221-1/+1
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-211-1/+1
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-211-1/+1
* [ASTImporter] Corrected diagnostic client handling in tests.Adam Balogh2018-06-151-0/+9
* Add -fforce-emit-vtablesPiotr Padlewski2018-06-131-0/+4
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-312-0/+15
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-4/+12
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-36/+28
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-28/+36
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0920-209/+209
* [NFC] Move 2 variable initialization from Ctor to member initializers.Erich Keane2018-05-071-5/+3
* [NFC]Convert Class to use member initialization instead of inline.Erich Keane2018-05-041-9/+5
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-2/+7