Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c-index-test] For the '-remap-file' option use a comma for separator which ↵ | Argyrios Kyrtzidis | 2013-12-05 | 1 | -1/+1 |
| | | | | | | | | is more Windows friendly than the colon. llvm-svn: 196529 | ||||
* | [c-index-test] For the '-remap-file=' option use ':' instead of ';' for ↵ | Argyrios Kyrtzidis | 2013-12-05 | 1 | -1/+1 |
| | | | | | | | | separator. lldb does not like semicolon as part of an option. llvm-svn: 196485 | ||||
* | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -0/+9 |
modifying directly for the preamble. This avoids an awful, hard to find, bug where "PreprocessorOpts.DisablePCHValidation = true" would be persistent for subsequent reparses of the translation unit which would result in defines, present in command-line but not in the PCH, being ignored. Fixes rdar://9615399. llvm-svn: 139512 |