summaryrefslogtreecommitdiff
path: root/include/clang/Lex
Commit message (Expand)AuthorAge
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* 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
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-21
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Remove unused PP variable NumIncludedWill Wilson2014-05-12
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Add -Wnon-modular-include* optionsBen Langmuir2014-05-05
* Update Preprocessor::Initialize() documentation following r207825Alp Toker2014-05-03
* 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
* Quick fix for layering that broke shared library build.John Thompson2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Add more constness to module-related APIsDmitri Gribenko2014-04-18
* 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
* Move search for header in umbrella directories into its own functionBen Langmuir2014-04-10
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-09
* If a header is explicitly included in module A, and excluded from an umbrellaRichard Smith2014-04-08
* Reapplying r204952 a second time.Aaron Ballman2014-03-31
* [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis2014-03-29
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-27
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-27
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-27
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-27
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-19
* The year is 2014. MSVC is still unable to synthesize move ctors.Benjamin Kramer2014-03-15
* Preprocessor: Clarify the ownership of the IncludeMacroStack with unique_ptr.Benjamin Kramer2014-03-15
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-15
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-13
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-12
* clang::HeaderSearch: Use default constructor even for POD.NAKAMURA Takumi2014-03-11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr...Argyrios Kyrtzidis2014-03-11
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-07
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-03
* Add a driver option -ivfsoverlayBen Langmuir2014-02-25
* Revert the removal of PPCallbacks::PragmaComment() in r201821Reid Kleckner2014-02-20
* Expand macros in pragmas with -fms-extensions and -EReid Kleckner2014-02-20
* [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.NAKAMURA Takumi2014-02-20
* PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.Richard Smith2014-02-17
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-14
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12