]> granicus.if.org Git - clang/history - include/clang/Lex
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang / Lex /
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2015-12-29 Nico WeberEmit a -Wmicrosoft warning when pasting /##/ into a...
2015-11-18 Rafael EspindolaUpdate for llvm change.
2015-11-02 Reid KlecknerSink some PTHManager includes out of Preprocessor.h
2015-10-22 Craig TopperChange MacroInfo::setArgumentList to take an ArrayRef...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-16 Richard SmithRefactor module lookup when looking up a header file...
2015-10-12 Hans WennborgParse and ignore #pragma runtime_checks in MS extension...
2015-09-24 Sanjay Patelfix typos; NFC
2015-09-22 Artem Belevich[CUDA] Allow parsing of host and device code simultaneo...
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-24 Richard Smith[modules] Remove unnecessary deserialization of fully...
2015-08-18 Richard Smith[modules] Fix HeaderFileInfo serialization to store...
2015-08-13 David BlaikieWdeprecated: Replace deprecated throw() with LLVM_NOEXC...
2015-08-09 Richard Smith[modules] When building a dependency file, include...
2015-08-05 Douglas KatzmanReword a comment about IncludeDirGroup. NFC
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-14 Richard Smith[modules] When diagnosing errors in module map files...
2015-07-10 Richard Smith[modules] When checking the include guard for a header...
2015-07-02 Ben Langmuir[Modules] Be consistent about finding a module for...
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-06-30 Richard Smith[modules] Make sure macros get made visible in the...
2015-06-25 Richard Smith[modules] Fix findDirectiveAtLoc to not call a member...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorIntroduced pragmas for audited nullability regions.
2015-06-16 Richard Smith[modules] Simplify -cc1 interface for enabling implicit...
2015-06-12 Benjamin Kramerpush_back() loop -> append() for random access iterators.
2015-06-11 Daniel MarjamakiToken: complement is() method with isOneOf() to allow...
2015-06-10 Sean Silva[cleanup] Remove unused default argument and tidy up.
2015-06-04 Sean SilvaRemove unused defaulted argument `IncludeTextualHeaders`.
2015-06-01 Rafael EspindolaReplace a few std::string& with StringRef. NFC.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Daniel MarjamakiRefactor MacroInfo so macro arguments can be iterated...
2015-05-29 Daniel MarjamakiRun clang-format on MacroInfo.h
2015-05-21 Richard Smith[modules] If we re-enter a submodule from within itself...
2015-05-18 Richard Smith[modules] If we see a #include that maps to a module...
2015-05-16 Richard Smith[modules] Retain the name as written for umbrella heade...
2015-05-15 Richard SmithRefactor: when exposing a definition in some module...
2015-05-14 Richard SmithAdd missing #include, found by modules build.
2015-05-12 Nikola SmiljanicFix misleading parameter name for PPCallbacks::FileSkipped.
2015-05-11 Daniel MarjamakiRefactor MacroInfo so range for loops can be used to...
2015-05-04 Richard SmithSwitch PPCallbacks to take the new MacroDefinition...
2015-05-04 Richard SmithRename MacroDefinition -> MacroDefinitionRecord, Prepro...
2015-05-02 Richard Smith[modules] Remove dead code from Module for tracking...
2015-05-01 Richard Smith[modules] Add -fmodules-local-submodule-visibility...
2015-05-01 Richard Smith[modules] Start moving the module visibility informatio...
2015-04-30 Richard Smith[modules] Add a mechanism to dump information about...
2015-04-30 Richard SmithPR19691: initialize MacroDirective::DefInfo::IsPublic...
2015-04-30 Ben LangmuirFix the end location of init-capture annotations in...
2015-04-30 Richard SmithRemove dead code: a MacroDirective can't be imported...
2015-04-30 Richard SmithFix use of uninitialized variable, found by ubsan selfhost.
2015-04-29 Richard Smith[modules] Stop trying to fake up a linear MacroDirectiv...
2015-04-28 Richard SmithWork around a suspected MSVC miscompile to try to bring...
2015-04-28 Richard SmithRefactor to make MacroState ownership and lifetime...
2015-04-28 Richard SmithFix memory leak found by asan buildbot.
2015-04-27 Richard SmithRefactor: put these function declarations somewhere...
2015-04-27 Richard Smith[modules] Incrementally compute the list of overridden...
2015-04-23 Richard Smith[modules] Refactor creation of ModuleMacros and create...
2015-04-23 Richard Smith[modules] Properly attribute macros to modules if they...
2015-04-23 Richard Smith[modules] Remove the now-redundant import of all pendin...
2015-04-23 Richard Smith[modules] Store a ModuleMacro* on an imported macro...
2015-04-23 Richard Smith[modules] Determine the set of macros exported by a...
2015-04-22 Richard Smith[modules] Cope with partial module macro information...
2015-04-22 Richard Smith[modules] Build a DAG of module macros for each identifier.
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-31 Benjamin Kramer[lex] Bitfieldize some booleans.
2015-03-19 David MajnemerParse: Don't assume tokens have a length
2015-03-15 Benjamin KramerImplement PreprocessingRecord's and LazyVector's iterat...
2015-03-08 Benjamin KramerFix the MSVC build.
2015-03-08 Benjamin KramerMake Token a real POD type.
2015-03-01 Benjamin KramerAdd missing include.
2015-02-19 Ben LangmuirRevert "Mangle the IsSystem bit into the .pcm file...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-12 Ben LangmuirMangle the IsSystem bit into the .pcm file name
2015-02-06 Benjamin KramerUpdate APIs that return a pair of iterators to return...
2015-01-28 Richard SmithFix layering violation: include/clang/Basic/PlistSuppor...
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2015-01-13 Ben LangmuirInherit attributes when infering a framework module
2015-01-13 Ben LangmuirRemove unused method canInferFrameworkModule
2014-12-19 David MajnemerFix layering violation, Lex shouldn't know about Decl
2014-12-18 Serge PavlovFixed warnings on redefine keywords and reserved ids.
2014-12-18 David MajnemerParse: Don't parse after the eof has been consumed
2014-12-15 Alexey BataevMSVC: A wide string literal from L#macro_arg in a macro
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-09 Duncan P. N. Exon... Revert "[modules] Add experimental -fmodule-map-file...
2014-12-09 Richard Smith[modules] Add experimental -fmodule-map-file-home-is...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-05 Aaron BallmanAdded a new preprocessor macro: __has_declspec_attribut...
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-19 David BlaikieStandardize on StringMap::insert, removing uses of...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-10-24 Richard Smith[modules] Support combining 'textual' with 'private'.
2014-10-24 Serge PavlovUse enumerators instead of hardcoded integers when...
2014-10-23 Richard SmithRefactor implementation of 'exclude header'.
next