summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXLoadedDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-2/+0
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-3/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner2014-10-141-429/+162
* Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner2014-10-141-162/+429
* Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner2014-10-141-429/+162
* Correctly handle reading locations from serialized diagnosticsJustin Bogner2014-10-101-5/+7
* unique_ptrify the diagnostics in CXDiagnosticSetImplDavid Blaikie2014-08-291-1/+1
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-3/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-8/+8
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-261-1/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* Fix -Wsign-compare warning.Jordan Rose2014-03-041-2/+3
* Serialized diagnostic severity levels should be stable.Jordan Rose2014-03-031-8/+14
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-3/+3
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-011-1/+1
* libclang: don't store nul-terminated strings as StringRefs,Dmitri Gribenko2013-02-181-14/+13
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-6/+6
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-2/+2
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-201-38/+26
* random tidyingChris Lattner2013-01-191-6/+3
* update header comment.Chris Lattner2013-01-191-12/+12
* Fix CastingDavid Greene2013-01-151-1/+1
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-0/+5
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-3/+3
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-3/+0
* Tweak serialized diagnostics to support errors with no categories. Fixes <rd...Ted Kremenek2011-12-071-1/+2
* Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...Ted Kremenek2011-11-291-6/+17
* Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null charac...Ted Kremenek2011-11-111-5/+8
* libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...NAKAMURA Takumi2011-11-111-1/+1
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-0/+655