llvm-project/clang/lib
Xinliang David Li 2d7ec5a970 [PGO] Code cleanup [NFC]
Use interfaces defined in LLVM to create FuncName
and FuncNameVar.

llvm-svn: 252434
2015-11-09 00:04:16 +00:00
..
ARCMigrate Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 2015-11-06 01:26:37 +00:00
AST Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 21:37:17 +00:00
ASTMatchers [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. 2015-10-23 09:04:55 +00:00
Analysis Refactor: simplify boolean conditional return statements in lib/Analysis 2015-11-06 01:08:38 +00:00
Basic [x86] Additional small fix for MCU psABI support 2015-11-05 12:43:09 +00:00
CodeGen [PGO] Code cleanup [NFC] 2015-11-09 00:04:16 +00:00
Driver [tsan] Add Clang frontend support for TSan on OS X 2015-11-06 15:09:20 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Turn on wrapping before "else" for WebKit style. 2015-11-04 22:49:32 +00:00
Frontend After some discussion, promote -fobjc-weak to a driver option. 2015-11-05 19:19:56 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Fix a couple intrinsic header comments. NFC 2015-11-03 06:16:31 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Remove spaces in empty line, NFC. 2015-11-07 16:35:07 +00:00
Parse Switch to using an explicit scope object to ensure we don't forget to pop ObjC 2015-11-03 01:19:56 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema Make SemaBuiltinCpuSupports a static function. NFC. 2015-11-07 08:08:31 +00:00
Serialization [modules] If we're given a module file, via -fmodule-file=, for a module, but 2015-11-05 00:54:55 +00:00
StaticAnalyzer StaticAnalyzer: Remove implicit ilist iterator conversions, NFC 2015-11-06 23:04:58 +00:00
Tooling Make ArgumentAdjuster aware of the current file being processed. 2015-11-05 02:19:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00