summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wparentheses warningVedant Kumar2017-02-251-2/+2
* Retry: [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-254-12/+24
* [analyzer] Refactor and simplify SimpleConstraintManagerDominic Chen2017-02-256-289/+321
* Revert "[profiling] Fix profile counter increment when emitting selects (PR32...Vedant Kumar2017-02-254-23/+12
* [profiling] Fix profile counter increment when emitting selects (PR32019)Vedant Kumar2017-02-254-12/+23
* [ODRHash] Move inherited visitor call to end of function.Richard Trieu2017-02-251-2/+2
* Revert r296209, still one more test to go.Paul Robinson2017-02-251-5/+1
* [ubsan] Detect signed overflow UB in remainder operationsVedant Kumar2017-02-251-4/+4
* [ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)Vedant Kumar2017-02-251-4/+71
* [PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson2017-02-251-1/+5
* [ODRHash] Finish FieldDecl support by handling mutable and initializers.Richard Trieu2017-02-242-1/+51
* Factor out more commonality between handling of deletion and exception specif...Richard Smith2017-02-241-86/+128
* [ODRHash] Add handling of bitfieldsRichard Trieu2017-02-242-0/+33
* clang-format: Enable include sorting for style=ChromiumNico Weber2017-02-241-1/+0
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-245-22/+13
* [Preprocessor] Fix incorrect token caching that occurs when lexing _PragmaAlex Lorenz2017-02-242-0/+41
* Fix crash when an incorrect redeclaration only differs in __unaligned type-qu...Roger Ferrer Ibanez2017-02-241-1/+2
* [Driver] Enable SafeStack for Fuchsia targetsPetr Hosek2017-02-242-0/+8
* [ODRHash] Add handling of TypedefType and DeclarationNameRichard Trieu2017-02-242-1/+112
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-243-42/+53
* Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...Richard Smith2017-02-243-111/+101
* Simplify and pass a more useful source location when computing an exceptionRichard Smith2017-02-241-14/+3
* Refactor computation of exception specification for special members to removeRichard Smith2017-02-241-361/+135
* Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match buil...Hans Wennborg2017-02-241-4/+6
* [profiling] PR31992: Don't skip interesting non-base constructorsVedant Kumar2017-02-243-5/+12
* [Driver] Move architecture-specific free helper functions to their own files.David L. Jones2017-02-2410-1384/+1584
* NFC, Remove commented out block of code from CGBlocks.cppAlex Lorenz2017-02-241-18/+0
* [CodeGen] Silence unused variable warning in Release builds.Benjamin Kramer2017-02-231-0/+2
* PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard Smith2017-02-232-0/+10
* [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.George Burgess IV2017-02-236-22/+62
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-232-39/+85
* [ObjC][CodeGen] CodeGen support for @available.Erik Pilkington2017-02-234-0/+40
* [CodeGen] Don't reemit expressions for pass_object_size params.George Burgess IV2017-02-233-24/+51
* [ODRHash] Handle types in ODR hashing.Richard Trieu2017-02-231-2/+62
* Fix tracking of whether the previous template instantiation stack matches the...Richard Smith2017-02-232-3/+6
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-239-91/+88
* Rename a helper function, NFC.Vedant Kumar2017-02-233-6/+7
* [ODRHash] Add IdentiferInfo and FieldDecl support.Richard Trieu2017-02-232-1/+45
* [ObjC][Modules] Don't perform property lookup in hidden class extensionsAlex Lorenz2017-02-221-2/+2
* [CodeGen] Add param info for ctors with ABI args.George Burgess IV2017-02-221-1/+11
* [ODRHash] static_cast and Stmt hashing.Richard Trieu2017-02-223-88/+269
* PR32034: Evaluate _Atomic(T) in-place when T is a class or array type.Richard Smith2017-02-221-12/+37
* AMDGPU: Add fmed3 half builtinMatt Arsenault2017-02-222-0/+4
* stop using associative comdats for SEH filter functionsBob Haarman2017-02-221-11/+0
* [CodeGen] Note where we add ABI-specific args in ctors. NFC.George Burgess IV2017-02-224-44/+70
* Improve support for 'decltype(auto)' in template template parameter matching.Richard Smith2017-02-221-0/+13
* [OpenCL] r600 needs OpenCL kernel calling conventionJan Vesely2017-02-221-1/+1
* Remove superfluous initializer. Yaron Keren2017-02-221-1/+1
* Fix 'control reaches end of non-void function' warningSimon Pilgrim2017-02-221-1/+2
* Fix -Wunused-private-field warning by removing unused ODRHash reference field...Simon Pilgrim2017-02-221-4/+3