summaryrefslogtreecommitdiff
path: root/lib/Lex
Commit message (Expand)AuthorAge
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Fixed formatting.Yaron Keren2014-06-19
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-12
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-12
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-10
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-31
* Preprocessor: don't exit early in CheckMacroName()Alp Toker2014-05-31
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-29
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-22
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-21
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-21
* Remove historical Unicode TODOsAlp Toker2014-05-18
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-17
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* Use the virtual name of headers when searching for a moduleBen Langmuir2014-05-15
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-09
* Don't leak MacroArgs when using code completion, PR19688.Nico Weber2014-05-09
* Wrap to 80 columns, no code change.Nico Weber2014-05-09
* Fix filename in file header comment more.Nico Weber2014-05-09
* Fix filename in file header comment.Nico Weber2014-05-09
* Remove -Wnon-modular-includeBen Langmuir2014-05-08
* Add -Wnon-modular-include* optionsBen Langmuir2014-05-05
* [leaks] Fix a leak recently introduced to the pragma handling. ThisChandler Carruth2014-05-02
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-02
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-02
* Remove unused IncrProcessing parameter from Preprocessor ctorAlp Toker2014-05-02
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-01
* Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir2014-04-23
* Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith2014-04-22
* Allow submodule inferrences with a missing umbrella when the module is unavai...Ben Langmuir2014-04-21
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-18
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-18
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-18
* Add more constness to module-related APIsDmitri Gribenko2014-04-18
* Lex: Fix __has_feature(cxx_exceptions) for objective C++Justin Bogner2014-04-16
* Fixed problem with exclude header. The exclude header argument needs to be re...John Thompson2014-04-16
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao2014-04-11