summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/LLVM.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-5/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-281-0/+4
* [ADT] Delete RefCountedBaseVPTR.Justin Lebar2016-12-291-2/+0
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-0/+2
* 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
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-0/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-0/+2
* Fix typosAlp Toker2014-06-061-1/+1
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-2/+0
* Roll back the use of ConstStringRef for nowAlp Toker2014-01-271-2/+0
* Use ConstStringRef facility for getCustomDiagID() safetyAlp Toker2014-01-271-0/+2
* Correct spelling of 'enumerator'.David Blaikie2013-02-211-1/+1
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-2/+7
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+3
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-0/+4
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+13
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-0/+2
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-0/+2
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-1/+3
* arrayref should now move in here, and redundant #includes of <cassert> can go Chris Lattner2011-07-201-1/+1
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-2/+7
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+17
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-201-0/+30