summaryrefslogtreecommitdiff
path: root/include/llvm/IR/DiagnosticInfo.h
Commit message (Expand)AuthorAge
* Remove some redundant doc commentsAlp Toker2014-06-03
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...NAKAMURA Takumi2014-04-17
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-11
* Fix some doc and comment typosAlp Toker2014-04-09
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add support for optimization reports.Diego Novillo2014-04-08
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-16
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17