summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-1419-73/+46
* [C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() wit...Aaron Ballman2014-03-141-4/+3
* [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...Aaron Ballman2014-03-142-8/+5
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-145-36/+18
* Objective-C++ IRGen. Due to change to AST for initialization of c++11’s Fariborz Jahanian2014-03-141-1/+4
* [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...Aaron Ballman2014-03-141-7/+3
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-143-13/+8
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-1412-92/+40
* Don't verify module inclusions in assembler files.Daniel Jasper2014-03-141-1/+1
* [C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-149-49/+25
* [C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-4/+2
* AArch64_be specific clang target settingsChristian Pirker2014-03-142-2/+21
* AArch64_be varargs processing for ARM ABIChristian Pirker2014-03-141-4/+33
* Remove unused typedef as pointed out by a GCC warning.Benjamin Kramer2014-03-141-1/+0
* De-virtualize a method that doesn't override anything and has no overrides it...Craig Topper2014-03-141-2/+2
* Remove seemingly dead method. It was marked virtual but doesn't override anyt...Craig Topper2014-03-141-1/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-147-395/+371
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-144-1/+20
* [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...Argyrios Kyrtzidis2014-03-142-8/+17
* Refactor ASTReader::readInputFileInfo to return a struct containing the relat...Argyrios Kyrtzidis2014-03-141-14/+15
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-1312-94/+56
* [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...Aaron Ballman2014-03-134-25/+7
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-134-43/+13
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-135-42/+15
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-136-76/+25
* [C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...Aaron Ballman2014-03-135-27/+17
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-137-84/+38
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protoc...Aaron Ballman2014-03-131-4/+2
* Refactor InstantiatingTemplate constructorsStephan Tolksdorf2014-03-131-163/+61
* Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::Reb...Stephan Tolksdorf2014-03-131-2/+1
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-137-41/+22
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-135-108/+52
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-1315-167/+83
* CodeGen: use symbolic enumerators for memory orderTim Northover2014-03-131-5/+10
* CodeGen: make use of weaker failure orders on cmpxchg.Tim Northover2014-03-131-67/+151
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-1312-32/+32
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-136-51/+22
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-1312-130/+57
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-132-9/+5
* [analyzer] Warn when passing pointers to const but uninitialized memory.Jordan Rose2014-03-132-23/+113
* [C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end(...Aaron Ballman2014-03-131-4/+2
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-135-36/+20
* [C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() w...Aaron Ballman2014-03-131-10/+9
* MS intrinsics: __interlockedbittestandset(64) (PR19054)Hans Wennborg2014-03-131-0/+22
* [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...Aaron Ballman2014-03-131-4/+1
* [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...Aaron Ballman2014-03-132-18/+11
* Prevent outputting HeaderFileInfos for files not used as headersBen Langmuir2014-03-132-4/+16
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-135-60/+28
OpenPOWER on IntegriCloud