summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-1414-212/+61
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-141-5/+7
* Remove unused variable found by GCC warning.Richard Smith2016-12-141-1/+1
* AArch64: add architecture version feature to Clang invocation.Tim Northover2016-12-141-2/+4
* Improve our handling of tag decls in function prototypesReid Kleckner2016-12-141-30/+52
* revert r289670 which breaks bot.Dehao Chen2016-12-141-2/+4
* Create SampleProfileLoader pass in llvm instead of clangDehao Chen2016-12-141-4/+2
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-143-33/+34
* Update the default of the Mozilla coding styleSylvestre Ledru2016-12-141-1/+3
* Fix assert message. NFC.Kelvin Li2016-12-141-1/+1
* Fixing cast condition for removing casts from builtin FPClassification.Neil Hickey2016-12-141-7/+10
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-1411-72/+72
* [c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith2016-12-142-10/+22
* [PS4] Undo dialect tweak for Objective-C.Paul Robinson2016-12-141-2/+4
* When emitting a multidimensional array copy, only emit a single flattenedRichard Smith2016-12-141-9/+26
* LTO: Add support for multi-module bitcode files.Peter Collingbourne2016-12-141-2/+29
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-1418-518/+120
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-132-4/+6
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-137-95/+103
* Align EvalInfo in ExprConstant to avoid PointerUnion assertionsReid Kleckner2016-12-131-1/+1
* [Sema] Prefer SmallVector over `new`ed memory blocks. NFC.George Burgess IV2016-12-131-6/+4
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-132-10/+4
* [analyzer] Detect ObjC properties that are both (copy) and Mutable.Artem Dergachev2016-12-132-0/+83
* Update for clang after llvm::StringLiteral.Zachary Turner2016-12-131-1/+1
* Improve handling of floating point literals in OpenCL to only use double prec...Neil Hickey2016-12-133-10/+21
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-4/+4
* [OpenCL] Improve address space diagnostics.Egor Churaev2016-12-131-9/+12
* [OpenCL] Enable unroll hint for OpenCL 1.x.Egor Churaev2016-12-131-7/+3
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-132-17/+28
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-2/+2
* CodeGen: clean up -Wpedantic warning (NFC)Saleem Abdulrasool2016-12-131-1/+1
* [analyzer] Run clang-format and fix styleDominic Chen2016-12-133-213/+193
* Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"Bruno Cardoso Lopes2016-12-121-11/+3
* Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes2016-12-121-9/+0
* [Modules] Make header inclusion order from umbrella dirs deterministicBruno Cardoso Lopes2016-12-121-3/+11
* [CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes2016-12-122-3/+35
* [Frontend] Use vfs for directory iteration while searching PCHs. NFCIBruno Cardoso Lopes2016-12-121-3/+4
* Fix typo and remove unnecessary statement.Samuel Antao2016-12-121-2/+1
* Avoid use of std::to_string. NFC.Vedant Kumar2016-12-121-1/+1
* Fix format and a few typos in comments.Samuel Antao2016-12-122-17/+15
* [Fix] Add missing include from r289444.Filipe Cabecinhas2016-12-121-0/+2
* [clang] Version support for UBSan handlersFilipe Cabecinhas2016-12-127-36/+84
* [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny2016-12-122-45/+88
* Use function_ref to avoid allocation in std::function. NFC.Benjamin Kramer2016-12-121-1/+2
* [StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.Haojian Wu2016-12-121-2/+2
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-124-4/+23
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-1216-17/+405
* [CrashReproducer] Setup a module collector callback for HeaderIncludeBruno Cardoso Lopes2016-12-111-0/+20
* [CrashReproducer] Collect headermap filesBruno Cardoso Lopes2016-12-112-1/+20
OpenPOWER on IntegriCloud