summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* [Preprocessor] Stop entering included files after hitting a fatal error.Volodymyr Sapsai2018-07-251-0/+6
* Enable C++2a Chrono LiteralsErich Keane2018-07-191-3/+8
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-7/+10
* [Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...Leonard Chan2018-07-171-5/+10
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-1/+1
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+7
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-7/+10
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-053-3/+130
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-251-5/+20
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-221-1/+64
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-211-64/+1
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-201-1/+64
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-2/+151
* [Modules] Improve .Private fix-its to handle 'explicit' and 'framework'Bruno Cardoso Lopes2018-06-151-11/+27
* Fix unused variable warning from r333718 Erich Keane2018-06-011-1/+1
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-011-25/+57
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-207/+9
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-102-2/+3
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-092-3/+2
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-092-2/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0913-87/+87
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-1/+1
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-305-19/+31
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* [CodeComplete] Fix completion in the middle of ident in ctor lists.Ilya Biryukov2018-04-251-1/+15
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-241-8/+12
* Record whether a module came from a private module mapJordan Rose2018-04-201-3/+6
* Defer adding keywords to the identifier table until after the language option...Aaron Ballman2018-04-161-6/+11
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+20
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-1/+2
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-103-51/+4
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-103-4/+51
* Fix typos in clangAlexander Kornienko2018-04-066-9/+9
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-0/+2
* [Modules] Improve fixit for framework private module mapsBruno Cardoso Lopes2018-03-301-6/+11
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* [Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...Eric Fiselier2018-03-211-3/+12
* [Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes2018-03-201-11/+15
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+1
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-4/+4
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-4/+4
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-4/+4
* Make module use diagnostics refer to the top-level moduleDaniel Jasper2018-02-241-2/+2
* Clean up use of C allocation functionsSerge Pavlov2018-02-211-1/+2
* [Modules] Extend -fmodule-name semantic for frameworks with private modulesBruno Cardoso Lopes2018-02-161-4/+22
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-091-0/+14
* [Lex] Fix handling numerical literals ending with ' and signed exponent.Volodymyr Sapsai2018-02-061-9/+15
* [Lexer] Support adding working directory to relative search dir for #include ...Eric Liu2018-01-291-11/+22
* Always allow "#pragma region".Matt Davis2018-01-271-2/+4
OpenPOWER on IntegriCloud