aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-20/+17
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-47/+44
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-15/+15
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-53/+53
* Remove trailing spaceFangrui Song2018-07-301-194/+194
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-13/+15
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-1/+1
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-1/+1
* Pass a char instead of a string to the find function. clang-tidy: performance...Sylvestre Ledru2017-01-281-1/+1
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-291-8/+6
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-13/+9
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-13/+13
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Fix a couple assertions that can never fire because the condition ANDed with ...Craig Topper2016-04-241-1/+1
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-45/+24
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-3/+3
* Fix a couple places where InsertText was being called with a pointer and size...Craig Topper2015-10-221-2/+2
* Pass an ArrayRef instead of pointer and size. NFCCraig Topper2015-10-221-27/+16
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-27/+23
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-38/+38
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-42/+38
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-3/+3
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-3/+3
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-14/+11
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-2/+2
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-231-17/+6
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-18/+12
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-6/+6
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-6/+6
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-6/+6
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+5952