summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS...Argyrios Kyrtzidis2015-03-031-5/+7
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-0/+1
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* Give better diagnostics when -fmodule-file= finds a bad file: if the file isRichard Smith2015-02-281-3/+13
* Fix a [-Werror,-Wreorder] initialization ordering error.Eric Christopher2015-02-261-2/+2
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-263-23/+20
* Remove some unused includes of llvm/IR headers from parts of Clang that reallyRichard Smith2015-02-261-1/+0
* [modules] Even if we already have a definition of a class, loading in anotherRichard Smith2015-02-251-1/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-255-90/+12
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-255-12/+90
* [modules] Fix a bug that would result in a build with P paths through a moduleRichard Smith2015-02-251-0/+3
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-241-1/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-245-90/+12
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-245-12/+90
* Add C11 *_DECIMAL_DIG.Ed Schouten2015-02-231-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-215-90/+12
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-12/+90
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-205-90/+12
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-12/+90
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-205-90/+12
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-205-12/+90
* Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola2015-02-201-0/+3
* Add -fno-implicit-modules.Manuel Klimek2015-02-202-0/+7
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+1
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-191-1/+1
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-193-9/+17
* Revert adding hostname to module hashBen Langmuir2015-02-191-17/+0
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-2/+2
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-0/+2
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+2
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-2/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+2
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-1/+1
* [mips] Partially revert r223927: Removing __SIZEOF_INT128__ macro for MIPS64Vasileios Kalintiris2015-02-121-6/+1
* Be more conservative about gethostname()'s truncating behaviourBen Langmuir2015-02-091-1/+5
* Diagnose timeouts in the LockFileManager and delete the dead lock fileBen Langmuir2015-02-091-2/+12
* Update r228592 for when gethostname() returns an errorBen Langmuir2015-02-091-3/+3
* Add missing include from r228592Ben Langmuir2015-02-091-0/+3
* Add the hostname to the module hash to avoid sharing between hostsBen Langmuir2015-02-091-0/+10
* ASTUnit: Fix a name clash in GCC builds.Benjamin Kramer2015-02-061-2/+2
* ASTUnit: Use range-based for loops.Benjamin Kramer2015-02-061-91/+69
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-8/+6
* Preprocessor: support __BIGGEST_ALIGNMENT__ macroTim Northover2015-02-061-0/+4
* [modules] When using -E, we may try to merge decls despite having no SemaRichard Smith2015-02-041-14/+13
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-1/+1
* Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir2015-02-021-0/+1
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-022-5/+5
* Process the -fno-signed-zeros optimization flag (PR20870)Sanjay Patel2015-01-231-1/+1
* PR22299: Relocate code for handling -fmodule-map-file= so that we don't try toRichard Smith2015-01-232-8/+9
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-0/+7
OpenPOWER on IntegriCloud