summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* [leaks] Fix a leak recently introduced to the pragma handling. ThisChandler Carruth2014-05-021-0/+1
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-6/+5
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-8/+3
* Remove unused IncrProcessing parameter from Preprocessor ctorAlp Toker2014-05-021-3/+2
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-011-0/+22
* Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir2014-04-231-0/+2
* Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith2014-04-221-0/+6
* Allow submodule inferrences with a missing umbrella when the module is unavai...Ben Langmuir2014-04-211-1/+2
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-181-2/+10
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-8/+8
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-5/+4
* Add more constness to module-related APIsDmitri Gribenko2014-04-181-2/+3
* Lex: Fix __has_feature(cxx_exceptions) for objective C++Justin Bogner2014-04-161-1/+1
* Fixed problem with exclude header. The exclude header argument needs to be re...John Thompson2014-04-161-22/+0
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-142-27/+53
* Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao2014-04-111-0/+4
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-111-1/+5
* Move search for header in umbrella directories into its own functionBen Langmuir2014-04-101-75/+83
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-092-1/+6
* If a header is explicitly included in module A, and excluded from an umbrellaRichard Smith2014-04-081-6/+17
* Revert r205436:Roman Divacky2014-04-031-28/+5
* Extend the SSE2 comment lexing to AVX2. Only 16byte align when not on AVX2.Roman Divacky2014-04-021-5/+28
* Post-commit review coding style change: renaming HasAttribute to hasAttribute...Aaron Ballman2014-03-311-1/+1
* Reapplying r204952 a second time.Aaron Ballman2014-03-311-15/+3
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-291-1/+1
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-29/+57
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-0/+1
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-57/+29
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-1/+0
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-281-29/+57
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-281-0/+1
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-271-3/+15
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-271-15/+3
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-271-3/+15
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-271-15/+3
* Prevent lookup of subframework modules by name without parent frameworkBen Langmuir2014-03-201-24/+3
* Silencing an MSVC warning about not all control paths returning a value. No f...Aaron Ballman2014-03-201-0/+1
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-192-67/+106
* Use the expansion location of the file name when finding the module.Manuel Klimek2014-03-191-1/+1
* Added a __has_feature() for 'is_constructible'Marshall Clow2014-03-181-0/+1
* Preprocessor: Clarify the ownership of the IncludeMacroStack with unique_ptr.Benjamin Kramer2014-03-151-5/+1
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-151-6/+47
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-141-2/+3
* Don't verify module inclusions in assembler files.Daniel Jasper2014-03-141-1/+1
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-131-0/+12
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-121-1/+2
* Lex: reduce buffer size, add a testSaleem Abdulrasool2014-03-121-1/+1
* lex: improve include handling on Linux for WindowsSaleem Abdulrasool2014-03-111-10/+22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-112-35/+35
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-111-10/+28
OpenPOWER on IntegriCloud