forked from SonarOpenCommunity/sonar-cxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- support Microsoft Quoted form search (close SonarOpenCommunity#1225): 1) In the same directory as the file that contains the #include statement. 2) In the directories of the currently opened include files, in the reverse order in which they were opened. The search begins in the directory of the parent include file and continues upward through the directories of any grandparent include files. 3) fallback to use include paths instead of local folder (same as Angle-bracket form) - add #include unit tests - test for compilation database settings propagation (close SonarOpenCommunity#1489) - refactoring
- Loading branch information
Showing
14 changed files
with
505 additions
and
451 deletions.
There are no files selected for viewing
538 changes: 189 additions & 349 deletions
538
cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.