hanchenye-llvm-project/clang/lib
Bill Wendling 91549ed15f Reinstate 347294 with a fix for the failures.
EvaluateAsInt() is sometimes called in a constant context. When that's the
case, we need to specify it as so.

llvm-svn: 347364
2018-11-20 23:24:16 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST Reinstate 347294 with a fix for the failures. 2018-11-20 23:24:16 +00:00
ASTMatchers Fix parens warning in assert in ASTMatchFinder 2018-11-15 21:35:35 +00:00
Analysis Reinstate 347294 with a fix for the failures. 2018-11-20 23:24:16 +00:00
Basic [FileManager] getFile(open=true) after getFile(open=false) should open the file. 2018-11-19 13:37:46 +00:00
CodeGen Reinstate 347294 with a fix for the failures. 2018-11-20 23:24:16 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Driver: SCS is compatible with every other sanitizer. 2018-11-20 01:01:49 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] JS: don't treat is: as a type matcher 2018-11-20 14:22:43 +00:00
Frontend [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659) 2018-11-17 19:41:39 +00:00
FrontendTool Sink BuryPointer from Clang into LLVM for reuse there 2018-11-17 18:04:13 +00:00
Headers [PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be modulo the number of bits in the element 2018-11-09 03:35:32 +00:00
Index [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
Lex Fix combining pragma __debug dump & parser_crash with -E 2018-11-15 03:04:21 +00:00
Parse [clang][Parse] Diagnose useless null statements / empty init-statements 2018-11-20 18:59:05 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema Reinstate 347294 with a fix for the failures. 2018-11-20 23:24:16 +00:00
Serialization [AST] Store the expressions in ParenListExpr in a trailing array 2018-11-20 16:20:40 +00:00
StaticAnalyzer Reinstate 347294 with a fix for the failures. 2018-11-20 23:24:16 +00:00
Tooling Revert "Make clang-based tools find libc++ on MacOS" 2018-11-12 16:59:50 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00