llvm-project/clang/lib
Reid Kleckner 95e036c669 PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug
Previously the code would reduce a run of backslashes to a single
backslash, and now it will properly leave behind every other backslash.

llvm-svn: 191382
2013-09-25 16:42:48 +00:00
..
ARCMigrate ObjectiveC migrator. Don't suggest @property for 2013-09-25 00:17:07 +00:00
AST [OPENMP] Bug fixes and improvements. 2013-09-24 03:17:45 +00:00
ASTMatchers Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. 2013-08-30 15:09:52 +00:00
Analysis Make sort predicate match the qsort convention. 2013-09-22 15:02:02 +00:00
Basic Adding -mtbm and -mno-tbm command line options to the clang front end for the 2013-09-24 19:00:58 +00:00
CodeGen CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default] 2013-09-24 04:37:50 +00:00
Driver Produce an error if a -cc1 only option is passed to the driver. 2013-09-25 15:54:41 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Option to removing the space before assignment operators. 2013-09-25 15:15:02 +00:00
Frontend Add -fmodule-map-file option. 2013-09-24 09:27:13 +00:00
FrontendTool ObjectiveC migrator. This patch infers readonly properties for no-parameter 2013-08-28 23:22:46 +00:00
Headers Fix argument types of some AVX2 intrinsics. 2013-09-23 23:52:04 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug 2013-09-25 16:42:48 +00:00
Parse Parse: Move simple-type-specifier sanity check earlier 2013-09-22 03:30:01 +00:00
Rewrite Revert my patch in r191155 to allow forward 2013-09-24 17:03:07 +00:00
Sema Sema: Simplify code a bit, plug a potential leak. 2013-09-25 13:10:11 +00:00
Serialization Module use declarations (II) 2013-09-24 09:14:14 +00:00
StaticAnalyzer [analyzer] Handle destructors for the argument to C++ 'delete'. 2013-09-25 16:06:17 +00:00
Tooling Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. 2013-09-12 18:23:34 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00