summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add CoreOption flag to "-coverage" option to make it available for clang-clMarco Castelluccio2017-11-081-1/+1
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-7/+18
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-0/+22
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-136/+184
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-083-176/+264
* [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-071-1/+1
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-072-0/+6
* [refactor] rename field references in __builtin_offsetofAlex Lorenz2017-11-071-0/+12
* [analyzer] [NFC] Remove unused typedef from SVals.hGeorge Karpenkov2017-11-071-3/+0
* Clarify the error message for unsupported aliases on DarwinAlex Lorenz2017-11-071-1/+1
* [X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with m...Craig Topper2017-11-061-30/+1
* lowering broadcastmJina Nahias2017-11-061-6/+0
* Remove \brief from doxygen comments in PrettyPrinter.hAdrian Prantl2017-11-051-39/+37
* [CodeGen] add remquo to list of recognized library callsSanjay Patel2017-11-041-0/+4
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-11-034-113/+126
* [refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz2017-11-031-0/+7
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-032-0/+4
* [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-031-0/+7
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-031-2/+31
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-022-62/+383
* Add default calling convention support for regcall.Erich Keane2017-11-023-2/+5
* [CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> f...Sanjay Patel2017-11-021-129/+129
* revert r317228: remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-0/+5
* remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-5/+0
* Fix typo in class annotationJan Korous2017-11-021-1/+1
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-014-97/+165
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-3/+1
* Reformat.NAKAMURA Takumi2017-11-011-1/+1
* [analyzer] Removing unused stored field.George Karpenkov2017-11-011-1/+0
* [Analyzer] Use value storage for BodyFarmGeorge Karpenkov2017-11-012-4/+7
* [refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz2017-11-011-0/+2
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-313-0/+6
* Fix usage of right shift operator in fold expressionsRichard Smith2017-10-311-0/+6
* [analyzer] Use the same filename for the header and the implementation of Bug...George Karpenkov2017-10-302-4/+4
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+36
* [analyzer] Make issue hash related tests more conciseGabor Horvath2017-10-301-4/+0
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-272-0/+4
* StaticAnalyzer: Modularize/fix ODR violations making functions inline but non...David Blaikie2017-10-274-21/+16
* Sanitizers.h: Modularize/Fix ODR violations by making inline functions non-st...David Blaikie2017-10-271-1/+1
* CharInfo.h: Modularize/fix ODR violations by making inline functions in heade...David Blaikie2017-10-271-21/+21
* ASTContext.h: Modularize/fix ODR violations by removing 'static' from inline ...David Blaikie2017-10-271-2/+2
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-2/+2
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-276-17/+89
* [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td...Craig Topper2017-10-261-121/+125
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+11
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-261-67/+43
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-265-2/+298
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-1/+2
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-2/+5
* Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+5