aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LLVM.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-06-11Move VersionTuple from clang/Basic to llvm/Supportlinaro-local/D47948Pavel Labath
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-08-28[refactor] initial support for refactoring action rulesAlex Lorenz
2016-12-29[ADT] Delete RefCountedBaseVPTR.Justin Lebar
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-14Use raw_pwrite_stream in clang.Rafael Espindola
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-06-28Import MutableArrayRef into clang namespace.Craig Topper
2014-06-06Fix typosAlp Toker
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles
2014-01-27Roll back the use of ConstStringRef for nowAlp Toker
2014-01-27Use ConstStringRef facility for getCustomDiagID() safetyAlp Toker
2013-02-21Correct spelling of 'enumerator'.David Blaikie
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-07-23Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner
2011-07-20arrayref should now move in here, and redundant #includes of <cassert> can go Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-20introduce a centralized place to introduce and inject llvm types into theChris Lattner