summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex
Commit message (Expand)AuthorAgeFilesLines
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-151-5/+2
* Fix header issues.Richard Trieu2019-01-111-0/+1
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-2/+5
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+2
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-14/+1
* [Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai2018-12-071-0/+4
* PTH-- Remove feature entirely-Erich Keane2018-12-044-301/+6
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-121-7/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-121-0/+7
* [Lex] Make MacroDirective::findDirectiveAtLoc take const SourceManagerKristof Umann2018-10-311-1/+2
* Wdocumentation fixSimon Pilgrim2018-10-061-1/+1
* Attempt to fix a -Wdocumentation-html warning. NFCI.Simon Pilgrim2018-09-291-1/+1
* [Lex] TokenConcatenation now takes const PreprocessorKristof Umann2018-09-271-2/+2
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+13
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-183-0/+14
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-5/+7
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-112-4/+26
* Fix Wdocumentation warnings. NFCI.Simon Pilgrim2018-08-222-8/+7
* [Lex] Make HeaderMaps a unique_ptr vectorFangrui Song2018-08-202-6/+5
* [Lex] Fix some inconsistent parameter names and duplicate comments. NFCFangrui Song2018-08-198-58/+56
* [clang] Store code completion token range in preprocessor.Kadir Cetinkaya2018-08-131-0/+13
* Remove trailing spaceFangrui Song2018-07-3022-166/+166
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-2/+10
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+2
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-2/+10
* [PCH] Add an option to not write comments into PCHIlya Biryukov2018-07-091-0/+5
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-052-0/+32
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-3/+14
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+2
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-191-2/+0
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+2
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-011-4/+19
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-102-6/+12
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-092-12/+6
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-092-6/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0921-658/+658
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-302-2/+17
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+13
* Lex: make `clang::Preprocessor::macros` work on MSVCSaleem Abdulrasool2018-04-111-3/+5
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-5/+1
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-1/+5
* Fix typos in clangAlexander Kornienko2018-04-063-3/+3
* [Lexer] Support adding working directory to relative search dir for #include ...Eric Liu2018-01-291-1/+10
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-262-2/+2
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-151-1/+17
* Remove outdated doxygen comment [-Wdocumentation]Benjamin Kramer2018-01-071-4/+0
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-052-16/+23
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-052-5/+32
* Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes2018-01-042-29/+5