summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [LTO] Add -flto-jobs=N to control backend parallelismTeresa Johnson2016-09-231-0/+5
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+7
* [AVX-512] Add initial support for checking rounding mode arguments of builtins.Craig Topper2016-09-232-0/+3
* Add -Wignored-pragma-intrinsic flagAlbert Gutowski2016-09-212-2/+3
* [AVX512] Fix return types on __builtin_ia32_gather3XivXdi builtinsCameron McInally2016-09-211-4/+4
* [analyzer] Add a checker that detects blocks in critical sectionsAnna Zaks2016-09-201-0/+4
* [OpenCL] Diagnose assignment to dereference of half type pointerYaxun Liu2016-09-191-1/+2
* Recommit r281457 "Supports adding insertion around non-insertion replacements".Eric Liu2016-09-191-7/+11
* When replacements have the same offset, make replacements with smaller length...Eric Liu2016-09-171-0/+5
* Touch up [[clang::require_constant_initialization]] docsEric Fiselier2016-09-161-2/+2
* Simplify Clang's version number configuration in CMake.David L. Jones2016-09-152-22/+1
* [ARM] ARM-specific attributes should be accepted for big-endianOliver Stannard2016-09-151-1/+1
* Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef ...NAKAMURA Takumi2016-09-151-0/+4
* Revert r281457 "Supports adding insertion around non-insertion replacements."Artem Belevich2016-09-141-11/+7
* [clang-cl] Accept the joined equals version of -resource-dir=Reid Kleckner2016-09-141-1/+1
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-143-0/+27
* Correct assert text in DeclGroup::getSingleDecl()Kirill Bobyrev2016-09-141-1/+1
* Convert finite to builtinDehao Chen2016-09-141-0/+8
* Fix documentation of MemberExpr::getMemberDeclStephan Bergmann2016-09-141-2/+2
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-141-7/+11
* Revert "[modules] When merging one definition into another, propagate the lis...Eric Liu2016-09-141-13/+2
* Document option '-rtlib' in clang's man page and help infoJonas Hahnfeld2016-09-141-1/+2
* [docs] Fix formatting of   characters so that tables line up properly. AddRichard Smith2016-09-141-2/+4
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-142-0/+5
* [modules] When merging one definition into another, propagate the list ofRichard Smith2016-09-141-2/+13
* Color warnings purple rather than orange, to match actual Clang output.Richard Smith2016-09-141-1/+1
* Missed update from r281412.Richard Smith2016-09-131-1/+1
* Warning flag updates:Richard Smith2016-09-131-5/+7
* ObjectiveC Generics: follow-up commit to r281355.Manman Ren2016-09-131-1/+3
* Temporary fix for MS _Interlocked intrinsicsAlbert Gutowski2016-09-131-8/+0
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-133-27/+0
* Add bunch of _Interlocked builtinsAlbert Gutowski2016-09-131-6/+35
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-133-0/+27
* [clang-cl] Diagnose duplicate uuids.Nico Weber2016-09-133-0/+17
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-137-1/+153
* ObjectiveC: Refactor applyObjCProtocolQualifiers.Manman Ren2016-09-131-0/+8
* Add a class ObjCProtocolQualifiers to wrap APIs for ObjC protocol list.Manman Ren2016-09-131-31/+66
* Traversing template paramter lists of DeclaratorDecls and/or TagDecls.Nico Weber2016-09-131-0/+20
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-133-0/+9
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-133-9/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-123-0/+9
* Fix a long comment lineAdam Nemet2016-09-121-1/+1
* [modules] When we merge two definitions of a function, mark the retainedRichard Smith2016-09-121-0/+4
* Diagnostics reference: "error:" should be red, not orange.Richard Smith2016-09-121-1/+1
* [CFG] Add iterator_ranges to CFG and CFGBlock.Martin Bohme2016-09-121-0/+25
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-124-3/+88
* Make -fstandalone-debug and -flimit-debug-info available in clang-clReid Kleckner2016-09-091-4/+4
* [Docs] Fix typos, remove trailing whitespace.George Burgess IV2016-09-091-10/+10
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-089-1/+67
* Implement MS _rot intrinsicsAlbert Gutowski2016-09-081-0/+10