summaryrefslogtreecommitdiff
path: root/clang/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* Fix case-sensitivity of inferred framework modulesBen Langmuir2014-07-141-0/+6
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-3/+2
* PTH: use a variable instead of a macroAlp Toker2014-07-071-8/+10
* Update for llvm api change.Rafael Espindola2014-07-061-2/+4
* Removed unused typedef for recursive_directory_iteratorBen Langmuir2014-06-301-2/+0
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-264-17/+17
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-251-3/+5
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-221-2/+2
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-11/+10
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-211-10/+11
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-11/+10
* Fixed formatting.Yaron Keren2014-06-191-3/+2
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-154-17/+9
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-123-5/+5
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-121-2/+2
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-14/+14
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-1/+1
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-101-1/+4
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-311-5/+6
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-311-3/+4
* Preprocessor: don't exit early in CheckMacroName()Alp Toker2014-05-311-10/+7
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-291-2/+7
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-222-18/+6
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-211-1/+1
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-212-45/+51
* Remove historical Unicode TODOsAlp Toker2014-05-181-16/+3
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-1717-227/+239
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-174-14/+14
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-162-2/+2
* Use the virtual name of headers when searching for a moduleBen Langmuir2014-05-151-6/+6
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-091-3/+8
* Don't leak MacroArgs when using code completion, PR19688.Nico Weber2014-05-091-1/+4
* Wrap to 80 columns, no code change.Nico Weber2014-05-091-4/+3
* Fix filename in file header comment more.Nico Weber2014-05-091-1/+1
* Fix filename in file header comment.Nico Weber2014-05-091-1/+1
* Remove -Wnon-modular-includeBen Langmuir2014-05-081-2/+0
* Add -Wnon-modular-include* optionsBen Langmuir2014-05-052-38/+64
* [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