summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-162-323/+325
* More warnings when double truncation to float: compound assignment is support...Andrew V. Tischenko2018-03-151-0/+3
* Refactoring code around move/copy initialization. NFC.Richard Trieu2018-03-151-2/+10
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-148-96/+111
* [Parser] (C++) Make -Wextra-semi slightly more usefulRoman Lebedev2018-03-142-2/+5
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+3
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-134-163/+202
* Revert revision 327438.Gheorghe-Teodor Bercea2018-03-131-3/+0
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+3
* This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"Sjoerd Meijer2018-03-131-62/+37
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-6/+6
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-132-15/+151
* [Hexagon] Clang side of r327302 in LLVMKrzysztof Parzyszek2018-03-131-24/+28
* [CFG] [analyzer] Don't add construction context to a return-by-reference call.Artem Dergachev2018-03-121-4/+6
* [analyzer] NFC: Move the code for setting temp object lifetime into method.Artem Dergachev2018-03-121-0/+8
* [CFG] [analyzer] Add construction context to C++ return-by-value call elements.Artem Dergachev2018-03-121-5/+49
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-5/+7
* [Driver] Add text description of --help-hidden so it is shown in helpJan Korous2018-03-121-1/+2
* [analyzer] Move the GCDAsyncSemaphoreChecker to optin.performanceGeorge Karpenkov2018-03-121-5/+5
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-123-28/+18
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-123-1/+95
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-103-18/+28
* [ARM] Add ARMv8.2-A FP16 vector intrinsicAbderrazek Zaafrani2018-03-091-37/+62
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-082-132/+136
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-7/+5
* When substituting previously-checked template arguments into a templateRichard Smith2018-03-081-3/+6
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-5/+7
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-073-139/+126
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-2/+11
* Revert r326602, it caused PR36620.Nico Weber2018-03-072-143/+15
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-072-106/+106
* [FrontEnd] Allow overriding the default C/C++ -std via CMake varsMichal Gorny2018-03-061-0/+6
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-1/+1
* [Analyzer] More accurate modeling about the increment operator of the operand...Henry Wong2018-03-061-1/+1
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-064-203/+264
* [analyzer] AST-matching checker to detect global central dispatch performance...George Karpenkov2018-03-051-0/+7
* [Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi2018-03-051-2/+2
* Amend r326665 to print out the `used` attribute subjects in a different order.Aaron Ballman2018-03-041-1/+1
* Create a subject list for the `used` attribute rather than use custom checkin...Aaron Ballman2018-03-031-0/+4
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-025-127/+188
* Remove -i command line option, add -imultilibErich Keane2018-03-021-1/+1
* Don't claim that va_start has special semantic checksReid Kleckner2018-03-021-1/+1
* Fix the hasType() AST matcher to not assert when the QualType is invalid.Aaron Ballman2018-03-021-2/+4
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-022-15/+143
* [OPENMP] Treat local variables in CUDA mode as thread local.Alexey Bataev2018-03-021-1/+1
* Add possibility to specify output stream for CompilerInstanceAlexey Sotkin2018-03-021-0/+11
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-023-1/+12
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-03-021-27/+62
* [WebAssembly] Add exception handling optionHeejin Ahn2018-03-021-0/+2
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-022-19/+7
OpenPOWER on IntegriCloud