summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/SemaInternal.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* [clang:sema] de-duplicate getDepthAndIndex helpersNick Desaulniers2018-07-251-0/+21
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-17/+17
* [Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko2018-04-051-52/+20
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-04-051-20/+52
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-1/+2
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-3/+3
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-4/+5
* [Sema] Fix use after move. Found by ubsan.Benjamin Kramer2016-05-191-0/+3
* [cuda] Ignore "TLS unsupported by target" errors for host variables during de...Artem Belevich2015-04-271-0/+12
* Sema: Replace the SetVector/DenseMap/std::sort combination with a simple std:...Benjamin Kramer2015-03-131-12/+35
* Fix a think-o in handling ambiguous corrections for a TypoExpr.Kaelyn Takata2015-01-271-1/+13
* Add a few small helper methods to the TypoCorrectionConsumer.Kaelyn Takata2014-11-201-0/+15
* Fix an accidental self-assignment using std::move in r220723.Kaelyn Takata2014-10-311-1/+1
* Try to appease the C++ godsHans Wennborg2014-10-271-2/+2
* Give TypoExprState a move constructor and assignment operator to appease MSVC...Hans Wennborg2014-10-271-0/+14
* Start adding the infrastructure for handling TypoExprs.Kaelyn Takata2014-10-271-3/+12
* Have TypoCorrectionConsumer remember the TypoCorrections it returned.Kaelyn Takata2014-10-271-5/+26
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-9/+9
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+3
* Move TypoCorrectionConsumer into a header.Kaelyn Takata2014-10-271-1/+147
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Inherit dll attributes to static localsHans Wennborg2014-06-181-0/+12
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker2014-06-011-2/+4
* Fix the undefined-but-used odr-use marker (DR48)Alp Toker2014-06-011-4/+2
* Consolidate single void paramter checkingAlp Toker2014-05-111-0/+12
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Normalize line endingsDavid Majnemer2014-03-021-37/+37
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-1/+38
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Restore r112114 now that SmallVector<...,0> is safe.John McCall2010-08-261-0/+9
* Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their ownDaniel Dunbar2010-08-261-9/+0
* Pull DelayedDiagnostic and AccessedEntity out into their own header.John McCall2010-08-251-0/+9
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-0/+21