summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DependentDiagnostic.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-2/+2
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-14/+16
* 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
* Don't rely on the default constructor default constructing a begin andChandler Carruth2015-01-111-1/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-071-6/+4
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-10/+8
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-161-1/+1
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-0/+9
* When copying a partial diagnostic into a DependentDiagnostic, allocateDouglas Gregor2010-03-291-1/+4
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-0/+180