hanchenye-llvm-project/clang/lib
Daniel Dunbar 62ee6417ac [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().
- getSourceRange().getBegin() is about as awesome a pattern as .copy().size().

I already killed the hot paths so this doesn't seem to impact performance on my
tests-of-the-day, but it is a much more sensible (and shorter) pattern.

llvm-svn: 152419
2012-03-09 18:35:03 +00:00
..
ARCMigrate Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
AST [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). 2012-03-09 18:35:03 +00:00
Analysis -Wformat-non-iso: warn about positional arguments (pr12017) 2012-03-09 10:10:54 +00:00
Basic When checking the encoding of an 8-bit string literal, don't just check the 2012-03-08 21:59:28 +00:00
CodeGen Make sure we update the static local decl address map when we are forced to rebuild a global because of the initializer. <rdar://problem/10957867>. 2012-03-09 03:27:46 +00:00
Driver [analyzer] Rework inlining related command line options. 2012-03-08 23:16:35 +00:00
Edit Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Frontend [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit 2012-03-09 15:39:08 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
Lex User-defined literals are done. 2012-03-09 08:41:27 +00:00
Parse Support for raw and template forms of numeric user-defined literals, 2012-03-09 08:00:36 +00:00
Rewrite Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Sema [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). 2012-03-09 18:35:03 +00:00
Serialization [libclang] Fix a crash when serializing a preprocessing record that contains 2012-03-08 01:08:28 +00:00
StaticAnalyzer [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. 2012-03-09 01:13:14 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00