summaryrefslogtreecommitdiff
path: root/lib/Sema/TypeLocBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] avoid AlignedCharArray in clangJF Bastien2019-07-291-7/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* Correcting a typo in a comment; NFC.Aaron Ballman2016-06-081-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-1/+1
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-68/+18
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-18/+68
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-68/+18
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-201-1/+0
* Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor2011-06-171-8/+10
* Objective-ARC++: infer template type arguments ofDouglas Gregor2011-06-171-1/+0
* Automatic Reference Counting.John McCall2011-06-151-0/+9
* Remove crash recovery cleanups from TypeLocBuilder. They were a bit error pr...Ted Kremenek2011-03-221-7/+1
* Recovery memory from TypeLocBuilders during crashes.Ted Kremenek2011-03-191-1/+6
* Teach CXXScopeSpec to handle the extension of a nested-name-specifierDouglas Gregor2011-02-241-0/+13
* Make TypeLocBuilder an implementation detail of Sema. Nobody else should be u...Douglas Gregor2010-12-021-0/+180