summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-111-0/+7
* Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber2016-12-091-3/+26
* Revert r288626, which reverts r288449. Original commit message:Richard Smith2016-12-061-5/+5
* Revert "Recover better from an incompatible .pcm file being provided by -fmod...Daniel Jasper2016-12-041-5/+5
* Recover better from an incompatible .pcm file being provided by -fmodule-file=.Richard Smith2016-12-021-5/+5
* [Modules] Replace arrays with init lists.Benjamin Kramer2016-11-151-9/+5
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-0/+1
* Add some more asserts to clearly indicate that there are special casesChandler Carruth2016-11-041-1/+4
* Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen2016-10-273-4/+14
* Fix MSVC warning about missing 'this' from lambda default capture modeSimon Pilgrim2016-10-271-1/+1
* [PP] Replace some index based for loops with range based onesErik Verbruggen2016-10-266-25/+19
* [PP] Remove another unused parameterErik Verbruggen2016-10-261-2/+2
* [PP] Replace some uses of unsigned with size_tErik Verbruggen2016-10-261-7/+5
* PP: Remove unused parameters from methodsErik Verbruggen2016-10-261-6/+6
* Treat module headers wrapped by our builtin headers as implicitly being textualRichard Smith2016-10-261-5/+9
* Include full filename range for missing includesErik Verbruggen2016-10-251-1/+2
* Module: improve the diagnostic message for include of non-modular header.Manman Ren2016-10-211-1/+2
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-212-21/+59
* Fix off-by-one error in PPCaching.cpp token annotation assertionReid Kleckner2016-10-201-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-203-12/+7
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-112-4/+4
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-102-11/+13
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-013-4/+4
* Move UTF functions into namespace llvm.Justin Lebar2016-09-302-25/+25
* Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith2016-09-291-4/+5
* P0127R2: Support type deduction for types of non-type template parameters inRichard Smith2016-09-281-0/+2
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-077-64/+164
* Don't diagnose non-modular includes when we are not compiling a module.Manman Ren2016-08-261-1/+3
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-264-4/+40
* Remove excessive padding from PTHStatData (NFC)Mehdi Amini2016-08-241-2/+2
* C++ Modules TS: Add parsing support for module import declaration.Richard Smith2016-08-181-4/+8
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-2/+20
* PR28438: Update the information on an identifier with local definitions beforeRichard Smith2016-08-181-1/+6
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-051-1/+1
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-281-1/+1
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-281-1/+1
* Implement filtering for code completion of identifiers.Vassil Vassilev2016-07-272-2/+13
* Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-271-1/+1
* Adjust Registry interface to not require plugins to export a registryJohn Brawn2016-07-271-1/+1
* Support '#pragma once' in headers when using PCHSunil Srivastava2016-07-251-1/+3
* [NFC] Header cleanupMehdi Amini2016-07-187-10/+5
* [Lex] Speed up updateConsecutiveMacroArgTokens (NFC)Vedant Kumar2016-07-071-3/+4
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-0/+1
* [Lex] Try to fix a 'comparison is always false' warning. NFC.George Burgess IV2016-06-161-1/+1
* Patch for r272584 (http://reviews.llvm.org/rL272584) to address clang-x64-nin...Taewook Oh2016-06-131-41/+41
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-132-6/+156
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-132-156/+6
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-132-6/+156
* Revert commit r271708Taewook Oh2016-06-042-75/+6
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-032-6/+75
OpenPOWER on IntegriCloud