llvm-project/clang/lib
Joel E. Denny adeb5ac2d6 [Rewrite] Extend to further accept CharSourceRange
Some Rewrite functions are already overloaded to accept
CharSourceRange, and this extends others in the same manner.  I'm
calling these in code that's not ready to upstream, but I figure they
might be useful to others in the meantime.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D61467

llvm-svn: 365258
2019-07-06 02:55:06 +00:00
..
ARCMigrate Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 2019-07-03 08:13:17 +00:00
AST Fix -Wcast-qual const warning. NFCI. 2019-07-03 12:20:28 +00:00
ASTMatchers Revert "[clang] Fixing windows buildbot after D61552" 2019-06-20 10:34:02 +00:00
Analysis [CFG] Add a new function to get the proper condition of a CFGBlock 2019-07-05 09:52:00 +00:00
Basic [PowerPC] Support constraint code "ww" 2019-07-04 04:44:42 +00:00
CodeGen NFC: Add an explicit return for safety and consistency 2019-07-05 14:36:08 +00:00
CrossTU [ASTImporter] Mark erroneous nodes in shared st 2019-07-01 15:37:07 +00:00
Driver Add a comment explaining why a function exists 2019-07-05 15:12:31 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format clang-format: Add new style option AlignConsecutiveMacros 2019-07-02 15:53:14 +00:00
Frontend Bitstream reader: Fix undefined behavior seen after rL364464 2019-07-05 20:22:40 +00:00
FrontendTool [clang-ifs] Clang Interface Stubs, first version (second landing attempt). 2019-06-20 16:59:48 +00:00
Headers [OpenCL] Restore ATOMIC_VAR_INIT 2019-06-24 10:06:40 +00:00
Index Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 2019-07-03 08:13:17 +00:00
Lex [modules] Add PP callbacks for entering and leaving a submodule. 2019-07-04 19:06:52 +00:00
Parse Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 2019-07-03 08:13:17 +00:00
Rewrite [Rewrite] Extend to further accept CharSourceRange 2019-07-06 02:55:06 +00:00
Sema Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 2019-07-03 08:13:17 +00:00
Serialization [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
StaticAnalyzer [analyzer] Add a debug analyzer config to place an event for each tracked condition 2019-07-05 14:00:08 +00:00
Tooling Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 2019-07-03 08:13:17 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00