summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-0/+2
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-272-8/+4
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-1/+1
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-271-11/+5
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-272-4/+4
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-261-0/+2
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+5
* [analyzer] Analysis: Fix checker silencingCsaba Dabis2019-08-241-24/+27
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-0/+2
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-222-149/+21
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-222-0/+57
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-225-21/+26
* Implement P1668R1Erich Keane2019-08-191-0/+1
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-7/+33
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1421-57/+57
* [OpenCL] Fix lang mode predefined macros for C++ mode.Anastasia Stulova2019-08-121-9/+9
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+2
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+1
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-071-5/+4
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-072-7/+7
* [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev2019-08-071-0/+3
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+5
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-4/+4
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-0510-167/+124
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-058-12/+13
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-022-13/+16
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-022-16/+13
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-017-40/+46
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-0/+2
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-3/+26
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-181-1/+0
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-163-12/+12
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-4/+3
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-151-0/+1
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+6
* Remove __VERSION__Sylvestre Ledru2019-07-121-6/+0
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-121-1/+3
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-091-0/+1
* [Frontend] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih2019-07-081-0/+2
* Bitstream reader: Fix undefined behavior seen after rL364464Bjorn Pettersson2019-07-051-5/+8
* [analyzer] Add a debug analyzer config to place an event for each tracked con...Kristof Umann2019-07-051-0/+4
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-035-5/+6
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-8/+8
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-3/+3
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-1/+1
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-261-17/+0
* BitStream reader: propagate errorsJF Bastien2019-06-267-38/+134
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-0/+7
OpenPOWER on IntegriCloud